

InterviewSolution
Saved Bookmarks
1. |
If A is a square matrix of order 3 such that |adj A|= 64, then find |A|. |
Answer» We know that |adj A| = |A|n–1, n is order of the matrix ∴ 64 = |A|2 ⇒ |A| = ± 8. |
|