#5890: clean up schemes/elliptic_curves/ell_generic.py
---------------------------+------------------------------------------------
 Reporter:  AlexGhitza     |       Owner:  was                 
     Type:  defect         |      Status:  new                 
 Priority:  major          |   Milestone:  sage-4.0            
Component:  number theory  |    Keywords:  elliptic curve field
---------------------------+------------------------------------------------
 As noted at #5765, {{{ell_generic.py}}} has some functions that do not
 make sense over a general ring and should rather be moved down to
 {{{ell_field.py}}} or one of its descendants.

 Note also William's comment from #5765: I think it would be nice to be
 able to implement the elliptic curve factorization method (ECM) without
 having to use this hack:

 {{{
 R = Zmod(N)
 R.is_field = lambda: True
 E = EllipticCurve(R, [-1,0])
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5890>
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