#6361: elliptic curves -- easy to fix mistake in docs
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.3
Component: number theory | Keywords:
Reviewer: | Author:
Merged: |
---------------------------+------------------------------------------------
{{{
eval_modular_form(points, prec)
Evaluate the L-series of this elliptic curve at points in CC
INPUT:
•points - a list of points in the half-plane of convergence
•prec - precision
OUTPUT: A list of values L(E,s) for s in points
Note: Better examples are welcome.
EXAMPLES:
sage: E=EllipticCurve(’37a1’)
sage: E.eval_modular_form([1.5+I,2.0+I,2.5+I],0.000001)
[0, 0, 0]
}}}
It should *NOT* say L-series above. It should say modular form.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6361>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---