Macaulay2 » Documentation
Packages » OldPolyhedra :: emptyPolyhedron
next | previous | forward | backward | up | index | toc

emptyPolyhedron -- generates the empty polyhedron in n-space

Description

Generates the empty polyhedron in n-space.
i1 : P = emptyPolyhedron 3

o1 = {ambient dimension => 3           }
      dimension of lineality space => 0
      dimension of polyhedron => -1
      number of facets => 0
      number of rays => 0
      number of vertices => 0

o1 : Polyhedron

Ways to use emptyPolyhedron:

  • emptyPolyhedron(ZZ)

For the programmer

The object emptyPolyhedron is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/OldPolyhedra.m2:7507:0.