Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = [2,3];
assert(isequal(nim(x),y_correct))
|
2 | Pass |
x = 11;
y_correct = [2,5];
assert(isequal(nim(x),y_correct))
|
3 | Pass |
x = 3;
y_correct = [2,1];
assert(isequal(nim(x),y_correct))
|
Solve the set of simultaneous linear equations
274 Solvers
Compute a dot product of two vectors x and y
750 Solvers
255 Solvers
260 Solvers
2781 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!