Community Profile

photo

Jiseon Shin


Last seen: 1年以上 前 2020 年からアクティブ

Physicists who is interested in Machine Learning

統計

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

バッジを表示

Content Feed

表示方法

解決済み


Solve the equation. Find X.

3年以上 前

解決済み


Dot Product

3年以上 前

解決済み


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

3年以上 前

解決済み


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.

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


Falling on the Moon.

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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...

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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 + ...

3年以上 前

解決済み


Find Logic 19

3年以上 前

解決済み


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

3年以上 前

問題


Find the second biggist number in a vector or a matrix

3年以上 前 | 1 | 45 個のソルバー

解決済み


Find Logic 10

3年以上 前

解決済み


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

3年以上 前

解決済み


divide by 5

3年以上 前

解決済み


10% Discount

3年以上 前

解決済み


Add 2 Vectors

3年以上 前

解決済み


Find Sum of array

3年以上 前

解決済み


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...

3年以上 前

解決済み


Find Logic 5

3年以上 前

解決済み


hello

3年以上 前

解決済み


Find Logic 2

3年以上 前

解決済み


Find Logic 4

3年以上 前

さらに読み込む