If $A$ is a $3 \times 1$ matrix and $$AA^{T} = \begin{pmatrix} 1 & -1 & 1 \\ -1 & 1 & -1 \\ 1 & -1 & 1 \\ \end{pmatrix}$$ what is $A^{T}A$?
I have tried, transposing both sides of the equation, $(AA^{T})^{T}$ , and transposing the matrix as well, but it doesn't give a 1x1 matrix. I am unsure of which property to use! Any help will be greatly appreciated!
Try the following: Calculate $$ (AA^\top)^2 = AA^\top A A^\top. $$ Then observe that $A^\top A$ is a number and we can pull it to the front: $$ (A^\top A)AA^\top $$ So you just have to observe the common factor in $(AA^\top)^2$.