Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
KE = 4900;
m = 100
vel_correct = sqrt(98);
assert(isequal(FVel(KE,m),vel_correct))
m =
100
vel =
9.8995
|
2473 Solvers
243 Solvers
100 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
139 Solvers
Remove the first, third and fifth rows of a matrix
302 Solvers