

InterviewSolution
Saved Bookmarks
1. |
If A is a matrix of order `mxx m` such that `A^(2) +A + 2I = O`, thenA. A is non-singularB. A is symmetricC. `abs(A)ne 0 `D. `A^(-1) = 1/2(A+I)` |
Answer» Correct Answer - A::C::D Here, `A(A + I) = -2I` ...(i) ` rArr abs(A(A +I))=abs(-2I) = (-2)^(m)ne 0 ` Thus, `abs(A) ne 0,` also, `I= -1/2 A(A+I)` [from Eq. (i)] `therefore A^(-1) = -1/2 (A + I)` |
|