From 5ea79c7ae0d44686f1df05c4a016652afbe58968 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 14 Jun 2026 09:58:21 +0200 Subject: Initial commit --- divisibility_reductions/mod3mod9.sage | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 divisibility_reductions/mod3mod9.sage (limited to 'divisibility_reductions/mod3mod9.sage') 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 @@ +# Curves with surjective mod3 represetation but not surjective mod 9 + +data = [\ + [ 0, 0, 0, -27, -42 ], + [ 0, 0, 0, -162, 792 ], + [ 0, 0, 1, -135, -604 ], + [ 0, 0, 0, -5427, 153882 ], + [ 0, 0, 0, -201042, 34695912 ], + [ 0, 0, 0, -1126035, 459913278 ], + [ 0, 0, 1, -1127379978, -14569799990728 ] ] -- cgit v1.3