Cross Product Calculator

Enter the components of two 3D vectors to calculate their cross product.

The cross product of two vectors A and B in 3D space is a vector perpendicular to both, calculated as A × B = (AyBz – AzBy, AzBx – AxBz, AxBy – AyBx). Useful in physics, engineering, and mathematics for torque, area, and more.