Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 2;
y_correct = [0 1; 1 0];
assert(isequal(leg_poly(x),y_correct))
|
2 | Pass |
%%
x = 3;
y_correct = [0 0 1; 0 1 0; 1.5 0 -0.5];
assert(isequal(leg_poly(x),y_correct))
|
3075 Solvers
519 Solvers
Convert from Base 10 to base 5
203 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
find the roots of a quadratic equation
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!