Ticket #6382 (closed defect: duplicate)
implement additive_order for points on an elliptic curve
| Reported by: | was | Owned by: | davidloeffler |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | elliptic curves | Keywords: | |
| Cc: | mhansen, mvngu | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
This should work:
sage: E = EllipticCurve('11a'); P = E.torsion_subgroup().gens()[0]; P
(5 : 5 : 1)
sage: P.additive_order()
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
/Users/wstein/.sage/temp/resid_tg105.upc.es/5930/_Users_wstein__sage_init_sage_0.py in <module>()
/Users/wstein/build/sage/local/lib/python2.5/site-packages/sage/structure/element.so in sage.structure.element.ModuleElement.additive_order (sage/structure/element.c:8113)()
NotImplementedError:
sage: P.order()
5
Change History
Note: See
TracTickets for help on using
tickets.
