Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =4000000
y_correct = 4613732;
assert(isequal(euler002(x),y_correct))
x =
4000000
n =
3
|
2 | Pass |
x =97455000
y_correct = 82790070;
assert(isequal(euler002(x),y_correct))
x =
97455000
n =
3
|
3 | Pass |
x =597455000
y_correct = 350704366;
assert(isequal(euler002(x),y_correct))
x =
597455000
n =
3
|
4 | Pass |
x =666576
y_correct = 257114;
assert(isequal(euler002(x),y_correct))
x =
666576
n =
3
|
Select every other element of a vector
20350 Solvers
280 Solvers
Compute a dot product of two vectors x and y
750 Solvers
How many trades represent all the profit?
520 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!