next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
LatticePolytopes :: adjointPolytope

adjointPolytope -- computes the adjoint of a polytope

Synopsis

Description

adjointPolytope is a function that compute the k:th adjoint of a polytope

i1 : adjointPolytope(hypercube(2),1)

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

o1 : Polyhedron

Ways to use adjointPolytope :