MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

DeclarePoints — Declaration of points [mathematica]

DeclarePoints[A1, ..., An]

A1, ..., An: names

The function DeclarePoints establishes the names A1, ..., An as point labels. A name may only be declared once as a point label.

The function DeclarePoints results in permanent changes to the global variable GlobalPointDeclarations.

Restart;
DeclarePoints[A,B,C];
GlobalPointDeclarations

{ A "->" { } , B "->" { } , C "->" { } }


Toolbox functions