3D Vector Cross Product Calculator
According to the definition of vector cross product, (→A)X(→B)=(→C)
Vector c = vector a × vector b =
|i j k |
|a1 a2 a3|
|b1 b2 b3|
=(a2b3-a3b2,a3b1-a1b3,a1b2-a2b1)
(i, j, k are the unit vectors of the three mutually perpendicular coordinate axes in space)