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

isJetSpanned -- checks if the polarized toric variety associated to a set of lattice points is k-jet spanned at a given point.

Synopsis

Description

The function checks if the polarized toric variety associated to the set of lattice points A is k-jet spanned at the point pt.

A=latticePoints(convexHull(matrix{{0,0,2},{0,2,0}}))
pt=matrix{{1},{1}}
isJetSpanned(A,2,pt)

See also

Ways to use isJetSpanned :