#5113: [with patch, needs review] elliptic curve construction from weierstrass
equation
---------------------------+------------------------------------------------
 Reporter:  robertwb       |       Owner:  was     
     Type:  enhancement    |      Status:  new     
 Priority:  major          |   Milestone:  sage-3.3
Component:  number theory  |    Keywords:          
---------------------------+------------------------------------------------
 It would be nice to be able to do
 {{{
         sage: x, y = var('x,y')
         sage: EllipticCurve(y^2 + y ==  x^3 + x - 9)
         Elliptic Curve defined by y^2 + y = x^3 + x - 9 over Rational
 Field

         sage: R.<x,y> = GF(5)[]
         sage: EllipticCurve(x^3 + x^2 + 2 - y^2 - y*x)
         Elliptic Curve defined by y^2 + x*y  = x^3 + x^2 + 2 over Finite
 Field of size 5
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5113>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to