next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
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 function that returns the codegree of a polytope.
i1 : codegree(hypercube(4)) o1 = 1
Ways to use
codegree
:
"codegree(Matrix)"
"codegree(Polyhedron)"
For the programmer
The object
codegree
is
a
method function
.