Macaulay2 » Documentation
Packages » Miura :: setPolynomialRing for QQ
next | previous | forward | backward | up | index | toc

setPolynomialRing for QQ -- Set Polynomial Ring for QQ given Variables and their Weights

Synopsis

The function setPolynomialRing generates the polynomial ring kk[v] with the monomial order with respect to weights w over the variables v. The elements in w should be positive and mutually prime. The numbers of elements in v and w coincide. The variable PR keeps the polynomial ring. The monomial order is specific in Miura. For example, for an elliptic curve, it is based on the pole order 2i+3j for x^iy^j

i1 : setPolynomialRing({x,y}, {2,3})

o1 = PR

o1 : PolynomialRing