Skip to content

Code for studying the distribution of elliptic curves with everywhere good reduction.

Notifications You must be signed in to change notification settings

acapunay-math/everywhere-good-reduction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code associated to the paper Quadratic Fields Admitting Elliptic Curves with Rational j-Invariant and Good Reduction Everywhere, by Benjamin Matschke and Abhijit Mudigonda.

Quickstart

In order to obtain the numerical bounds in Corollary D and Corollary E of the paper, run the following steps after cloning this repository.

  1. Make sure you have SageMath installed and using a Python 3 kernel, as well as the Python modules argh and tqdm.
  2. To compute lower and upper bounds on the constants from the paper, run sage compute_const.sage computeConstant
  3. To run unit tests, run sage compute_const.sage runTests

To compute upper and lower bounds on the constant in Theorem 7.3, run sage kappa.sage

To compute a list of good d, run sage datagen/good-ds/compute-good-ds.sage

Other stuff

If you are curious about any of the other code in this repository, please feel free to look around or contact us! It's largely various snippets which we used in the course of writing the paper, and touches on some future directions mentioned in the paper.

About

Code for studying the distribution of elliptic curves with everywhere good reduction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Sage 99.0%
  • Python 1.0%