next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Miura :: pR

pR -- A method for specifying the underlying polynomial ring

Synopsis

Description

The function pR generates the polynomial ring kk[v] with the monomial order w.r.t. weights w over the variables v. The elements in w should be positive and mutually prime. The number of elements in v and w coincide.

i1 : R=pR(GF 13,{x,y},{2,3})

o1 = R

o1 : PolynomialRing