Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%% Test one
A=[2,4;3,5];
B=[-2.5,2;1.5,-1];
y_correct = 1;
assert(isequal(isInverse(A,B),y_correct))
z =
1
|
2 | Pass |
%% Test two
A=[1,2;3,5];
B=[-5,2;3,-1];
y_correct = 1;
assert(isequal(isInverse(A,B),y_correct))
z =
1
|
9830 Solvers
The Goldbach Conjecture, Part 2
1285 Solvers
404 Solvers
Create a two dimensional zero matrix
355 Solvers
Sum of odd numbers in a matrix
311 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!