Calculator
List
Magnitude of a Vector
Calculates the magnitude of the vector (x, y, z) as √(x² + y² + z²). For a plane vector, set z to 0.
x = 3 y = 4 z = 0
Calculate