Skip to content

Instantly share code, notes, and snippets.

@clumma
Last active March 12, 2016 19:43
Show Gist options
  • Save clumma/ecc996155a44959c638f to your computer and use it in GitHub Desktop.
Save clumma/ecc996155a44959c638f to your computer and use it in GitHub Desktop.

How complexity scales with...

damage prime limit
JI Ω(1) Ω(π(p))
rank 1 Ω(1/d) Ω(π(p))
rank 2 Ω(1/d) Ω(π(p)2)
@clumma
Copy link
Author

clumma commented Mar 12, 2016

Here are some results from Graham's finder http://x31eq.com/temper/pregular.html

The "target error" concept is a bit fuzzy, so they're not too telling...

limit error ET r2 r2comp r3 r3comp
5 8 12 meantone 0.7 NA NA
5 4 12 meantone 0.7 NA NA
5 2 12 meantone 0.7 NA NA
5 1 53 helmholtz 1.8 NA NA
7 8 12 meantone 1.4 marvel 0.1
7 4 19 meantone 1.4 marvel 0.1
7 2 31 meantone 1.4 marvel 0.1
7 1 99 miracle 2.4 breed 0.2
11 8 12 augene 1.4 minerva 0.1
11 4 31 orwell 2.1 marvel 0.2
11 2 31 miracle 2.8 marvel 0.2
11 1 72 miracle 2.8 portent 0.2
13 8 12 negri 1.2 krypton 0.1
13 4 31 meantone 1.9 thrush 0.2
13 2 72 harry 4.9 jovis 0.3
13 1 72 harry 4.9 history 0.3
17 8 10 negroni+ 1.7 krypton+ 0.1
17 4 46 sensus+ 2.7 demeter 0.2
17 2 72 hendec+ 4.1 ominous+ 0.3
17 1 72 hendec+ 4.1 140+72+46 0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment