

InterviewSolution
Saved Bookmarks
1. |
If A2 – A + I = 0, then find the inverse of A. |
Answer» We have, A2 – A + I = 0 Pre-multiply both sides, by A–1, we get A–1AA – A–1A + AI = 0 ⇒ A – I + A–1 = 0 ⇒ A–1 = I – A |
|