Community Profile

photo

Jiseon Shin


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Physicists who is interested in Machine Learning

Statistics

  • Quiz Master
  • CUP Challenge Master
  • Commenter
  • Creator
  • Promoter
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Solve the equation. Find X.

meer dan 3 jaar ago

Solved


Dot Product

meer dan 3 jaar ago

Solved


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

meer dan 3 jaar ago

Solved


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

meer dan 3 jaar ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

meer dan 3 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

meer dan 3 jaar ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

meer dan 3 jaar ago

Solved


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

meer dan 3 jaar ago

Solved


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

meer dan 3 jaar ago

Solved


Falling on the Moon.

meer dan 3 jaar ago

Solved


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

meer dan 3 jaar ago

Solved


length of a vector
Find twice the length of a given vector.

meer dan 3 jaar ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

meer dan 3 jaar ago

Solved


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

meer dan 3 jaar ago

Solved


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

meer dan 3 jaar ago

Solved


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

meer dan 3 jaar ago

Solved


Find Logic 19

meer dan 3 jaar ago

Solved


Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...

meer dan 3 jaar ago

Problem


Find the second biggist number in a vector or a matrix

meer dan 3 jaar ago | 1 | 46 solvers

Solved


Find Logic 10

meer dan 3 jaar ago

Solved


square root
Find the square root (y) of an input (x).

meer dan 3 jaar ago

Solved


divide by 5

meer dan 3 jaar ago

Solved


10% Discount

meer dan 3 jaar ago

Solved


Add 2 Vectors

meer dan 3 jaar ago

Solved


Find Sum of array

meer dan 3 jaar ago

Solved


Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...

meer dan 3 jaar ago

Solved


Find Logic 5

meer dan 3 jaar ago

Solved


hello

meer dan 3 jaar ago

Solved


Find Logic 2

meer dan 3 jaar ago

Solved


Find Logic 4

meer dan 3 jaar ago

Load more