CMD + K

Kapittel 3 · Indreproduktrominner product spaces

Projection onto a Line

0:31Fortellerstemme
0:00 / 0:00

Project a vector u onto the line spanned by v. The foot of the perpendicular is proj_v(u) — the closest point. The leftover u minus its projection is orthogonal to v. proj_v(u) = (u·v / v·v) v.

projection onto a lineorthogonal decompositioninner productresidualclosest point