#13005: "maximum recursion depth exceeded" when doing change_ring(RR) on an
elliptic curve
-----------------------------------+----------------------------------------
Reporter: was | Owner: cremona
Type: defect | Status: new
Priority: major | Milestone: sage-5.1
Component: elliptic curves | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------------+----------------------------------------
Comment (by cremona):
It's nothing to do with elliptic curves. Try
{{{
sage: K.<a> = NumberField(x^2-5)
sage: RR(K(1))
}}}
So the expected "natural" coercion from elements of K to elements of RR is
blowing up, instead of using the default embedding.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13005#comment:1>
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.