Solved


Total energy

12 months ago

Solved


Potential energy calculation

12 months ago

Solved


Kinetic energy calculation

12 months ago

Solved


Laws of motion 1

12 months ago

Solved


Laws of motion 2

12 months ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

12 months ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

12 months ago

Solved


Laws of motion 6

12 months ago

Solved


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

12 months ago

Solved


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

12 months ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

12 months ago

Solved


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

12 months ago

Solved


Temperature Conversion 1

12 months ago

Solved


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

12 months ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

12 months ago

Solved


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

12 months ago

Solved


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

12 months ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

12 months ago

Solved


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

12 months ago

Solved


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

12 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

12 months ago

Solved


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

12 months ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

12 months ago

Solved


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

12 months ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

12 months ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

12 months ago

Solved


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

12 months ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

12 months ago

Solved


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

12 months ago

Solved


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

12 months ago

Load more