next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
LatticePolytopes
::
codegree
codegree -- computes the codegree of a polytope
Synopsis
Usage:
codegree(X)
Inputs:
X
,
a
matrix
, of vertices or
a
convex polyhedron
.
Outputs:
an
integer
, the codegree of X
Description
codegree
is a funtion that returns the codegree of a polytope.
codegree(hypercube(4))
Ways to use
codegree
:
codegree(Matrix)
codegree(Polyhedron)