Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
g =
9.8100
x =
4.9050
|
2 | Pass |
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
g =
9.8100
x =
50.2272
|
Is my wife right? Now with even more wrong husband
1145 Solvers
948 Solvers
Getting the absolute index from a matrix
178 Solvers
Flag largest magnitude swings as they occur
524 Solvers
412 Solvers