Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 76;
y_correct = 112;
assert(isequal(maxit(x),y_correct))
|
2 | Pass |
%%
x = 555;
y_correct = 992;
assert(isequal(maxit(x),y_correct))
|
3 | Pass |
%%
x = 1000;
y_correct = 1008;
assert(isequal(maxit(x),y_correct))
|
4 | Pass |
%%
x = 10000000;
y_correct = 16711680;
assert(isequal(maxit(x),y_correct))
|
829 Solvers
Remove the polynomials that have positive real elements of their roots.
630 Solvers
Return elements unique to either input
550 Solvers
Set the array elements whose value is 13 to 0
941 Solvers
387 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!