Solveeit Logo

Question

Question: If A is a square matrix of order n*n , then adj(adj A) is equal to 1.\({\left| A \right|^{n}}A\) ...

If A is a square matrix of order n*n , then adj(adj A) is equal to
1.AnA{\left| A \right|^{n}}A
2.An1A{\left| A \right|^{n-1}}A
3.An2A{\left| A \right|^{n-2}}A
4.An3A{\left| A \right|^{n-3}}A

Explanation

Solution

we know the inverse formula of a matrix is A1=1detAadjA{A^{ - 1}} = \dfrac{1}{{\det A}}adjA and using the property AA1=IA{A^{ - 1}} = I and equating them we get A(adjA)=AA(adjA) = \left| A \right| and by replacing A by adj A and the property adjA=An1\left| {adjA} \right| = {\left| A \right|^{n - 1}} we get the required value.

Complete step-by-step answer:
We know that the inverse of a matrix is given by
A1=1detAadjA\Rightarrow {A^{ - 1}} = \dfrac{1}{{\det A}}adjA………(1)
And we also know that
AA1=I\Rightarrow A{A^{ - 1}} = I
From this,
A1=IA\Rightarrow {A^{ - 1}} = \dfrac{I}{A} …………(2)
Now equating (1) and (2)
adjAdetA=IA\Rightarrow \dfrac{{adjA}}{{\det A}} = \dfrac{I}{A}
A(adjA)=A\Rightarrow A(adjA) = \left| A \right| ……..(3)
Now let's replace A by adj A in (3)
adjA(adj(adjA))=adjA (adj(adjA))=adjAadjA  \Rightarrow adjA(adj(adjA)) = \left| {adjA} \right| \\\ \Rightarrow (adj(adjA)) = \dfrac{{\left| {adjA} \right|}}{{adjA}} \\\
From (3) we get adjA=AAadjA = \dfrac{{\left| A \right|}}{A}
Substituting in the above equation
(adj(adjA))=adjAAA\Rightarrow (adj(adjA)) = \dfrac{{\left| {adjA} \right|}}{{\left| A \right|}}*A
We know that adjA=An1\left| {adjA} \right| = {\left| A \right|^{n - 1}} as A is a matrix of order n
(adj(adjA))=An1AA (adj(adjA))=An2A  \Rightarrow (adj(adjA)) = \dfrac{{{{\left| A \right|}^{n - 1}}}}{{\left| A \right|}}*A \\\ \Rightarrow (adj(adjA)) = {\left| A \right|^{n - 2}}*A \\\
Hence the correct option is c.

Note: Determinant evaluated across any row or column is the same.
If all the elements of a row (or column) are zeros, then the value of the determinant is zero.
Determinant of an Identity matrix (In{I_n} ) is 1.
If rows and columns are interchanged then the value of the determinant remains the same (value does not change). Therefore, det(A) = det(AT{A^T} ), here AT{A^T} is the transpose of matrix A.
If any two rows (or two columns) of a determinant are interchanged the value of the determinant is multiplied by -1.
If all elements of a row (or column) of a determinant are multiplied by some scalar number k, the value of the new determinant is k times the given determinant. Therefore, If A be an n-rowed square matrix and K be any scalar. Then |KA| = Kn{K^n}|A| .