result = ring S
Returns the lifted ring of a SAGBIBasis. This is always a polynomial ring, and the flattened ring is a quotient of this ring.
i1 : R = QQ[x,y,z];
i2 : S = sagbi {x^2, y^2, z^2} o2 = SAGBIBasis Computation Object with 3 generators, Limit = 20. o2 : SAGBIBasis
i3 : ring S o3 = R o3 : PolynomialRing
i4 : Q = R / ideal(x^3 - y);
i5 : S' = sagbi {x^3, y^2} o5 = SAGBIBasis Computation Object with 1 generators, Limit = 20. o5 : SAGBIBasis
i6 : ring S' o6 = R o6 : PolynomialRing