I've tried it with numbers and both operation don't equal each other, while $\det(AB)$ equal $\det(A)*\det(B)$
$A$ = \begin{bmatrix}1&2&-2&1\\1&2&-1&0\\2&5&-6&4\\-2&-4&4&-1\end{bmatrix}
$\det(A)$ = -1
but $\det(A^2) = 535$
what I am doing wrong ?
EDIT : it does I made a calculation mistake