Cross Product Calculator

Enter two 3D vectors to instantly compute their cross product, magnitude, unit vector, and the angle between them.

Enter Vectors

A Vector A
B Vector B

Formula

A × B = (AyBz − AzBy, AzBx − AxBz, AxBy − AyBx)

Cross Product A × B

i + j + k

Magnitude |A × B|

Angle Between A & B

Parallelogram Area

Vectors Parallel?

Unit Vector (A × B) / |A × B|

Copied!

Summary

Enter two 3D vectors to instantly compute their cross product, magnitude, unit vector, and the angle between them.

How it works

  1. Enter the X, Y, and Z components of the first vector (A).
  2. Enter the X, Y, and Z components of the second vector (B).
  3. Click "Calculate" (or results update automatically).
  4. Read the resulting cross product vector A × B.
  5. Review the magnitude, unit vector, and angle between A and B.

Use cases

  • Find a vector perpendicular to a surface defined by two edge vectors.
  • Compute torque or angular momentum in physics problems.
  • Determine surface normals for 3D graphics and lighting calculations.
  • Verify solutions to linear algebra homework involving vector operations.
  • Check if two vectors are parallel (cross product equals zero).
  • Calculate the area of a parallelogram spanned by two vectors.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu