What does it mean for $AA^T$ to be symmetric?
A question in my book says to show that $AA^T$ is symmetric so I took a very simple matrix to try and understand this:
$A=\begin{bmatrix} 2 \\ 8 \\ \end{bmatrix}$ $A^T=\begin{bmatrix} 2 & 8 \\ \end{bmatrix}$
$AA^T=\begin{bmatrix} 4 & 16 \\ 16 & 64 \\ \end{bmatrix}$
But I don't understand how this is symmetric.
The matrix $$ \begin{bmatrix} 4 & 16 \\ 16 & 64 \\ \end{bmatrix} $$
is symmetric because it equals its own transpose:
$$\begin{bmatrix} 4 & 16 \\ 16 & 64 \\ \end{bmatrix}^T = \begin{bmatrix} 4 & 16 \\ 16 & 64 \\ \end{bmatrix}$$
Isn't that the definition of "symmetric"?