Resuelto


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

más de 1 año hace

Resuelto


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

más de 1 año hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 1 año hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

más de 1 año hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

más de 1 año hace

Resuelto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

más de 1 año hace

Resuelto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

más de 1 año hace

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

más de 1 año hace

Resuelto


radius of a spherical planet
You just measured its surface area, that is the input.

más de 1 año hace

Resuelto


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

más de 1 año hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

más de 1 año hace

Resuelto


Convert radians to degrees
Given input in radians, output to degrees

más de 1 año hace

Resuelto


Linear system of equations
Solve the system of equations in three variables.

más de 1 año hace