Calculate a Cross Product
The cross product returns a vector perpendicular to both input vectors.
Formula: a × b = (a₂b₃−a₃b₂, a₃b₁−a₁b₃, a₁b₂−a₂b₁)
Write the inputs in the form required by the formula and check the result with a small reference case. For equations and statistics, make sure the selected convention matches the problem you are solving.
Substitute the same inputs into the displayed formula and compare the calculated value with the result shown by the tool.