Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
ans =
4.9050
|
2 | Pass |
%%
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
ans =
50.2272
|
221 Solvers
251 Solvers
Calculate the derivative of a polynomial
139 Solvers
197 Solvers
Calculate square and cube of number
169 Solvers