next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
Miura :: setQuotientRing given List of RingElements

setQuotientRing given List of RingElements -- Set Quotient Ring given Multiple Defining Equations

Synopsis

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 5,{x,y,z},{4,6,5})

o1 = PR

o1 : PolynomialRing
i2 : setQuotientRing({y^2-x^3-1, z^2-x*y-1})

o2 = QR

o2 : QuotientRing