Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 2640;
assert(isequal(euler006(x),y_correct))
y =
2640
|
2 | Pass |
x = 20;
y_correct = 41230;
assert(isequal(euler006(x),y_correct))
y =
41230
|
3 | Pass |
x = 200;
y_correct = 401323300;
assert(isequal(euler006(x),y_correct))
y =
401323300
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
337 Solvers
Generate a random matrix A of (1,-1)
211 Solvers
Simple equation: Annual salary
3779 Solvers
364 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!