InterviewSolution
Saved Bookmarks
| 1. |
Prove that the inverse of a square matrix, if it exists, is unique. |
|
Answer» Let A be a square matrix. If possible let B and C are its two inverses. As B is the inverse of A AB = BA = I …(1) As C is the inverse of A AC = CA = I …(2) B = BI = B(AC) = (BA)C = IC = C B = C Hence the inverse of A is unique. |
|