diff options
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 ] ] | ||
