Compute 3D vector cross product, magnitude, and direction with step-by-step determinant expansion.
100% FreeLinear AlgebraWith Steps
Cross Product Calculator
Enter components for vectors a and b
Enter to calculate, Esc to clear
Quick Examples
Click to auto-fill and try these calculations
Vector Cross Product Knowledge
What is the Cross Product?
The cross product of two 3D vectors results in a third vector that is perpendicular to both. Unlike the dot product (which yields a scalar), the cross product captures the rotational and area-based relationship between vectors.
Geometric Meaning
The magnitude of the cross product equals the area of the parallelogram spanned by the two vectors. Its direction follows the Right-Hand Rule.
Frequently Asked Questions
The cross product is calculated using the determinant of a 3x3 matrix with unit vectors i, j, k in the first row, and the components of vectors A and B in the following rows.