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))
|
2 | Pass |
%% Test two
A=[1,2;3,5];
B=[-5,2;3,-1];
y_correct = 1;
assert(isequal(isInverse(A,B),y_correct))
|
Remove the polynomials that have positive real elements of their roots.
630 Solvers
163 Solvers
484 Solvers
486 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!