How do I show that if a matrix $A \in \mathcal{M_{3}}(\mathbb{R})$ has a inverse, then $\det A^{\star}=\det^2A$?
I was trying to use that $A^{\star}= \det(A)\cdot A^{-1}$. Then what and why? If I go to det in that equality why should I get $(\det(A))^3\cdot \det(A^{-1})$?
We know that $AA^\star = A^\star A = (\det A) I$. Taking the determinant gives
$$(\det A)(\det A^\star) = \det (AA^\star) = \det \Big[(\det A) I\Big] = (\det A)^3 (\det I) = (\det A)^3$$
because for any $n\times n$ matrix $B$ we have $\det (\lambda B) = \lambda^n \det (B)$.
$A$ is invertible so $\det A \ne 0$. Hence we can divide the above relation by $\det A$ to obtain $\det A^\star = (\det A)^2$.