Processing math: 100%
Ask Your Question
0

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

asked 10 years ago

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/...

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 10 years ago

FrédéricC gravatar image

Is this what you need ?

sage: E = EllipticCurve('39a');
sage: L = E.lseries()
sage: L(1)
0.826687850673386
Preview: (hide)
link

Comments

thank you very much!

cjsh gravatar imagecjsh ( 10 years ago )

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: 10 years ago

Seen: 371 times

Last updated: Jul 23 '14