#8820: elliptic_exponential broken for curves over number fields
-------------------------------+--------------------------------------------
Reporter: robertwb | Owner: cremona
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.1
Component: elliptic curves | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
{{{
sage: E = EllipticCurve('37a')
sage: K.<a> = QuadraticField(-5)
sage: L = E.change_ring(K).period_lattice(K.places()[0])
sage: L.elliptic_exponential(CDF(.1,.1))
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
File "/usr/local/sage/local/lib/python2.6/site-
packages/sage/schemes/elliptic_curves/period_lattice.py", line 1390, in
elliptic_exponential
pxy = E.pari_curve(prec+5).ellztopoint(w)
File "gen.pyx", line 9234, in sage.libs.pari.gen._pari_trap
(sage/libs/pari/gen.c:44342)
PariError: bad argument for an elliptic curve related function (43)
}}}
Perhaps Pari doesn't support curve not over Q?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8820>
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.