Orthogonality, Least Squares, and Spectral Clinic
Retrieval Prompts
- State the definition of orthogonality using a dot product.
- State the projection idea in one sentence.
- State the normal equations from memory.
- State the eigenvalue equation.
- State what diagonalization buys you computationally.
Compare and Distinguish
Separate these pairs clearly:
- exact solve versus least-squares solve
- orthogonal basis versus orthonormal basis
- eigenvalue versus singular value
- diagonalizable matrix versus arbitrary matrix with eigenvalues
Common Mistake Check
Find the error in each statement:
- "Least squares finds an exact solution that the original system hid."
- "Orthogonal vectors are only a two-dimensional picture idea."
- "Every matrix with repeated eigenvalues is diagonalizable."
- "Singular values are just the eigenvalues written differently."
Mini Application
Do one problem from each lane:
- project a vector onto a line or plane
- set up a least-squares fit for a small data set
- compute eigenvalues and eigenvectors of a
2 x 2matrix - explain when diagonalization would let you compute
A^20quickly
Then write one paragraph comparing eigen-decomposition and SVD operationally.
Evidence Check
This page is complete only if you can explain, without notes, why:
- projection error is orthogonal
- least squares is approximation, not rescue
- eigenvectors matter for repeated action
- SVD still works when eigenvector methods are not the right tool