diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-14 09:58:21 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-14 09:58:21 +0200 |
| commit | 5ea79c7ae0d44686f1df05c4a016652afbe58968 (patch) | |
| tree | 05f6a052373f5fe0942777a48303b2f8b884cbe1 /misc_code/adelic_failure_example | |
| download | kummer-notes-code-5ea79c7ae0d44686f1df05c4a016652afbe58968.tar.gz kummer-notes-code-5ea79c7ae0d44686f1df05c4a016652afbe58968.zip | |
Initial commit
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() | ||
