Linear Algebra
Basic

Vector Magnitude

Length of a vector.

Formula

v=vi2\|\mathbf{v}\| = \sqrt{\sum v_i^2}

Variables

v_iComponents

Example

|(3,4)|=5

Did You Know?

A vector's magnitude is just the Pythagorean theorem extended to any number of dimensions.