I am trying to find the determinant of $3AA^t$ or $|3AA^t|$
where
$$A = \begin{bmatrix} -1 & 2 \\ 2 & 3\end{bmatrix}$$
So I wind up getting:
$$|A| = -3 - 4 = -7 = A^t$$
so $$|3AA^t| = -3 * -7 * -7 = 147$$
Is this right?
My check fails though. I try to find $3AA^t$ and I get this:
$$3AA^t = 3 * \begin{bmatrix} -1 & 2 \\ 2 & 3 \end{bmatrix} * \begin{bmatrix} -1 & 2 \\ 2 & 3 \end{bmatrix} $$
$$ =\begin{bmatrix} -3 & 6 \\ 6 & 9 \end{bmatrix} * \begin{bmatrix} -1 & 2 \\ 2 & 3 \end{bmatrix} $$
$$= \begin{bmatrix} -15 & 12 \\ 12 & 39 \end{bmatrix} $$
$$= 441$$
which does not $= 147$. Where did I go wrong?
If $A$ is an $n \times n$ matrix, $\det(3A) = \det(3I) \det(A) = 3^n \det(A)$, not $3 \det(A)$.