Macaulay2 » Documentation
Packages » LatticePolytopes :: gaussImage
next | previous | forward | backward | up | index | toc

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
i1 : P=convexHull(matrix{{0,1}});
i2 : Q=convexHull(matrix{{0}});
i3 : A=latticePoints(cayley({P,Q}));
i4 : B=latticePoints(cayley({P,P}));
i5 : gaussImage(A)

o5 = {x x }
       0 1

o5 : List
i6 : gaussImage(B)

       2             2   2 2
o6 = {x x , x x , x x , x x }
       0 1   0 1   0 1   0 1

o6 : List

See also

Ways to use gaussImage :

For the programmer

The object gaussImage is a method function.