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 /divisibility_reductions/mod3mod9.sage | |
| download | kummer-notes-code-5ea79c7ae0d44686f1df05c4a016652afbe58968.tar.gz kummer-notes-code-5ea79c7ae0d44686f1df05c4a016652afbe58968.zip | |
Initial commit
Diffstat (limited to 'divisibility_reductions/mod3mod9.sage')
| -rwxr-xr-x | divisibility_reductions/mod3mod9.sage | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/divisibility_reductions/mod3mod9.sage b/divisibility_reductions/mod3mod9.sage new file mode 100755 index 0000000..3009a58 --- /dev/null +++ b/divisibility_reductions/mod3mod9.sage | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Curves with surjective mod3 represetation but not surjective mod 9 | ||
| 2 | |||
| 3 | data = [\ | ||
| 4 | [ 0, 0, 0, -27, -42 ], | ||
| 5 | [ 0, 0, 0, -162, 792 ], | ||
| 6 | [ 0, 0, 1, -135, -604 ], | ||
| 7 | [ 0, 0, 0, -5427, 153882 ], | ||
| 8 | [ 0, 0, 0, -201042, 34695912 ], | ||
| 9 | [ 0, 0, 0, -1126035, 459913278 ], | ||
| 10 | [ 0, 0, 1, -1127379978, -14569799990728 ] ] | ||
