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

gaussFiber -- computes the general fiber of the Gauss map

Synopsis

Description

gaussFiber is a function. It computes an irreducible component of the general fiber of the Gauss map as described in the paper Gauss Maps of Toric Varieties

P=convexHull(matrix{{0,1}});
Q=convexHull(matrix{{0}});
A=latticePoints(cayley({P,Q}));
B=latticePoints(cayley({P,P}));
gaussFiber(A)
gaussFiber(B)

See also

Ways to use gaussFiber :