Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement additive_order for points on an elliptic curve #6383

Closed
williamstein opened this issue Jun 21, 2009 · 1 comment
Closed

implement additive_order for points on an elliptic curve #6383

williamstein opened this issue Jun 21, 2009 · 1 comment

Comments

@williamstein
Copy link
Contributor

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

Component: number theory

Issue created by migration from https://trac.sagemath.org/ticket/6383

@williamstein williamstein added this to the sage-4.1 milestone Jun 21, 2009
@williamstein williamstein self-assigned this Jun 21, 2009
@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Jun 27, 2009

comment:1

This seems to be a duplicate of #6382.

@loefflerd loefflerd mannequin removed this from the sage-4.1 milestone Jun 27, 2009
@rlmill rlmill mannequin added r: duplicate and removed p: major / 3 labels Jul 8, 2009
@rlmill rlmill mannequin closed this as completed Jul 8, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant