Cross Product Calculator
Cross Product Result: A × B
= ((-3×2) - (1×9))i + ((1×4) - (3×2))j + ((3×9) - (-3×4))k
= (-6 - 9)i + (4 - 6)j + (27 + 12)k
= -15i - 2j + 39k
Real-time 3D vector calculation tool with visualization
Results update instantly as you type. No need to press calculate button.
Visual representation of vectors and their cross product in 3D space.
Detailed calculation process showing each step of the cross product formula.
Calculate vector magnitude and normalized unit vector with direction.
Swap vectors A and B to see how cross product changes with order.
Save or copy calculation results for reports and documentation.
The cross product (also called vector product) is a binary operation on two vectors in three-dimensional space. It results in a vector that is perpendicular to both of the original vectors, making it extremely useful in physics, engineering, and computer graphics.
For two vectors A = (a₁, a₂, a₃) and B = (b₁, b₂, b₃), the cross product A × B is calculated as:
A × B = (a₂b₃ - a₃b₂)i + (a₃b₁ - a₁b₃)j + (a₁b₂ - a₂b₁)k
Use the "Swap Vectors" button to verify the anti-commutative property of cross products. Notice how the result vector changes direction when you swap A and B.