adelic_failure_example (138B)
1 E = EllipticCurve([0, 1, 0, -44, -84]) 2 print "Rational torsion points:", E.torsion_points() 3 print "Generator of the free part:", E.gens()
kummer-notes-codeNotes and code from my early research in Kummer Theory for Elliptic Curves. | |
| git clone https://git.tronto.net/kummer-notes-code | |
| Download | Log | Files | Refs | README |
adelic_failure_example (138B)
1 E = EllipticCurve([0, 1, 0, -44, -84]) 2 print "Rational torsion points:", E.torsion_points() 3 print "Generator of the free part:", E.gens()