Macaulay2 » Documentation
Packages » OldPolyhedra :: net(Polyhedron)
next | previous | forward | backward | up | index | toc

net(Polyhedron) -- displays characteristics of a polyhedron

Synopsis

Description

Displays an overview of the properties of the Polyhedron, the ambient dimension, the dimension of the lineality space, the dimension of the polyhedron, the number of facets, the number of rays, and the number of vertices.
i1 : P = cyclicPolytope(4,6);
i2 : net P

o2 = {ambient dimension => 4           }
      dimension of lineality space => 0
      dimension of polyhedron => 4
      number of facets => 9
      number of rays => 0
      number of vertices => 6

Ways to use this method: