Vector Calculator
Enter two vectors (A and B) to compute their magnitudes, unit vectors, sum (A + B), and difference (A - B). Supports 2D and 3D vectors.
Inputs
Results
|A|
5
|B|
3
Unit A
(0.6, 0.8, 0)
Unit B
(0.333333, 0.666667, 0.666667)
A + B
(4, 6, 2)
|A + B|
7.483315
A - B
(2, 2, -2)
|A - B|
3.464102
Frequently Asked Questions
Related Calculators
Dot Product Calculator
Calculate the dot product of two vectors in 2D or 3D, plus the angle between them.
Cross Product Calculator
Calculate the cross product of two 3D vectors, including the resulting vector and its magnitude.
2x2 Matrix Calculator
Calculate the determinant, inverse, and product of 2x2 matrices.
Distance Formula Calculator
Calculate the distance between two points on a coordinate plane.