MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DeclareTriads — Declaration of triad labels [maple]

DeclareTriads(a1, ..., an)

a1, ..., an: names

The function DeclareTriads establishes the names a1, ..., an as triad labels. A name may only be declared once as a triad label.

The function DeclareTriads results in permanent changes to the global variable GlobalTriadDeclarations.

>Restart():
>DeclareTriads(a,b,c):
>print(GlobalTriadDeclarations);

tableb=,a=,c=


Toolbox functions