Chapter 4 Matrix Decompositions
Matrices provide a compact way to represent linear mappings and data, where rows often correspond to observations and columns correspond to features. This chapter focuses on three central questions about matrices:
- How to summarize a matrix with key numerical characteristics.
- How to decompose a matrix into simpler, interpretable components.
- How to use these decompositions for approximations and analysis.