Say we have an $n\times m$ matrix $X$. What are the specific properties that $X$ must have so that $A=X^TX$ invertible?
I know that when the rows and columns are independent, then matrix $A$ (which is square) would be invertible and would have a non-zero determinant. However, what confuses me is, what sort of conditions must we have on each row of $X$ such that $A$ would be invertible.
It would be very nice to have a solution of the form:
- when $n > m$ then $X$ must have...
- when $n < m$ then $X$ must have...
- when $n = m$ then $X$ must have...
I think in the 3rd case we just need $X$ to be invertible but I was unsure of the other two cases.