MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&oo — Finding the dot product between two MAMBO vectors or descriptions [maple]

v &oo w

&oo(v,w)

v,w: MAMBO vectors or compatible MAMBO descriptions

The function &oo returns the vector dot product of the two MAMBO vectors/descriptions v and w.

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

1sintheta

>MakeDescription([seq(MakeTranslations(a,i),i=1..3)],3) &oo
  MakeDescription([seq(MakeTranslations(b,i),i=1..3)],1);

costhsinth0sinthcosth0001


Toolbox functions