Chapter 6 — Unitary similarity and unitary equivalence
Summary
Chapter 6 discusses some of the common matrix decompositions in finite-dimensional linear algebra. A significant fraction of the material deals with algorithmic details and remarks, and serves as background for or addition to e.g. Python for Scientists. Some of its subsections focus on algorithmic or computational considerations, that are not important for either the theory or exercises of this course. However, some of the main theorems regarding Schur decomposition and singular value decomposition are important.
Not covered in class
Subsections 6.4.3 and 6.4.4 (power methods, subspace iteration and practical considerations regarding Schur decomposition) and Section 6.7 (Krylov methods) were not at all covered in class. Subsection 6.6.6 (polar decomposition) was only briefly mentioned.
Important concepts
- Unitary and orthogonal group
- Discrete Fourier transform as unitary transformation and circulant matrices
- Schur decomposition and its relation to eigenvalue decomposition for normal matrices
- Canonical form of a bilinear map, intertia or signature
- Singular value decomposition: full, thin and compact; relation to rank, operator norm, condition number; applicability in the context of least squares solution (pseudo-inverse) and low rank approximations
For applications / exercises
Techniques from Chapter 6 are mostly relevant for numerical work in linear algebra, and thus less so for the pen-and-paper exercises.