MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&++ — Adding two MAMBO vectors or descriptions [mupad/matlab]

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.

Two MAMBO descriptions are compatible provided that they have the same number of rows and the same number of columns.

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

Vector Addition Output


Toolbox functions