

InterviewSolution
Saved Bookmarks
1. |
If A is square matrix of order 3 such that |adj A| = 81, then find |A|. |
Answer» Since |adj A| = |A|n – 1, where n is order of matrix A ⇒ 81 = |A|3 – 1 ⇒ 81 = |A|2 ∴ |A| = ± 9 |
|