Macaulay2 » Documentation
Packages » SubalgebraBases :: flattenedRing
next | previous | forward | backward | up | index | toc

flattenedRing -- The flattened ring of a subring or sagbiBasis

Synopsis

Description

Returns the flattened ring of the ambient ring. This may be a PolynomialRing or QuotientRing.

i1 : R = (QQ[x])[y]/ideal(x^2-y^3);
i2 : S = subring {x+y,x*y};
i3 : ambient S

o3 = R

o3 : QuotientRing
i4 : flattenedRing S

      QQ[y, x]
o4 = ---------
        3    2
     - y  + x

o4 : QuotientRing

See also

Ways to use flattenedRing :

For the programmer

The object flattenedRing is a method function.