Linear Algebra

Vector Normalization

Unit vector in the same direction.

Formula

Formula
v̂ = vv

Variables

SymbolDefinitionType & rangeUnitsRole
v vector (non-zero) list of real numbers input

Try it yourself

Interactive calculator
comma or space separated numbers
Result

Worked examples

Example 1
Givenv = 3, 4
Result[ 0.6, 0.8 ]
Example 2
Givenv = 0, 0, 5
Result[ 0, 0, 1 ]