Macaulay2 » Documentation
Packages » Macaulay2Doc :: ProjectiveHilbertPolynomial ZZ
next | previous | forward | backward | up | index | toc

ProjectiveHilbertPolynomial ZZ -- value of polynomial

Synopsis

Description

P i -- the value of a projective Hilbert polynomial P at an integer i.

i1 : P = projectiveHilbertPolynomial 2

o1 = P
      2

o1 : ProjectiveHilbertPolynomial
i2 : apply(0 .. 12, i -> P i)

o2 = (1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91)

o2 : Sequence

See also

Ways to use this method: