Problem


Einstein
Calculate the energy by the famous formula of Albert Einstein.

3 months ago | 0 | 140 solvers

Solved


Find The Area Of The Circle.
Find the area of the Circle using PI.

3 months ago

Problem


Find The Area Of The Circle.
Find the area of the Circle using PI.

3 months ago | 0 | 26 solvers

Solved


Find The Area Of Triangle Using Base & Height.
You should find the area of the Triangle using base and height. Good Luck!

3 months ago

Problem


Find The Area Of Triangle Using Base & Height.
You should find the area of the Triangle using base and height. Good Luck!

3 months ago | 0 | 46 solvers

Solved


Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

3 months ago

Problem


Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

3 months ago | 0 | 18 solvers

Solved


Make a Plot with Functions
Make a plot and test

3 months ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

3 months ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

3 months ago

Solved


Solve the equation. Find X.

3 months ago

Solved


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

3 months ago

Solved


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


Find the max element of the array
Find the max element of the array

3 months ago

Solved


divide by 5

3 months ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 months ago

Solved


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

3 months ago