MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&++ — Adding two MAMBO vectors or descriptions [maple]

v &++ w

&++(v,w)

v,w: MAMBO vectors or compatible MAMBO descriptions

The function &++ returns the vector sum of the two MAMBO vectors/descriptions v and w. In the case of vectors, the Size of the resulting vector equals the number of separate triads in the specifications for each of the individual vectors.

>Restart():
>DeclareTriads(a,b):
>v:=MakeTranslations(a,1):
>w:=MakeTranslations([a,1],[b,2]):
>v &++ w;

table1=tableCoordinates=200,Triad=a,2=tableCoordinates=010,Triad=b,Size=2,Type=Vector


Toolbox functions