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.∣A∣nA
2.∣A∣n−1A
3.∣A∣n−2A
4.∣A∣n−3A
Solution
we know the inverse formula of a matrix is A−1=detA1adjA and using the property AA−1=I and equating them we get A(adjA)=∣A∣ and by replacing A by adj A and the property ∣adjA∣=∣A∣n−1 we get the required value.
Complete step-by-step answer:
We know that the inverse of a matrix is given by
⇒A−1=detA1adjA………(1)
And we also know that
⇒AA−1=I
From this,
⇒A−1=AI …………(2)
Now equating (1) and (2)
⇒detAadjA=AI
⇒A(adjA)=∣A∣ ……..(3)
Now let's replace A by adj A in (3)
⇒adjA(adj(adjA))=∣adjA∣ ⇒(adj(adjA))=adjA∣adjA∣
From (3) we get adjA=A∣A∣
Substituting in the above equation
⇒(adj(adjA))=∣A∣∣adjA∣∗A
We know that ∣adjA∣=∣A∣n−1 as A is a matrix of order n
⇒(adj(adjA))=∣A∣∣A∣n−1∗A ⇒(adj(adjA))=∣A∣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 ) 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 ), here AT 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|A| .