Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

más de 1 año hace

Resuelto


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

más de 1 año hace

Resuelto


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

más de 1 año hace

Resuelto


Basic commands - Greatest common divisor
Please write a function, which, will put as output greatest common divisor. Example: A = [-5 17; 10 0];...

más de 1 año hace

Resuelto


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

más de 1 año hace

Resuelto


Radians to Degrees
Convert radians to degrees.

más de 1 año hace

Resuelto


Round to nearest integer

más de 1 año hace

Resuelto


Determine the square root
Determine the square root of the value the user has entered, n.

más de 1 año hace

Resuelto


Seperate 2nd column in a matrix

más de 1 año hace

Resuelto


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

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


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

más de 1 año hace

Resuelto


Area of a regular hexagon
Given the length of a side of a regular hexagon, return its area rounded to two decimal places.

más de 1 año hace

Resuelto


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

más de 1 año hace

Resuelto


surface of a spherical planet
you just discovered its circumference, that is the input.

más de 1 año hace

Resuelto


Find the area of ​​the square
There are *n²* circles inscribed in the square ABCD. The perimeter of each circle is *aπ* <<http://imgfz.com/i/3wzCeAT.png>> ...

más de 1 año hace

Resuelto


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

más de 1 año hace

Resuelto


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

más de 1 año hace

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

más de 1 año hace

Resuelto


Calculate the area of a circle
Given a circle of diameter x calculate its area

más de 1 año hace

Resuelto


Area-01
Given the radius of the circle inscribed in a square, find the area that is not bounded by the circle but inside the square. ...

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

más de 1 año hace

Resuelto


area of a square
find the generic solution for an area of a square

más de 1 año hace

Resuelto


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

más de 1 año hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

más de 1 año hace

Resuelto


Area of square
Find the area of a square whose diagonal length is given as x.

más de 1 año hace

Resuelto


Find The area of the square
Given that the length of the side of a square is x, find the area.

más de 1 año hace

Resuelto


area

más de 1 año hace

Cargar más