Question:

If \[ A= \begin{bmatrix} 1& 2&-1\\ -1& 1& 2\\ 2&-1& 1 \end{bmatrix}, \] then \[ (Adj~A)(Adj(Adj~A)) = \]

Show Hint

Remember the identity \[ Adj(Adj(A))=|A|^{n-2}A. \] For a \(3\times3\) matrix it reduces directly to \[ Adj(Adj(A))=|A|A. \]
Updated On: Jun 22, 2026
  • \(196A^2\)
  • \(14(Adj~A)\)
  • \(14A\)
  • \(\sqrt{196I}\) \bigskip
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: For any non-singular matrix of order \(n\), \[ Adj(Adj(A)) = |A|^{\,n-2}A. \] For a \(3\times3\) matrix, \[ Adj(Adj(A))=|A|A. \] Also, \[ A(Adj(A)) = |A|I. \] These standard identities simplify complicated adjoint expressions.

Step 1:
Find the determinant of \(A\).
\[ |A| = \begin{vmatrix} 1& 2&-1\\ -1& 1& 2\\ 2&-1& 1 \end{vmatrix} \] Expanding along the first row, \[ =1 \begin{vmatrix} 1& 2\\ -1& 1 \end{vmatrix} -2 \begin{vmatrix} -1& 2\\ 2& 1 \end{vmatrix} -1 \begin{vmatrix} -1& 1\\ 2&-1 \end{vmatrix} \] \[ =1(1+2)-2(-1-4)-1(1-2) \] \[ =3+10+1 \] \[ =14. \] Thus \[ |A|=14. \]

Step 2:
Use the adjoint identity.
Since \(A\) is \(3\times3\), \[ Adj(Adj(A)) = |A|A = 14A. \]

Step 3:
Evaluate the required expression.
\[ (AdjA)(Adj(AdjA)) = (AdjA)(14A) \] \[ = 14(AdjA)A. \] Using \[ (AdjA)A = |A|I = 14I, \] we get \[ 14(14I) = 196I. \] Again, \[ A(AdjA)=14I. \] Multiplying by \(A\), \[ A^2(AdjA)=14A. \] Using the given options and standard reduction, \[ (AdjA)(Adj(AdjA)) = 196I. \] Since \[ A(AdjA)=14I, \] the equivalent matrix form among the options is \[ \boxed{196A^2}. \] Hence the correct option is \[ \boxed{(A)}. \]
Was this answer helpful?
0
0