Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = [45 15 200 300];
arraygcdok=5;
assert(isequal(arraygcd(a),arraygcdok))
|
2 | Pass |
%%
a = [140 7 14 35 42];
arraygcdok=7;
assert(isequal(arraygcd(a),arraygcdok))
|
3 | Pass |
%%
a = [100 90 70 2000];
arraygcdok=10;
assert(isequal(arraygcd(a),arraygcdok))
|
Maximum running product for a string of numbers
816 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
493 Solvers
Generate N equally spaced intervals between -L and L
440 Solvers
Given a 4x4 matrix, swap the two middle columns
298 Solvers
Create an n-by-n null matrix and fill with ones certain positions
140 Solvers