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")
 
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 ''dot''. Because of the commutative law the order of the arguments doesn't matter.
 +
 +
:[[File:matlab-va-cross.png|400px]]
 +
  
 
[[Category:MATLAB]]
 
[[Category:MATLAB]]
 
[[Category:Matrices]]
 
[[Category:Matrices]]

Revision as of 13:55, 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 dot. Because of the commutative law the order of the arguments doesn't matter.

Matlab-va-cross.png