Difference between revisions of "MATLAB: Cross product"

From Robotics
Jump to: navigation, search
(Created page with "{{MatlabNavigation|previous=Dot product|article=Cross product|next=Matrices}} Category:MATLAB Category:Matrices")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{MatlabNavigation|previous=[[MATLAB: Dot product|Dot product]]|article=[[Cross product]]|next=[[MATLAB: Matrices|Matrices]]}}
 
{{MatlabNavigation|previous=[[MATLAB: Dot product|Dot product]]|article=[[Cross product]]|next=[[MATLAB: Matrices|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.
 +
 +
:[[File:matlab-va-cross.png|400px]]
  
 
[[Category:MATLAB]]
 
[[Category:MATLAB]]
 
[[Category:Matrices]]
 
[[Category:Matrices]]

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