diff options
Diffstat (limited to 'misc_code/adelic_failure_example')
| -rwxr-xr-x | misc_code/adelic_failure_example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc_code/adelic_failure_example b/misc_code/adelic_failure_example new file mode 100755 index 0000000..d84180e --- /dev/null +++ b/misc_code/adelic_failure_example | |||
| @@ -0,0 +1,3 @@ | |||
| 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() | ||
