Find the dot product of two vectors and the angle between them. Enter both vectors, components separated by commas.
Usage Tip
Projection, work in physics, and similarity in machine learning all rest on the dot product.
cos(angle) = (A · B) ÷ (|A| |B|)
Zero means perpendicular; positive means a similar direction, negative the opposite.
The angle between them and both magnitudes are shown.
The dot product is zero exactly when the vectors are perpendicular.
