Solved


Circle Perimeter
Get the perimeter of the Circle by PI.

2 months ago

Problem


Circle Perimeter
Get the perimeter of the Circle by PI.

2 months ago | 0 | 14 solvers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 months ago

Solved


Trapezium
Calculate the area of the Trapezium using it's bases and height.

2 months ago

Problem


Trapezium
Calculate the area of the Trapezium using it's bases and height.

2 months ago | 0 | 14 solvers

Solved


Triangle Area Using Heron's Formula
Given the three side lengths a, b, and c of a triangle, calculate its area using Heron's formula and round to 4 decimal places. ...

2 months ago

Solved


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

2 months ago

Problem


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

2 months ago | 0 | 69 solvers

Solved


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

2 months ago

Problem


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

2 months ago | 0 | 20 solvers

Solved


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

2 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!

2 months ago | 0 | 20 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.

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

2 months ago | 0 | 13 solvers

Solved


Make a Plot with Functions
Make a plot and test

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

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

2 months ago

Solved


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

2 months ago

Solved


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

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

2 months ago

Solved


Solve the equation. Find X.

2 months ago

Solved


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

2 months ago

Solved


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

2 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

2 months ago

Solved


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

2 months ago

Solved


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

2 months ago

Solved


divide by 5

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

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

2 months ago