Macaulay2 » Documentation
Packages » Triplets :: hilbCoeff(Triplet)
next | previous | forward | backward | up | index | toc

hilbCoeff(Triplet) -- coefficients of Hilbert polynomial

Synopsis

Description

The Hilbert polynomial will be written as a linear combination of the polynomials a_i binPol(n,i), where binPol is used to compute these polynomials.
i1 : T = triplet({1,2,3}, {1,3}, {0,2,3})

o1 = {{1, 2, 3}, {1, 3}, {0, 2, 3}}

o1 : Triplet
i2 : hilbCoeff(T)

o2 = {1, -2, 2}

o2 : List

See also

Ways to use this method: