learn.howToCalculate
learn.whatIsHeading
3D cross product of two vectors produces third perpendicular vector, used for normal calculations, torque, angular momentum.
ステップバイステップガイド
- 1Input two 3D vectors (x,y,z)
- 2Calculate a × b using determinant method
- 3Result shows magnitude and direction
解いた例
入力
a=(1,0,0), b=(0,1,0)
結果
a×b = (0,0,1) (perpendicular to both)
避けるべきよくある間違い
- ✕Forgetting right-hand rule
- ✕Confusing with dot product
よくある質問
Does order matter?
Yes, a×b = -b×a (anticommutative).
計算する準備はできましたか?無料の Cross Product3 D 計算機をお試しください
自分で試してみる→