If A is square matrix (3×3), and $det(A)=1$, is it true that $det(adj(A))=1, -1$?
2026-03-27 01:46:54.1774576014
On
If $\det(A) = 1$, what are possible values of $\det(\mbox{adj}(A))$?
231 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
No. $\det(\operatorname{adj}(A)) = (\det A)^{n-1} = 1$.
See here: https://en.wikipedia.org/wiki/Adjugate_matrix#Properties
Recall the general formula $A\,{\rm adj}(A) = \det(A)\,{\rm Id}$. Apply $\det$ to get $$\det(A)\det({\rm adj}(A))= \det(A\,{\rm adj}(A)) = \det(\det(A)\,{\rm Id}) = \det(A)^n \det({\rm Id}) = \det(A)^n.$$So $\det({\rm adj}(A)) = \det(A)^{n-1}$, by cancelling $\det(A)$ (when non-zero) on both sides. If $\det(A) = 0$, the conclusion follows from continuity of $A \mapsto {\rm adj}(A)$ and denseness of non-singular matrices. In your case, we get $\det({\rm adj}(A)) = 1$.