Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 90;
y = inf;
assert(isequal(tangent1(x),y))
|
2 | Pass |
%%
x = 45;
y = 1;
assert(isequal(tangent1(x),y))
|
3239 Solvers
1328 Solvers
613 Solvers
Given a matrix, return the last eigen value
175 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!