Compare calculators
Both calculators run independently — change the inputs on either side to compare results.
Linear Algebra
Vector Dot Product Calculator
Compute the dot product of two 3D vectors as v1·v2 = v1x·v2x + v1y·v2y + v1z·v2z. Use it to measure projection, test orthogonality, or compute angles via the cosine formula.
Linear Algebra
Angle Between Vectors Calculator
Compute the angle in degrees between two 2D vectors using cos θ = (v1·v2)/(|v1|·|v2|) and the arccosine function. The result lies in [0°, 180°] regardless of vector orientation.
Key differences
| Vector Dot Product Calculator | Angle Between Vectors Calculator | |
|---|---|---|
| Category | Linear Algebra | Linear Algebra |
| Inputs required | 6 | 4 |
| Result | Dot Product | Angle Between Vectors (degrees) |
| What it does | Compute the dot product of two 3D vectors as v1·v2 = v1x·v2x + v1y·v2y + v1z·v2z. Use it to measure projection, test orthogonality, or compute angles via the cosine formula. | Compute the angle in degrees between two 2D vectors using cos θ = (v1·v2)/(|v1|·|v2|) and the arccosine function. The result lies in [0°, 180°] regardless of vector orientation. |