

InterviewSolution
Saved Bookmarks
1. |
If A is a non-singular square matrix such that `A^2-7A+5I=0`, then `A^-1`A. `7A -I`B. `(7)/(5)I - (1)/(5)A`C. `(7)/(5)I + (1)/(5)A`D. `(A)/(5) - (7)/(5)` |
Answer» Correct Answer - B Pre-multiply the given equation with `A^(-1)` and use the relation, `A^(-1)A= I, A^(-1)I = A^(-1)`. |
|