Ask Your Question
0

how to get a elliptic lseries() at 1,2,3,4,5........

asked 2014-07-10 09:57:17 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

E = EllipticCurve('39a');

E.lseries()

Complex L-series of the Elliptic Curve defined by y^2 + xy = x^3 + x^2 - 4x - 5 over Rational Field

how to get lseries value at 1,2,3...by Euler product in sage?

I find there no sagecode about lseries value at http://www.lmfdb.org/EllipticCurve/Q/...

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2014-07-22 14:29:07 +0200

FrédéricC gravatar image

Is this what you need ?

sage: E = EllipticCurve('39a');
sage: L = E.lseries()
sage: L(1)
0.826687850673386
edit flag offensive delete link more

Comments

thank you very much!

cjsh gravatar imagecjsh ( 2014-07-23 13:34:00 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-07-10 09:57:17 +0200

Seen: 290 times

Last updated: Jul 23 '14