:)
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))
ans =
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))
ans =
1
|
12381 Solvers
707 Solvers
203 Solvers
191 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!