Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1000;
y_correct = 233168;
assert(isequal(euler001(x),y_correct))
|
2 | Pass |
%%
x = 4000;
y_correct = 3732668;
assert(isequal(euler001(x),y_correct))
|
3 | Pass |
%%
x = 2340;
y_correct = 1276470;
assert(isequal(euler001(x),y_correct))
|
4 | Pass |
%%
x = 2341;
y_correct = 1278810;
assert(isequal(euler001(x),y_correct))
|
414 Solvers
Replace NaNs with the number that appears to its left in the row.
1710 Solvers
Calculate the area of a triangle between three points
278 Solvers
Change the sign of even index entries of the reversed vector
212 Solvers
302 Solvers