Welcome to what is arguably the most important, revealing, and powerful idea in all of linear algebra: the Singular Value Decomposition (SVD).
So far, we have learned about other ways to break down, or "factor," a matrix. Eigendecomposition () was incredible, but it had a major limitation: it only works for some square matrices.
But what about the rest of the universe? What about rectangular matrices, the kind that represent most real-world datasets (e.g., 1000 houses by 15 features)? How do we find the deep, geometric truth of these transformations?
The SVD is the answer. It works for every single matrix, with no exceptions. It provides a complete geometric understanding of any linear transformation.