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

gaussImage -- computes the image the Gauss map

Synopsis

Description

gaussImage is a function. It computes the image of the Gauss map embedded via the Plücker embedding 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}));
gaussImage(A)
gaussImage(B)

See also

Ways to use gaussImage :