Problem 546. Is A the inverse of B?

Given a matrix A and a matrix B, is A the inverse of B?
>>A=[2,4;3,5];
>>B=[-2.5,2;1.5,-1];
>>isInverse(A,B)
ans = 1

Solution Stats

13.22% Correct | 86.78% Incorrect
Last Solution submitted on Apr 22, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers852

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!