Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 2640;
assert(isequal(euler006(x),y_correct))
|
2 | Pass |
%%
x = 20;
y_correct = 41230;
assert(isequal(euler006(x),y_correct))
|
3 | Pass |
%%
x = 200;
y_correct = 401323300;
assert(isequal(euler006(x),y_correct))
|
Remove the polynomials that have positive real elements of their roots.
629 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
376 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
07 - Common functions and indexing 6
348 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!