Is A the inverse of B? - MATLAB Cody - MATLAB Central

Problem 546. Is A the inverse of B?

Difficulty:Rate
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

14.4% Correct | 85.6% Incorrect
Last Solution submitted on Feb 24, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers1029

Suggested Problems

More from this Author16

Community Treasure Hunt

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

Start Hunting!
Go to top of page