

InterviewSolution
Saved Bookmarks
1. |
Let A be a non-singular square matrix of order 3 `xx`3. Then |adj A| is equal to (A) `|A|` (B) `|A|^2`(C) `|A|^3` (D) `3|A|` |
Answer» We know, `A*Adj(A) = |A|*I` `=>|A*Adj(A)| = ||A|*I|` `=>|A|*|Adj(A)| = |[|A|,0,0],[0,|A|,0],[0,0,|A|]|` `=>|A|*|Adj(A)| = |A|^3` `=>|Adj(A)| = |A|^2` So, option `B` is the correct option. |
|