Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
M= 10;
n=1500;
P = 94247.77;
assert(isequal(your_fcn_name(M,n),P))
ans =
9.4248e+04
|
2 | Pass |
%%
M= 5
n=2300;
P = 72256.63;
assert(isequal(your_fcn_name(M,n),P))
M =
5
ans =
7.2257e+04
|
5833 Solvers
831 Solvers
228 Solvers
Given a matrix, return the last eigen value
175 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!