When I take an elliptic curve out of Sage's table of elliptic curves
and then try to use the minimal_quadratic_twist() function, Sage
returns the original curve as the twist.

Example:
L=elliptic_curves.rank(0,n=1)
E=L[0]
Et, D=E.minimal_quadratic_twist()

Result: E=Et, D=1


How do I ask Sage to give me a new curve?

Corinne

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to