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

qR -- A method for specifying the underlying quotient ring

Synopsis

Description

The function qR generates the quotient ring R over the ideal p. The variables and equations (the ideal generators) should be specified by pR and in the form of Miura, respectively.

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

o1 = R

o1 : PolynomialRing
i2 : I=qR(R,y^2-x^3-7*x)

o2 = I

o2 : QuotientRing