next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Polyhedra :: ambDim

ambDim -- ambient dimension of a Polyhedron, Cone or Fan

Synopsis

Description

ambDim returns the dimension of the ambient space either of the Polyhedron P, of the Cone C or the Fan F.

i1 : P = convexHull matrix{{1,0},{0,1}}

o1 = P

o1 : Polyhedron
i2 : ambDim P

o2 = 2

Ways to use ambDim :

For the programmer

The object ambDim is a method function.