Linear Algebra

Vector Distance

Euclidean distance between two points/vectors.

Formula

Formula
u − v

Variables

SymbolDefinitionType & rangeUnitsRole
u first point list of real numbers input
v second point list of real numbers input

Try it yourself

Interactive calculator
comma or space separated numbers
comma or space separated numbers
Result

Worked examples

Example 1
Givenu = 1, 2, 3, v = 4, 6, 3
Result5
Example 2
Givenu = 0, 0, v = 3, 4
Result5