Answer on Question#39733, Math, Linear Algebra
If M,N,P are three matrices and M∗N=I, and N∗P=I where I is the identity matrix. Prove that M=P using associative law.
Solution
We have
(M⋅N)=I.
Let's multiply this equation by P:
(M⋅N)⋅P=P.
We can use associative law for multiplying matrices:
(M⋅N)⋅P=M⋅(N⋅P)=P.
But we know that (N⋅P)=I, so
M⋅(N⋅P)=M⋅I=M=P.
Now we proved that M=P.
Comments