Hints
MATH-C05-C-001
Add the equations to remove y.
MATH-C05-C-002
Scale v_1 first, then add v_2.
MATH-C05-C-003
A basis must span and avoid redundancy. Check whether [1, 1] can be made from
the first two vectors.
MATH-C05-C-004
Count independent output directions, not columns.
MATH-C05-C-005
The column space is the horizontal line of vectors [c, 0].
MATH-C05-C-006
Compute 2(-2) + 4(1).
MATH-C05-C-007
Apply the matrix to [1, 0] and compare the result with [1, 0].
MATH-C05-C-008
Matrix products act from right to left on a vector.
MATH-C05-C-009
A rank-2 approximation keeps the two largest singular values.
MATH-C05-C-010
PCA follows variance, not causality.
MATH-C05-C-011
Use distributivity: A(x_0 + z) = Ax_0 + Az.
MATH-C05-C-012
Compare the input dimension with the rank. Rank counts independent directions that remain visible in the output.
MATH-C05-C-013
Singular values are strengths. A zero strength means that direction is collapsed.
MATH-C05-C-014
Weak directions are not automatically useless. They may contain rare or task-specific detail.