kummer-notes-code

Notes and code from my early research in Kummer Theory for Elliptic Curves.
git clone https://git.tronto.net/kummer-notes-code
Download | Log | Files | Refs | README

mod3mod9.sage (346B)


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