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 VarietiesP=convexHull(matrix{{0,1}}); |
Q=convexHull(matrix{{0}}); |
A=latticePoints(cayley({P,Q})); |
B=latticePoints(cayley({P,P})); |
gaussFiber(A) |
gaussFiber(B) |