#4000: Implement QQ['x'] via Flint ZZ['x'] + denominator
---------------------------------------------------+------------------------
Reporter: malb | Owner: somebody
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.2
Component: basic arithmetic | Keywords:
Author: Sebastian Pancratz, Martin Albrecht | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------------------------------+------------------------
Changes (by AlexGhitza):
* status: needs_work => needs_review
Comment:
Having applied all the patches, I'm getting:
{{{
sage: R.<x> = QQ[]
sage: S.<a> = R.quotient(3*x^3 + 3/2*x -1/3)
sage: 3 * a^3 + S.modulus()
Error: unable to alloc/realloc memory
/home/ghitza/sage-devel/local/bin/sage-sage: line 206: 13092 Aborted
(core dumped) sage-ipython "$@" -i
}}}
(This is a doctest in
{{{rings/polynomial/polynomial_quotient_ring_element.py}}}, which is how I
ran into it.)
I don't know if it matters, but this is happening on a 32-bit machine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4000#comment:42>
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.