-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Milestone
Description
----------------------------------------------------------------------
| Sage Version 3.4.2, Release Date: 2009-05-04 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: R.<x, y> = PolynomialRing(QQ, 2)
sage: I = (x^2 + y^2 - 1)*R
sage: Q = R.quotient(I); Q
Quotient of Multivariate Polynomial Ring in x, y over Rational Field by the ideal (x^2 + y^2 - 1)
sage: Q.fraction_field()
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
<SNIP>
Apply
CC: @malb
Component: algebra
Author: Nick Alexander, Juan M. Bello Rivas
Reviewer: William Stein, Mike Hansen, Marco Streng
Merged: sage-4.7.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/5982