Macaulay2 » Documentation
Packages » Miura :: setQuotientRing given Ideal
next | previous | forward | backward | up | index | toc

setQuotientRing given Ideal -- Set Quotient Ring given Ideal

The function setQuotientRing sets the quotient ring QR of PR over an ideal, where the ideal may be given by defining equations. The global variables PR and QR are specified when setting its polynomial ring and quotient ring, respectively.

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

o1 = PR

o1 : PolynomialRing
i2 : setQuotientRing(ideal(y^2-x^3-3*x))

o2 = QR

o2 : QuotientRing

The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Miura.m2:151:0.