Linear Algebra
Vector Distance
Euclidean distance between two points/vectors.
Formula
Formula
u − v
Variables
| Symbol | Definition | Type & range | Units | Role |
|---|---|---|---|---|
| u | first point | list of real numbers | — | input |
| v | second point | list of real numbers | — | input |
Try it yourself
Interactive calculator
Worked examples
Example 1
Givenu = 1, 2, 3, v = 4, 6, 3
Result5
Example 2
Givenu = 0, 0, v = 3, 4
Result5