The function constructs the matrix of k-jets evaluated at the point pt for the polarized toric variety associated to the set of lattice points A.
A=latticePoints(convexHull(matrix{{0,0,2},{0,2,0}})) |
pt=matrix{{1},{1}} |
jetMatrix(A,2,pt) |
If no point is provided the matrix of k-jets is provided as a matrix over a polynomoial ring.
A=latticePoints(convexHull(matrix{{0,0,2},{0,2,0}})) |
jetMatrix(A,2) |