Dot Product Calculator
Enter the components of two vectors to compute their dot product (scalar product). Input Vector U and Vector V as comma-separated values (e.g. 3, -1, 2) — supporting 2D, 3D, or higher dimensions — and get the scalar result, along with each component-wise multiplication step, magnitudes, and the angle between the vectors.
Results
Dot Product (U · V)
--
Magnitude of U (|U|)
--
Magnitude of V (|V|)
--
Angle Between Vectors (θ)
--
Orthogonal (Perpendicular)?
--