Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


Simple Income Tax

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


find the index of local minimum in the matrix

alrededor de 3 años hace

Resuelto


Laws of motion 7

alrededor de 3 años hace

Resuelto


Find the efficiency

alrededor de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Volume of Cylindrical Shell

más de 3 años hace

Resuelto


Find the Pattern 2

más de 3 años hace

Resuelto


Previous Palindrome

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 11

más de 3 años hace

Resuelto


Angular Velocity

más de 3 años hace

Resuelto


Find the value of Y

más de 3 años hace

Resuelto


Divisors

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Upper case and lower case!

más de 3 años hace

Resuelto


Sum multiples

más de 3 años hace

Resuelto


Minkowski distance

más de 3 años hace

Resuelto


Values in Array
How many values are in the array

más de 3 años hace

Resuelto


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 ]

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find the sum

más de 3 años hace

Resuelto


Find the slope

más de 3 años hace

Cargar más