InterviewSolution
Saved Bookmarks
| 1. |
A square matrix A satisfies A2=I-A , where I is the identity matrix. If An =5A - 3I, find the value of n. |
|
Answer» The value of n will be 5 Explanation: We know that I x A = A A2 = I - A Thus, A5 = 5A - 3I |
|