sage: E = EllipticCurve([0,0,0,-1,0]); E
Elliptic Curve defined by y^2 = x^3 - x over Rational Field
sage: L = E.period_lattice()
sage: L.elliptic_exponential(1, to_curve=False)
(1.21375598633877, -0.757861263970861)
sage: L.elliptic_exponential(ComplexField(100)(1), to_curve=False)
(1.2137559863387746413172077160, -0.75786126397086095513491263067)
Look at the documentation in
sage/schemes/elliptic_curves/ell_period_lattice and in particular the
documentation for the elliptic_exponential function which computes the
map from C/L to E.
John
> --
> You received this message because you are subscribed to the Google Groups
> "sage-nt" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
sage-nt+u...@googlegroups.com.
> To post to this group, send an email to
sag...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sage-nt?hl=en-GB.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>