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

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

o5 = {1, x , x }
          0   1

o5 : List
i6 : gaussFiber(B)

o6 = {1}

o6 : List

See also

Ways to use gaussFiber :

For the programmer

The object gaussFiber is a method function.