CalcaTools

Cross Product Calculator

Cross Product Calculator is a free online calculator that helps you work out cross product quickly and accurately, right in your browser.

Last updated: June 2026 · Free · No sign-up required

Results

Enter values above and click Calculate to see your result instantly.

Quick reference

ComponentFormula
i (x)Ay·Bz − Az·By
j (y)Az·Bx − Ax·Bz
k (z)Ax·By − Ay·Bx
|A × B|√(i² + j² + k²)

functions Shows the working, not just the answer

For students and teachers, the final number is only half the value. Every math tool here exposes the formula it applied, the intermediate steps, and the rounding rule, so you can follow along, check your homework, or use the answer in a proof or report with confidence.

calculate Accurate to the spec

Calculations use 64-bit floating point with sensible rounding for the domain (currency to 2 decimals, percentages to 4 decimals, algebra to 6 significant figures). Where exact rational arithmetic matters — fractions, factorials, simplification — we use a dedicated BigNumber path so 1/3 + 1/6 returns ½, not 0.49999.

school Free for classroom use

Educators are welcome to link to any math calculator on CalcaTools from a class site, Google Classroom, or worksheet. The pages are mobile-friendly, free, ad-supported (so we can keep them free) and have no sign-up wall — students just click and use them in class or at home.

tips_and_updates Pair with the spoke articles

Below the calculator we link a small set of plain-English explainer pages — "What is a percentage?", "Why does PEMDAS matter?", and so on. They cover the underlying concept in 4–6 short paragraphs. Read those before the calculator if the topic is new, or after if you want the extra context.

Interpretation guide

OutputWhat it tells you
A × B vectorA new vector perpendicular to both A and B.
MagnitudeEquals the area of the parallelogram spanned by A and B.
DirectionFollows the right-hand rule from A to B.

Formula & methodology

Formula: A × B = (Ay·Bz − Az·By, Az·Bx − Ax·Bz, Ax·By − Ay·Bx)

The cross product of two 3D vectors returns a third vector perpendicular to both, with length equal to the area of the parallelogram they span.

  1. Enter the x, y and z components of vector A.
  2. Enter the x, y and z components of vector B.
  3. The calculator applies the determinant formula for each component.
  4. Read the resulting vector and its magnitude.

Worked example: (2, 3, 4) × (5, 6, 7) = (3·7−4·6, 4·5−2·7, 2·6−3·5) = (−3, 6, −3).

Frequently asked questions

How do you calculate a cross product?
Use A × B = (Ay·Bz − Az·By, Az·Bx − Ax·Bz, Ax·By − Ay·Bx). The result is perpendicular to both input vectors.
What does the cross product represent?
It gives a vector normal to the plane of A and B, with magnitude equal to the area of the parallelogram they form.
Is the cross product commutative?
No. A × B = −(B × A); swapping the order reverses the direction of the result.
What is the magnitude of the cross product?
|A × B| = |A||B|sin(θ), where θ is the angle between the vectors — it is zero when they are parallel.
Is it free and private to use?
Yes — it is 100% free, needs no sign-up, and every calculation runs in your browser, so your inputs are never uploaded or stored.