Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How do I obtain the generator of a ellittic curve?Is E.gens() only for the generator for the free part of the group or is for torsion also?

sage: E=EllipticCurve([0,-1,0,-4,-2]) sage: E.gens() [(3 : 2 : 1)] sage: T=E.torsion_subgroup() sage: T.points() [(0 : 1 : 0), (-1 : 0 : 1)] What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

How do I obtain the generator of a ellittic curve?Is E.gens() only for the generator for the free part of the group or is for torsion also?

sage: E=EllipticCurve([0,-1,0,-4,-2]) sage: E.gens() [(3 : 2 : 1)] sage: T=E.torsion_subgroup() sage: T.points() [(0 : 1 : 0), (-1 : 0 : 1)] What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

How do I obtain the generator of a ellittic curve?Is E.gens() only for the generator for the free part of the group or is for torsion also?

sage: E=EllipticCurve([0,-1,0,-4,-2]) E=EllipticCurve([0,-1,0,-4,-2])

sage: E.gens() E.gens()

[(3 : 2 : 1)] 1)]

sage: T=E.torsion_subgroup() T=E.torsion_subgroup()

sage: T.points() T.points()

[(0 : 1 : 0), (-1 : 0 : 1)] 1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

click to hide/show revision 4
None

How do I obtain the generator of a ellittic curve?Is E.gens() only for the generator for the free part of the group or is for torsion also?

sage: E=EllipticCurve([0,-1,0,-4,-2])

sage: E.gens()

[(3 : 2 : 1)]

sage: T=E.torsion_subgroup()

sage: T.points()

[(0 : 1 : 0), (-1 : 0 : 1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

click to hide/show revision 5
None

How do I obtain the generator of a ellittic curve?Is elliptic curve? Is E.gens() only for the generator for the free part of the group or is for torsion also?

sage: E=EllipticCurve([0,-1,0,-4,-2])

E=EllipticCurve([0,-1,0,-4,-2]) sage: E.gens()

sage: E.gens()

[(3 : 2 : 1)]

1)] sage: T=E.torsion_subgroup()

T=E.torsion_subgroup() sage: T.points()

T.points() [(0 : 1 : 0), (-1 : 0 : 1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

click to hide/show revision 6
None

How do I obtain the generator of a elliptic curve? Is E.gens() only for the generator for the free part of the group or is for torsion also?

Code:

sage:  E=EllipticCurve([0,-1,0,-4,-2])
sage: E.gens()   sage: E.gens() 
[(3 : 2 : 1)] sage: T=E.torsion_subgroup() sage: T.points() [(0 : 1 : 0), (-1 : 0 : 1)]

1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

click to hide/show revision 7
None

How do I obtain the generator of a elliptic curve? Is E.gens() only for the generator for the free part of the group or is for torsion also?

Code:

sage:  E=EllipticCurve([0,-1,0,-4,-2])
E = EllipticCurve([0,-1,0,-4,-2])
sage: E.gens()    
[(3 : 2 : 1)]
sage: T=E.torsion_subgroup()
T = E.torsion_subgroup()
sage: T.points()
[(0 : 1 : 0), (-1 : 0 : 1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?

click to hide/show revision 8
retagged

How do I obtain the generator of a elliptic curve? Is E.gens() only for the generator for the free part of the group or is for torsion also?

Code:

sage: E = EllipticCurve([0,-1,0,-4,-2])
sage: E.gens()    
[(3 : 2 : 1)]
sage: T = E.torsion_subgroup()
sage: T.points()
[(0 : 1 : 0), (-1 : 0 : 1)]

What is the generator of the group E(Q)?Is it the point (3,2) only? or the point (3,2)+(-1,0)?