next | previous | forward | backward | up | top | index | toc | home

generateLPPs -- return all LPP ideals corresponding to a given Hilbert function

Synopsis

Description

Given a polynomial ring R and a Hilbert function hilb for R modulo a homogeneous ideal, generateLPPs generates all the LPP ideals corresponding to hilb. The power sequences and ideals are returned in a list. If the user sets the Print option to true, the power sequences and ideals are printed on the screen in a nice format.
R=ZZ/32003[a..c];
generateLPPs(R,{1,3,4,3,2})
Same example with the Print option set to true:
generateLPPs(R,{1,3,4,3,2},Print=>true)

See also

Ways to use generateLPPs :