| 1 | initial version |
Is the following numerically good enough?
E = EllipticCurve('11a1')
L = E.lseries()
WP = E.weierstrass_p( prec=40 ).laurent_polynomial()
WP( L(1) )
Result:
15.6666666666667
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.