Calculate dot products and angles between 2D and 3D vectors
Enter two vectors to compute their dot product, angle between them, and step-by-step calculations. Essential for linear algebra, physics, and engineering applications.
Click on any example to load it into the calculator
Simple dot product calculation in 2D
a: (3, 4)
b: (1, 2)
Vectors at 90 degrees (dot product = 0)
a: (1, 0)
b: (0, 1)
Dot product in three dimensions
a: (2, 1, 3)
b: (1, 4, 2)
Dot product of normalized vectors
a: (0.6, 0.8)
b: (0.8, 0.6)