Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 3;
y_correct = -360;
assert(abs(ProdEigMag(n)-y_correct)<10^(-4))
ans =
-360
|
2 | Pass |
n = 6;
y_correct = -9.0175e-08;
assert(abs(ProdEigMag(n)-y_correct)<10^(-4))
ans =
-6.8996e-09
|
228 Solvers
Project Euler: Problem 7, Nth prime
521 Solvers
227 Solvers
641 Solvers
90 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!