5 questions to test your understanding
You apply Gram-Schmidt to a basis {v₁, v₂, v₃}. After computing e₁ (normalized v₁), you form u₂ = v₂ − ⟨v₂, e₁⟩e₁. What is guaranteed about u₂ before normalization?
After applying Gram-Schmidt to three basis vectors of a plane in ℝ⁴, a student claims the resulting orthonormal vectors now describe a different plane because they point in different directions than the originals. Is this correct?
Gram-Schmidt changes the subspace being described because the resulting orthonormal vectors are not parallel to the original basis vectors.
If two of the original basis vectors are already orthogonal to each other, the Gram-Schmidt projection step between them will produce a zero projection, leaving those vectors unchanged up to normalization.
Explain the geometric meaning of 'subtracting the projection' in a Gram-Schmidt step. Why does subtracting the projection of vₖ onto e₁ guarantee that the result is perpendicular to e₁?