COMEDK2022MathematicsMatrices
If for any 2 2 square matrix A , A( adj A)= [ array ll 8 & 0 0 & 8 array ] , then find the value of det (A) .
Options
- A6
- B7
- C8
- D5
Correct answer
C. 8
Step-by-step solution
For any square matrix A of order n , the fundamental property involving the adjoint matrix is A( adj A) = ( det A) I_n , where I_n is the identity matrix of order n . Given that A is a 2 2 matrix, we have n = 2 . Thus, A( adj A) = ( det A) I₂ . The given equation is A( adj A) = bmatrix 8 & 0 0 & 8 bmatrix . We can rewrite the right hand side as 8 bmatrix 1 & 0 0 & 1 bmatrix = 8 I₂ . Comparing A( adj A) = ( det A) I₂ with A( adj A) = 8 I₂ , we obtain det A = 8 . Answer: 8