Thanks to visit codestin.com
Credit goes to github.com

Skip to content

seewoo5/murmuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murmuration

Reproducing murmuration plots in literature

Requirements

  • SageMath >= 10.6

The following python libraries have to be installed inside SageMath shell:

  • numpy
  • matplotlib
  • tqdm
sage --sh
pip install numpy matplotlib tqdm
exit

Elliptic curves

  • He-Lee-Oliver-Podznyakov, "Murmuration of Elliptic Curves", Experimental Mathematics 2024

    • Reproduce Figure 1
  • Sutherland, "Letter to Rubinstein and Sarnak"

    • Reproduce figures in page 2 and 3
sage ellcurve.sage

The generated plots will be saved under the directory plots/ellcurve.

Dirichlet character

  • Lee-Oliver-Podznyakov, "Murmuration of Dirichlet Characters", IMRN 2025

    • Reproduce Figure 1, 2, and 3.
sage dirichlet.sage

The generated plots will be saved under the directory plots/dirichlet.

Modular form

  • Zubrilina, "Murmuration", Inventiones 2025

    • Reproduce Figure 2, 3, and 4.
  • Martin, "Distribution of local signs of modular forms and murmurations of Fourier coefficients"

    • Reproduce Figure 3 and 4
sage modform.sage

The generated plots will be saved under the directory plots/modform.

About

Reproducing murmuration plots in literature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages