Solved


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

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

1 month ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

1 month ago

Solved


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

1 month ago

Solved


Basic Physics V
Calculate the Weight (w).

1 month ago

Problem


Basic Physics V
Calculate the Weight (w).

1 month ago | 0 | 54 solvers

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

2 months ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

2 months ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

2 months ago

Solved


Basic Physics V
Calculate the Work.

2 months ago

Problem


Basic Physics V
Calculate the Work.

2 months ago | 0 | 57 solvers

Solved


Basic Physics III
Calculate the Potential Energy (PE).

2 months ago

Solved


Potential energy calculation

2 months ago

Solved


Area of rhombus
Calculate the rhombus area

2 months ago

Solved


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

2 months ago

Solved


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

2 months ago

Solved


Basic Physics IV
Calculate the Mechanical Energy (ME).

2 months ago

Problem


Basic Physics IV
Calculate the Mechanical Energy (ME).

2 months ago | 0 | 17 solvers

Problem


Basic Physics III
Calculate the Potential Energy (PE).

2 months ago | 0 | 62 solvers

Solved


Basic Physics II
Get the Kinetic Energy (KE).

2 months ago

Problem


Basic Physics II
Get the Kinetic Energy (KE).

2 months ago | 0 | 68 solvers

Solved


Basic Algebra III
Get the Cube Root of the number n.

2 months ago

Problem


Basic Algebra III
Get the Cube Root of the number n.

2 months ago | 0 | 16 solvers

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2 months ago

Solved


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

2 months ago

Solved


Find collatz series next number
For given x, if x is even, output is (x/2) if x is odd, output is (3x+1)

2 months ago

Solved


Rhombus
Get the area of the Rhombus using it's Diagonals.

2 months ago

Problem


Rhombus
Get the area of the Rhombus using it's Diagonals.

2 months ago | 0 | 17 solvers

Solved


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

2 months ago

Problem


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

2 months ago | 0 | 19 solvers

Load more