Projection

WMA link


Projection[u, v]

gives the projection of the vector u onto v

For vectors u and v, the projection is taken to be ( v . u / v . v ) v

For complex vectors u and v, the projection is taken to be ( v* . u / v* . v ) v where v* is Conjugate[v].

Projection of two three-dimensional Integer vectors:

Projection of two two-dimensional Integer vectors:

Projection of a machine-precision vector onto another:

Projection of two complex vectors:

Project a symbol vector onto a numeric vector:

The projection of vector u onto vector v is in the direction of v:

Normalize
UnitVector