Difference between revisions of "MATLAB: Cross product"

From Robotics
Jump to: navigation, search
 
Line 2: Line 2:
  
  
The cross product is applied using the command ''cross''. The commutative law does not hold. So depending on the order of the arguments the resulting vector is the opposite of the other.
+
The cross product is applied using the command ''cross''. The commutative law does not hold. So the direction of the resulting vector depends on the order of the arguments.
  
 
:[[File:matlab-va-cross.png|400px]]
 
:[[File:matlab-va-cross.png|400px]]

Latest revision as of 13:59, 26 September 2014

← Previous: Dot product Matlab.png Web interface  |  MATLAB overview  |  Back to article: Cross product Next: Matrices


The cross product is applied using the command cross. The commutative law does not hold. So the direction of the resulting vector depends on the order of the arguments.

Matlab-va-cross.png