A résolu


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

environ 4 ans il y a

A résolu


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


square root
Find the square root (y) of an input (x).

environ 4 ans il y a

A résolu


cube of number
find cube of number

environ 4 ans il y a

A résolu


square root
Find square root of given number

environ 4 ans il y a

A résolu


square of a number
find square of a given number

environ 4 ans il y a

A résolu


RandomProblem13-Cube a number
Cube a number

environ 4 ans il y a

A résolu


Random Problem12- Squaring a number
Square the number

environ 4 ans il y a

A résolu


Multiply by 3
Multipy the thingy by 3

environ 4 ans il y a

A résolu


Square Rooting a Number
This MATLAB Cody exercise requires you to take a number x, square root it, and get y

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

environ 4 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

environ 4 ans il y a

A résolu


Square root of a number
Write a code that will output the square root of x.

environ 4 ans il y a

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

environ 4 ans il y a

A résolu


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


Area of rhombus
Calculate the rhombus area

environ 4 ans il y a

A résolu


Isothermal Expansion
Given the initial pressure and volume of an ideal gas, calculate the new volume, given the new pressure. Hint: <https://en.wi...

environ 4 ans il y a

A résolu


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

environ 4 ans il y a

A résolu


Box!
Given a box, find the volume of the cube. With each side = a.

environ 4 ans il y a

A résolu


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

environ 4 ans il y a

A résolu


Volume of Cylinder
Find the volume of a cylinder

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

A résolu


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

environ 4 ans il y a

A résolu


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

environ 4 ans il y a

A résolu


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

environ 4 ans il y a

Charger plus