Cross Product Calculator
Calculate the cross product of two 3D vectors. Shows the resulting vector and its magnitude.
Cx
-3.0000
Magnitude7.3485
Cross Product
Formula
A × B = (a₂b₃ - a₃b₂, a₃b₁ - a₁b₃, a₁b₂ - a₂b₁)
Properties
Example Calculation
Cross product of (2,3,4) and (5,6,7).
- 01x: 3×7 - 4×6 = 21 - 24 = -3
- 02y: 4×5 - 2×7 = 20 - 14 = 6
- 03z: 2×6 - 3×5 = 12 - 15 = -3
- 04A × B = (-3, 6, -3)
- 05|A × B| = √(9+36+9) = √54 ≈ 7.3485
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.