Contents

About this document

These HTML pages were created from GNU troff source files, using a special macro package. The Maple output was automatically inserted. For example, the source code
We define a 3-dimensional permutahedron
.MI
P := permutahedron(3);
.MO
and draw it:
.MI
draw(P);
.MO

produces:
We define a 3-dimensional permutahedron
P := permutahedron(3);
P := POLYTOPE(3,3,24,14)
and draw it:
draw(P);
[Maple plot]

In principle, it would be possible to generate Maple help pages from the same source files, using a different macro package.