Ticket #6382 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 years ago

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 Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

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

comment:1 Changed 4 years ago by davidloeffler

  • Owner changed from was to davidloeffler
  • Component changed from number theory to elliptic curves

comment:2 Changed 4 years ago by cremona

This is a duplicate of #3108 whic hhas a patch waiting review. This ticket can terefore be closed.

comment:3 Changed 4 years ago by cremona

  • Summary changed from implement additive_order for points on an elliptic curve to duplicate] implement additive_order for points on an elliptic curve

comment:4 Changed 4 years ago by cremona

  • Summary changed from duplicate] implement additive_order for points on an elliptic curve to [duplicate] implement additive_order for points on an elliptic curve

comment:5 Changed 4 years ago by jason

  • Cc mhansen, mvngu added

Please note the request to close this.

comment:6 Changed 4 years ago by mhansen

  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone changed from sage-4.1.3 to sage-duplicate/invalid/wontfix

Duplicate of #3108.

comment:7 Changed 4 years ago by mvngu

  • Summary changed from [duplicate] implement additive_order for points on an elliptic curve to implement additive_order for points on an elliptic curve
Note: See TracTickets for help on using tickets.