Risolto
Potential energy calculation
oltre 2 anni fa
Risolto
Kinetic energy calculation
oltre 2 anni fa
Risolto
Laws of motion 1
oltre 2 anni fa
Risolto
Laws of motion 2
oltre 2 anni fa
Risolto
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
oltre 2 anni fa
Risolto
Laws of motion 5
oltre 2 anni fa
Risolto
Laws of motion 6
oltre 2 anni fa
Risolto
Splitting Triangle - Problem the second
oltre 2 anni fa
Risolto
Splitting Triangle - Problem the first
oltre 2 anni fa
Risolto
Splitting Square - Problem the third
oltre 2 anni fa
Risolto
Splitting Square - Problem the second
oltre 2 anni fa
Risolto
Splitting Square - Problem the first
oltre 2 anni fa
Risolto
Find x rows where the sum of the numbers is the maximum
oltre 2 anni fa
Risolto
Draw a '4' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '6' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '9' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '7' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '8' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '3' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '2' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '5' in a zero matrix!
oltre 2 anni fa
Risolto
Draw a '1' in a zero matrix!
oltre 2 anni fa
Risolto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
oltre 2 anni fa
Risolto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
oltre 2 anni fa
Risolto
Create a vector
Create a vector from 0 to n by intervals of 2.
oltre 2 anni fa
Risolto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
oltre 2 anni fa
Risolto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
oltre 2 anni fa
Risolto
Find max
Find the maximum value of a given vector or matrix.
oltre 2 anni fa
Risolto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
oltre 2 anni fa
Risolto
Inner product of two vectors
Find the inner product of two vectors.
oltre 2 anni fa
Carica altro