The Gram-Schmidt process converts any set of independent vectors into orthonormal vectors spanning the same space by iteratively subtracting projections.
Loading…
The subtraction steps for two and three vectors
Set , write , extend to , then divide each by its length.
The perpendicularity check
Expand and carry the cancellation through to zero.
Worked example with and
Compute the ratio , get , check the dot product, and normalize to and .
Same subspace, changed basis
State that the columns of span exactly the column space of the original matrix, here the same plane in .