- #1
Big-oh
- 5
- 0
Homework Statement
Given an mxn matrix M, prove that Null((M^T)(M)) = Null(M)
Where M^T is the transpose of the matrix M.
The Attempt at a Solution
I was able to get the first part (Null(M) is a subset of Null((M^T)(M))), but I'm just having trouble proving the other way around. I pick any vector in Null((M^T)(M)), but unsure of what to do after that.