Cross Product Calculator

Vector A

Enter the components of the first 3D vector

Vector B

Enter the components of the second 3D vector

A = (2, 3, 1)
B = (1, 2, 3)

A×B Cross Product Result

7
-5
1
A × B = (7.00, -5.00, 1.00)
Magnitude: 8.6603

Cross Product Formula

A × B = (a₂b₃ - a₃b₂, a₃b₁ - a₁b₃, a₁b₂ - a₂b₁)
The cross product results in a vector perpendicular to both input vectors

Cross Product Calculator FAQ