When computing determinants using their properties, what is the order in which the determinant gets evaluated? Ie. \begin{vmatrix} 2AA^t \\ \end{vmatrix} Do we start with $2A$ or $A^t$?
similarly for this one:
\begin{vmatrix}
2A^t(A^{-1})^2 \\
\end{vmatrix}
Do we start with $2A^t$ or $(A^{-1})^2$?
Because $$|AB| = |A| \cdot |B|$$, the order does not matter, and $$|A| \cdot |B| = |B| \cdot |A|$$ because they are just scalars.