Risolto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

oltre 4 anni fa

Risolto


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

oltre 4 anni fa

Risolto


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

oltre 4 anni fa

Risolto


Find the sum of n squares
What is the sum of the squares of the first n integers?

oltre 4 anni fa

Risolto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

oltre 4 anni fa

Risolto


Watt
Ampere x Volt = Watt

oltre 4 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

oltre 4 anni fa

Risolto


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

oltre 4 anni fa

Risolto


Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...

oltre 4 anni fa

Risolto


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

oltre 4 anni fa

Risolto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

oltre 4 anni fa

Risolto


Total energy

oltre 4 anni fa

Risolto


Potential energy calculation

oltre 4 anni fa

Risolto


Kinetic energy calculation

oltre 4 anni fa

Risolto


Laws of motion 6

oltre 4 anni fa

Risolto


Laws of motion 5

oltre 4 anni fa

Risolto


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

oltre 4 anni fa

Risolto


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

oltre 4 anni fa

Risolto


Find the slope

oltre 4 anni fa

Risolto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

oltre 4 anni fa

Risolto


Laws of motion 3

oltre 4 anni fa

Risolto


Laws of motion 1

oltre 4 anni fa

Risolto


Laws of motion 2

oltre 4 anni fa

Risolto


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


Divisible by 8
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

oltre 4 anni fa

Risolto


Divisible by 11
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

oltre 4 anni fa

Risolto


Divisible by 9
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

oltre 4 anni fa

Risolto


Divisible by 6
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

oltre 4 anni fa

Risolto


Divisible by 3
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

oltre 4 anni fa

Carica altro