MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&-- — Subtracting two MAMBO vectors or descriptions [maple]

v &-- w

&--(v,w)

v,w: MAMBO vectors or compatible MAMBO descriptions

The function &-- returns the difference between the two MAMBO vectors/descriptions v and w. It is computed using the formula

v &-- w = v &++ ((-1) &** w)

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

table1=tableCoordinates=010,Triad=b,Size=1,Type=Vector

>v &-- v;

tableSize=0,Type=Vector


Toolbox functions