

InterviewSolution
Saved Bookmarks
1. |
If `A=[(1,2,2),(2,1,2),(2,2,1)],` then the value of `|A^4-18A^2-32A|` isA. 1B. 2C. 3D. none of these |
Answer» Correct Answer - B We have, `{:absA=[(1,2,2),(2,1,2),(2,2,1)]:}` `rArrabsA=1(1-4)-2(2-4)+2(4-2)=5ne0` Thus, A is non-singular matrix of order 3 and hence r (A) =3. |
|