Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [-5 17; 10 0];
B = [-15 3; 100 0];
y_correct = [ 5 1;
10 0];
assert(isequal(divi(A,B),y_correct))
|
2 | Pass |
A = [24 39; 6 89];
B = [-18 169; 250 17];
y_correct = [ 6 13;
2 1];
assert(isequal(divi(A,B),y_correct))
|
5833 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
701 Solvers
255 Solvers
The sum of the numbers in the vector
426 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!