getPoset(R, I)getPoset IgetPoset SgetPoset RGiven a polynomial ring R and a homogeneous ideal of R (an ideal generated by homogeneous elements of R) called I, the monomial poset of R/I is the collection of monomials of R/I equipped with the divisibility partial order.
|
|
|
For posets with infinitely many monomials, the optional argument MaxDegree can be used to calculate monomials up to a certain degree to use in the poset. If this is left blank, the default value used will be 10.
|
|
Like the function getMons, the optional argument MaxDegree is only meant to be used for quotient rings where there are infinitely many monomials. For quotient rings with finitely many monomials, MaxDegree will be ignored regardless of it's value.
The object getPoset is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/MacaulayPosets.m2:1624:0.