Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 20;
y_correct = 232792560;
assert(isequal(euler005(x),y_correct))
y =
232792560
|
2 | Pass |
x = 10;
y_correct = 2520;
assert(isequal(euler005(x),y_correct))
y =
2520
|
3 | Pass |
x = 12;
y_correct = 27720;
assert(isequal(euler005(x),y_correct))
y =
27720
|
4 | Pass |
x = 14;
y_correct = 360360;
assert(isequal(euler005(x),y_correct))
y =
360360
|
Remove the polynomials that have positive real elements of their roots.
629 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
Create a Multiplication table matrix...
283 Solvers
find the maximum element of the matrix
348 Solvers
5115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!