:)
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
|
Find the alphabetic word product
2321 Solvers
1424 Solvers
274 Solvers
462 Solvers
315 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!