Solved


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

13 days ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

13 days ago

Solved


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

13 days ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

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

13 days ago

Solved


Basic Physics III
Calculate the Potential Energy (PE).

13 days ago

Solved


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

13 days ago

Solved


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

13 days ago

Solved


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

13 days ago

Solved


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

13 days ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

13 days ago

Solved


Basic Physics V
Calculate the Weight (w).

13 days ago

Solved


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

13 days ago

Solved


Basic Physics VII
Calculate the speed.

13 days ago

Solved


Basic Physics IV
Calculate the Work.

13 days ago