Skip to main content
DigiCalcs

如何计算Vector Cross Product

learn.whatIsHeading

The cross product A×B of two 3D vectors produces a new vector perpendicular to both. Its magnitude equals the area of the parallelogram spanned by the two vectors. Direction follows the right-hand rule.

分步指南

  1. 1A×B = [a₂b₃−a₃b₂, a₃b₁−a₁b₃, a₁b₂−a₂b₁]
  2. 2Magnitude: |A×B| = |A||B|sin(θ)
  3. 3A×B = −(B×A) (anti-commutative)

例题解析

输入
A=[1,0,0] · B=[0,1,0]
结果
A×B = [0,0,1] (unit z-vector)
x̂ × ŷ = ẑ by right-hand rule

准备好计算了吗?尝试免费的 Vector Cross Product 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 DigiCalcs