Calculate the cross product of two arrays or vectors.
Enter the arrays or vectors as comma separated lists. Both arrays must have three elements. The cross product is an array, and it is perpendicular to both the input arrays. The cross product can be checked by checking that the cross product A · C = 0, and the cross product B · C = 0. The dot product of two perpendicular arrays is zero.
Tool Input
- rndtype : Rounding Type For Small Values
Tool Output
- chka : Check Dot Product A · C (== 0)
- chkb : Check Dot Product B · C (== 0)