Let A be an invertible nxn matrix. Prove that $\det(\operatorname{adj}(A^{-1})) = (\det(A))^{1-n}$

1.8k Views Asked by At

Let $A$ be an invertible $n\times n$ matrix. Prove that $\det(\operatorname{adj}(A^{-1})) = (\det(A))^{1-n}$

I tried starting with $A^{-1} = 1/\det(A) \cdot \operatorname{adj}(A)$

I tried everything to reduce it to the proof..

the closest I could get was substituting $A^{-1}$ for $B$ and $A$ for $B^{-1}$ and wind up with the proof with $A$ replaced by $B$... but that can't be right...

2

There are 2 best solutions below

4
On

If you substitute $A^{-1}$ for $A$ you get $\text{adj}(A^{-1})=(\det(A^{-1}))A$, so now we have

$\det(\text{adj}(A^{-1}))=(\det(A^{-1}))^{n}\det(A)=(\det(A))^{-n}\det(A)=(\det(A))^{1-n}$

$\;\;\;\;\;$since $\det(cA)=c^{n}\det(A)$ and $\det(A^{-1})=(\det(A))^{-1}$.

0
On

For any square matrix $\;B\;$ , we have that

$$B\cdot\text{adj}\,B=|B|I\;,\;\;|B|=\det B$$

The above, for $\;B=A^{-1}\;$ , means

$$A^{-1}\cdot\text{adj}\,A^{-1}=|A|^{-1}I\;,\;\;\text{since we know}\;\;\det A^{-1}=(\det A)^{-1}\implies$$

using the product theorem for determinants, we get:

$$|A|^{-1}|\text{adj}\,A^{-1}|=\det(|A|^{-1}I)=|A|^{-n}\det I=|A|^{-n}$$

and from here the wanted equality follows at once.