MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&xx — Finding the cross product between two MAMBO vectors [mupad/matlab]

v &xx w

&xx(v,w)

v,w: MAMBO vectors

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

Restart(): DeclareTriads(a,b): DefineTriads(a,b,th,3): v:=MakeTranslations(a,1): w:=MakeTranslations([a,1],[b,2]): v &xx w;

Vector Cross Product Output


Toolbox functions