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

gausskImage -- computes the image of the Gauss map of order k

Synopsis

Description

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

See also

Ways to use gausskImage :