Maximal evenness: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 24: Line 24:
# collapse "||" to "|"
# collapse "||" to "|"
# remove all "."
# remove all "."
Consider the resulting binary word of "|" and "$". The "|"s form chunks of sizes that differ by 1 and are distributed in a MOS way by (*).
Consider the resulting binary word of "|" and "$". The "|"s form chunks of sizes that differ by 1 and are distributed in a MOS way by (*). The desired complement, parameterized by "$" thus forms a maximally even subset.


(e.g.) 21211 -> |$||.||$||.||.| -> |$|.|$|.|. -> |$||$||
(e.g.) 2112111 -> |$||.||.||$||.||.||.| -> |$|.|.|$|.|.|. -> |$|||$|||


== Concoctic scales ==
== Concoctic scales ==