When a matrix A has m rows and n columns (m>n), explain why $AA^{T}$ can't be positive definite. For the same matrix A, is $A^{T}A$ always positive definite? If so, explain. If not, what is the condition for A so that $A^{T}A$ is positive definite?
Now $A^{T}$ is the transpose of A. This means the columns of $A^{T}$ are formed with the corresponding rows of A.
Positive definite means that $x^{T}Ax$ >0 for all$x\neq 0$.
Also with square symmetric matrices, the quadratic form $x^{T}Ax$ is positive definite if and only if the eigenvalues of A are all positive.
But how does this show that $AA^{T}$ is not positive definite?