Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
y_correct = 32768;
assert(isequal(faces_hypercube(15),y_correct))
|
2 | Pass |
%%
y_correct = 8388608;
assert(isequal(faces_hypercube(23),y_correct))
|
3 | Pass |
%%
y_correct = 8589934592;
assert(isequal(faces_hypercube(33),y_correct))
|
4 | Pass |
%%
y_correct = 536870912;
assert(isequal(faces_hypercube(29),y_correct))
|
8401 Solvers
Getting the row and column location from a matrix
192 Solvers
Flag largest magnitude swings as they occur
524 Solvers
208 Solvers
find the maximum element of the matrix
254 Solvers