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

gausskFiber -- computes the general fiber of the Gauss map of order k

Synopsis

Description

gausskFiber is a function. It computes an irreducible component of the general fiber of the Gauss map order k as described in the paper A note on higher order Gauss maps

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

See also

Ways to use gausskFiber :