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