What is a cross product calculator?
A cross product calculator finds the vector that results from multiplying two three-dimensional vectors together using the cross (or vector) product. Unlike the dot product, which returns a single number, the cross product returns a new vector. That vector is perpendicular to both of the original vectors and its length equals the area of the parallelogram they span.
Given two vectors and , this tool returns the three components of .
Formula
The cross product is defined component by component as:
So the three output components are:
How to use
- Enter the three components of vector : , , and .
- Enter the three components of vector : , , and .
- Once all six values are filled in, the calculator displays , , and — the components of the resulting vector .
Negative inputs are fully supported. The order matters: , so swapping the two vectors flips the sign of every component.
Worked example
Take and .
So .
FAQ
Why is the cross product a vector while the dot product is a number?
The dot product measures how much two vectors point in the same direction, which is a single scalar quantity. The cross product instead measures the oriented area they span and points in a direction perpendicular to both, so it naturally needs three components to describe both that magnitude and that direction.
What does it mean if the cross product is the zero vector?
If , the two vectors are parallel (or one of them is the zero vector). Parallel vectors span no area, so the perpendicular result collapses to nothing.