MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&xx — Finding the cross product between two MAMBO vectors [maple]

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,theta,3):
>v:=MakeTranslations(a,1):
>w:=MakeTranslations([a,1],[b,2]):
>v &xx w;

table1=tableCoordinates=00costheta,Triad=a,Size=1,Type=Vector


Toolbox functions