#5982: [with patch, needs work] Can't construct fraction field
---------------------+------------------------------------------------------
Reporter: jmbr | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: algebra | Keywords:
---------------------+------------------------------------------------------
Description changed by mabshoff:
Old description:
> {{{
> ----------------------------------------------------------------------
> | Sage Version 3.4, Release Date: 2009-03-11 | | 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)
>
> ...
> }}}
New 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>
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5982#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---