LINEAR-ALGEBRA · Interactive Practice | Unit 24 · Video 1
| Formula | Name | Description |
|---|---|---|
| Symmetric matrix | Equal to its own transpose | |
| Spectral decomposition | orthonormal, diagonal real | |
| , so | Orthogonal matrix | Inverse equals transpose |
| Spectral sum | Weighted projections onto eigen-axes |
A symmetric matrix sends the unit circle to an ellipse whose axes lie along perpendicular eigenvectors.
💡 Challenge: find an input direction where is parallel to — those eigenvector directions stay perpendicular for every symmetric matrix.
Every symmetric matrix is — eigenvalues scaling perpendicular projections.
💡 Challenge: set — the ellipse collapses to a line and becomes rank-one, projecting the whole plane onto the axis.
Adding an antisymmetric shear tilts the eigenvectors and injects rotation into a pure stretch.
Symmetric A = [3 1; 1 3]
💡 Symmetry kills rotation — only perpendicular stretching survives. Past a shear of the eigenvalues turn complex and the map becomes purely rotational.
Question 1
Which of the following matrices is symmetric (i.e., satisfies )?
✅ Correct! The off-diagonal entries are both 3, so .
❌ Not quite. A matrix is symmetric when entry equals entry . The off-diagonals must match exactly.
Solution:
A matrix is symmetric when for every off-diagonal pair. Check each option:
The first option is correct.
Question 2
Let be a matrix whose columns are orthonormal (mutually perpendicular unit vectors). Which equation is always true?
✅ Correct! Orthonormal columns mean , so the transpose is the inverse.
❌ Not quite. Compute entry by entry: it is the dot products of columns.
Solution:
The entry of is the dot product of column of with column of .
So . Multiplying both sides by on the right gives .
This is the magical property of orthogonal matrices: the inverse is free — just transpose. It's why the spectral theorem never requires computing an inverse.
Question 3
Consider the symmetric matrix .
Its characteristic equation is . What are the eigenvalues?
✅ Correct! Expanding gives , factoring as .
❌ Not quite. Expand the characteristic polynomial first, then factor it. Real symmetric matrices never have complex eigenvalues.
Solution:
Expand :
Factor:
So and . Both real, as guaranteed for any real symmetric matrix.
The corresponding orthonormal eigenvectors are and , which are perpendicular ().
Question 4
True or False: Every real symmetric matrix is geometrically just a stretching along perpendicular axes — there is no rotation or shear, only pure scaling in the right rotated coordinate frame.
✅ Correct! This is the geometric content of the spectral theorem — rotate, scale, rotate back.
❌ Not quite. Re-examine the factorization : is a rotation, is pure scaling, and undoes the rotation. The eigenvectors are perpendicular axes.
Solution:
True. The spectral theorem tells us exactly this geometric story:
There is no shear, no rotation in the net effect on the eigen-axes — just scaling. This is why the unit circle always maps to an ellipse whose principal axes are perpendicular (and aligned with the eigenvectors).
This insight is the foundation of:
Solved: 0 / 4