Question:

If \( \det(AB) = \det(A)\det(B) \) and \( A \) is a non-singular matrix of order \( 3 \times 3 \), then \( \det(\text{adj}(A)) \) is:

Show Hint

For any square matrix \( A \), the determinant of its adjugate matrix is given by \( \det(\text{adj}(A)) = (\det(A))^{n-1} \), where \( n \) is the order of the matrix.
Updated On: May 27, 2025
  • \( \det(A) \)
  • \( (\det(A))^{-1} \)
  • \( (\det(A))^2 \)
  • \( (\det(A))^3 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

We are given that \( A \) is a non-singular matrix of order \( 3 \times 3 \), and we know the property: \[ \det(AB) = \det(A)\det(B) \] We are asked to find \( \det(\text{adj}(A)) \). For any square matrix \( A \), the determinant of its adjugate matrix is related to the determinant of \( A \) by the formula: \[ \det(\text{adj}(A)) = (\det(A))^{n-1} \] where \( n \) is the order of the matrix. Since \( A \) is a \( 3 \times 3 \) matrix, \( n = 3 \), so: \[ \det(\text{adj}(A)) = (\det(A))^{3-1} = (\det(A))^2 \] % Final Answer \[ \boxed{(\det(A))^2} \]
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Recall the properties of determinant and adjoint matrix.
Given \( A \) is a non-singular \( 3 \times 3 \) matrix.
We know that:
\[ \det(AB) = \det(A) \cdot \det(B). \]

Step 2: Use the relationship between \( A \) and its adjoint \( \text{adj}(A) \).
By definition:
\[ A \cdot \text{adj}(A) = (\det A) I, \] where \( I \) is the identity matrix.

Step 3: Take determinants on both sides.
\[ \det\big(A \cdot \text{adj}(A)\big) = \det\big((\det A) I\big). \]
Using the multiplicative property of determinants:
\[ \det(A) \cdot \det(\text{adj}(A)) = (\det A)^3, \] because \( \det\big(cI\big) = c^n \) for an \( n \times n \) identity matrix and scalar \( c \), here \( n=3 \).

Step 4: Solve for \( \det(\text{adj}(A)) \).
\[ \det(\text{adj}(A)) = \frac{(\det A)^3}{\det A} = (\det A)^2. \]

Hence, the determinant of the adjoint of \( A \) is \( (\det A)^2 \).
Was this answer helpful?
0
0