Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [6 5 3 4];
y_correct = [18 10 3];
assert(isequal(diff_poly(x),y_correct))
|
2 | Pass |
%%
x = [6 5 3 4];
y_correct = [18 10 3];
assert(isequal(diff_poly(x),y_correct))
|
985 Solvers
1630 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
MATCH THE STRINGS (2 CHAR) very easy
194 Solvers
189 Solvers