Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A=[2,4;3,5];
B=[-2.5,2;1.5,-1];
y_correct = 1;
assert(isequal(isInverse(A,B),y_correct))
ans =
logical
1
|
2 | Pass |
A=[1,2;3,5];
B=[-5,2;3,-1];
y_correct = 1;
assert(isequal(isInverse(A,B),y_correct))
ans =
logical
1
|
5704 Solvers
228 Solvers
Flip the main diagonal of a matrix
506 Solvers
Getting the indices from a matrice
360 Solvers
07 - Common functions and indexing 1
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!