문제를 풀었습니다


Area of a pentagon
Given the side of a regular pentagon and its apothem return the area of pentagon. Remember the area of pentagon is calculate ...

대략 3년 전

문제를 풀었습니다


The sum of individual numbers...
Well this one is taking a number and then summing the individual parts till you reach a value of 1, 2, 3, 4, 5, 6, 7, 8, 9, or 0...

대략 3년 전

문제를 풀었습니다


Simple Income Tax

대략 3년 전

문제를 풀었습니다


Parallel vectors
Return true or false depending on whether 2 vectors are parallel or not. Vectors can be 2 or 3 dimensional. The origin is not c...

대략 3년 전

문제를 풀었습니다


rectangle in circle
In the figure below, the rectangle at the corner measures a cm x b cm. What is the radius of the circle in cm? <<http://www....

대략 3년 전

문제를 풀었습니다


find the index of local minimum in the matrix

대략 3년 전

문제를 풀었습니다


Laws of motion 7

대략 3년 전

문제를 풀었습니다


Find the efficiency

대략 3년 전

문제를 풀었습니다


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

대략 3년 전

문제를 풀었습니다


Volume of Cylindrical Shell

대략 3년 전

문제를 풀었습니다


Find the Pattern 2

대략 3년 전

문제를 풀었습니다


Previous Palindrome

대략 3년 전

문제를 풀었습니다


Test if a number is numeric or not
Test if a number is numeric or not

대략 3년 전

문제를 풀었습니다


Determine if a row vector has NaN
Determine if a row vector x has NaN

대략 3년 전

문제를 풀었습니다


Find Logic 11

대략 3년 전

문제를 풀었습니다


Angular Velocity

대략 3년 전

문제를 풀었습니다


Find the value of Y

대략 3년 전

문제를 풀었습니다


Divisors

3년 초과 전

문제를 풀었습니다


Mersenne Primes vs. All Primes
A Mersenne prime (M) is a prime number of the form M = 2^p - 1, where p is another prime number. <https://www.mathworks.com/matl...

3년 초과 전

문제를 풀었습니다


Mersenne Primes
A Mersenne prime is a prime number of the form M = 2^p - 1, where p is another prime number. For example, 31 is a Mersenne prim...

3년 초과 전

문제를 풀었습니다


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

3년 초과 전

문제를 풀었습니다


Upper case and lower case!

3년 초과 전

문제를 풀었습니다


Sum multiples

3년 초과 전

문제를 풀었습니다


Minkowski distance

3년 초과 전

문제를 풀었습니다


Values in Array
How many values are in the array

3년 초과 전

문제를 풀었습니다


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

3년 초과 전

문제를 풀었습니다


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

3년 초과 전

문제를 풀었습니다


Add 3 numbers
In this problem, you have to add three numbers a, b and c. Give output d = add(a,b,c)

3년 초과 전

문제를 풀었습니다


Find the sum

3년 초과 전

문제를 풀었습니다


Find the slope

3년 초과 전

더 보기