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) |