#7711: integral() does not reduce coefficients in finite field
---------------------------------------+------------------------------------
Reporter: zimmerma | Owner: malb
Type: defect | Status: needs_info
Priority: major | Milestone: sage-5.0
Component: commutative algebra | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Paul Zimmermann
Authors: Alex Ghitza | Merged in:
Dependencies: | Stopgaps:
---------------------------------------+------------------------------------
Changes (by zimmerma):
* status: needs_review => needs_info
Comment:
I confirm the rebased patch applies cleanly to sage-5.0.beta10.
However there is still an issue:
{{{
sage: R.<x> = ZZ[]
sage: R(0).integral().parent()
Univariate Polynomial Ring in x over Integer Ring
sage: R(3).integral().parent()
Univariate Polynomial Ring in x over Rational Field
}}}
Why do we get a different parent for zero?
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7711#comment:30>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.