next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Polyhedra
::
emptyPolyhedron
emptyPolyhedron -- generates the empty polyhedron in n-space
Synopsis
Usage:
P = emptyPolyhedron n
Inputs:
n
,
an
integer
, strictly positive
Outputs:
P
,
a
convex polyhedron
Description
Generates the empty polyhedron in
n
-space.
i1 : P = emptyPolyhedron 3 o1 = P o1 : Polyhedron
Ways to use
emptyPolyhedron
:
"emptyPolyhedron(ZZ)"
For the programmer
The object
emptyPolyhedron
is
a
method function
.