Let $$ A =\left( \begin{matrix} 1 & 1 & 2 & 2 \\ 1 & -1 & 2 & -4 \\ 2 & 1 & 4 & 1 \\ \end{matrix}\right) $$ Is $AA^T$ invertible? Justify your answer.
I know that the rank of the matrix is 2 and maybe that has something to do with the answer. But I'm not sure.
Recall that $$ \DeclareMathOperator{rank}{rank}\rank(XY)\leq\min\{\rank(X),\rank(Y)\} $$ whenever the matrix product $XY$ is defined. In our example we have $$ \rank(AA^\top)\leq\min\{\rank(A),\rank(A^\top)\}=\rank(A)=2<3 $$ What can we conclude?