On 2014-04-10 08:25, Bhavin Moriya wrote:
How do I write the following elliptic curve in SAGE,

y^2 = A*x^3 + B*x^2 + C*x + D?

You cannot, because Sage requires the x^3 term to have coefficient 1. If you multiply both sides of that equation by A^2 and do a variable substitution, you get something of the form

y^2 = x^2 + b*x^2 + c*x + d

which can be input in Sage in the usual way (see EllipticCurve?).



--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to