Skip to content

Can't construct fraction field #5982

@jmbr

Description

@jmbr
----------------------------------------------------------------------
| 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions