LINEAR-ALGEBRA · Interactive Practice | Unit 28 · Video 1
| Formula | Name | Description |
|---|---|---|
| Singular Value Decomposition | Works for any matrix | |
| SVD defining relation | maps orthonormal to orthonormal , scaled by | |
| Singular value | Square root of an eigenvalue of ; always | |
| Spectral theorem (symmetric PD) | Special case where and |
turns the unit circle into an ellipse in three moves: a rotation, a stretch, another rotation.
💡 Challenge: set — the ellipse collapses to a segment, so has rank 1 and lands in the null space.
For , only one input basis comes out of still perpendicular — the singular vectors .
💡 Challenge: drag until — that input angle, , is exactly the SVD basis.
Singular values are the image ellipse's semi-axes — always real and ; the eigenvalues can be negative or even complex.
💡 Try: a 90° rotation — both singular values equal , yet the eigenvalues are .
Question 1
Which of the following statements about the SVD is always true for a real matrix ?
✅ Correct! This is exactly the structure of the SVD, and it holds for every real matrix.
❌ Not quite. The SVD has no restriction on shape or invertibility — that's why it's called the 'final factorization.'
Solution:
The SVD works for every real matrix — square, rectangular, singular, or nonsingular. The factorization has:
There is no requirement that be square or invertible. Eigenvalues may not even exist for rectangular , but singular values always do.
The case only happens for symmetric positive definite matrices.
Question 2
Consider the rotation matrix , which rotates vectors by 90°.
What are its singular values?
✅ Correct! A rotation preserves lengths, so both singular values equal 1, even though the eigenvalues are imaginary.
❌ Not quite. Remember: singular values are , always non-negative real numbers — never complex, never negative.
Solution:
Singular values are the square roots of eigenvalues of :
The eigenvalues of are both 1, so . Singular values are always non-negative real numbers, even when 's eigenvalues are complex ( in this case).
Geometrically: a rotation maps the unit circle to itself, so the "ellipse" has both semi-axes equal to 1.
Question 3
True or False: For every real matrix , the right singular vectors equal the left singular vectors (that is, ).
✅ Correct! The SVD uses two distinct orthonormal bases. only in the symmetric positive definite case.
❌ Not quite. Think about a rectangular matrix — is and is . They can't even be equal in general.
Solution:
False. In general, .
For a rectangular matrix, and are even different sizes! They can only be equal in the special case where is symmetric positive definite. In that case, from the spectral theorem, and we get , .
The whole point of the SVD is that we need two orthonormal bases, one for input and one for output — not one basis doing double duty.
Question 4
A matrix has SVD with , , and .
Which statement is correct about the geometry and rank of ?
✅ Correct! Rank = number of nonzero singular values. The zero singular value collapses one dimension, flattening the ellipsoid into an ellipse.
❌ Not quite. The rank equals the number of nonzero singular values, and any zero singular value means a direction gets crushed to zero (null space).
Solution:
The rank of equals the number of nonzero singular values. Here and are nonzero, but , so .
Geometrically, takes the unit sphere in 3D to a flat ellipse in the plane spanned by and , with semi-axes of length 4 and 2. The third direction is squashed to zero:
So lies in the null space of .
Note: is not generally an eigenvector of — it's a right singular vector, and doesn't mean unless is square. Eigenvectors and singular vectors are different concepts.
Solved: 0 / 4