MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

MamboCross — Finding the cross product between two MAMBO vectors [mathematica]

v~MamboCross~w

MamboCross[v,w]

v,w: MAMBO vectors

The function MamboCross returns the vector cross product of the two vectors v and w.

Restart; DeclareTriads[a,b]; DefineTriads[a,b,theta,3]; v=MakeTranslations[a,1]; w=MakeTranslations[{a,1},{b,2}]; v~MamboCross~w

{ Type "->" Vector , Size "->" 1 , 1 "->" { Coordinates "->" { 0 , 0 , Cos [ theta ] } , Triad "->" a } }


Toolbox functions