Monzo: Difference between revisions
Remove "harmonic space coordinates" I added before cuz it was like a broader term |
some cleanup. BTW: monzo (in the template) makes much more sense in lowercase |
||
Line 8: | Line 8: | ||
== Definition == | == Definition == | ||
A '''monzo''' is a way of notating a JI interval that allows us to express directly how any "composite" interval is represented in terms of those simpler prime intervals. They are typically written using the notation {{ | A '''monzo''' is a way of notating a JI interval that allows us to express directly how any "composite" interval is represented in terms of those simpler prime intervals. They are typically written using the notation {{monzo|a b c d e f ... }}, where the columns represent how the primes 2, 3, 5, 7, 11, 13, etc, in that order, contribute to the interval's prime factorization, up to some [[Harmonic Limit|prime limit]]. | ||
Monzos can be thought of as counterparts to [[vals]]. | Monzos can be thought of as counterparts to [[vals]]. | ||
Line 18: | Line 18: | ||
== Examples == | == Examples == | ||
For example, the interval 15/8 can be thought of as having <math>5⋅3</math> in the numerator, and <math>2⋅2⋅2</math> in the denominator. This can be compactly represented by the expression <math>2^{-3} \cdot 3^1 \cdot 5^1</math>, which is exactly equal to 15/8. We construct the monzo by taking the exponent from each prime, in order, and placing them within the {{ | For example, the interval 15/8 can be thought of as having <math>5⋅3</math> in the numerator, and <math>2⋅2⋅2</math> in the denominator. This can be compactly represented by the expression <math>2^{-3} \cdot 3^1 \cdot 5^1</math>, which is exactly equal to 15/8. We construct the monzo by taking the exponent from each prime, in order, and placing them within the {{monzo| ... }} brackets, hence yielding {{monzo|-3 1 1}}. | ||
:'''Practical hint:''' the monzo template helps you getting correct brackets ([[Template:Monzo|read more...]]). | :'''Practical hint:''' the monzo template helps you getting correct brackets ([[Template:Monzo|read more...]]). | ||
Line 30: | Line 30: | ||
|- | |- | ||
| style="text-align:center;" | [[3/2]] | | style="text-align:center;" | [[3/2]] | ||
| {{ | | {{monzo| -1 1 0 }} | ||
|- | |- | ||
| style="text-align:center;" | [[5/4]] | | style="text-align:center;" | [[5/4]] | ||
| {{ | | {{monzo| -2 0 1 }} | ||
|- | |- | ||
| style="text-align:center;" | [[9/8]] | | style="text-align:center;" | [[9/8]] | ||
| {{ | | {{monzo| -3 2 0 }} | ||
|- | |- | ||
| style="text-align:center;" | [[81/80]] | | style="text-align:center;" | [[81/80]] | ||
| {{ | | {{monzo| -4 4 -1 }} | ||
|} | |} | ||
Line 46: | Line 46: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Ratio | ||
! | ! Monzo | ||
|- | |- | ||
| style="text-align:center;" | [[7/4]] | | style="text-align:center;" | [[7/4]] | ||
| {{ | | {{monzo| -2 0 0 1 }} | ||
|- | |- | ||
| style="text-align:center;" | [[7/6]] | | style="text-align:center;" | [[7/6]] | ||
| {{ | | {{monzo| -1 -1 0 1 }} | ||
|- | |- | ||
| style="text-align:center;" | [[7/5]] | | style="text-align:center;" | [[7/5]] | ||
| {{ | | {{monzo| 0 0 -1 1 }} | ||
|} | |} | ||
== Relationship with vals == | == Relationship with vals == | ||
''See also: [[Vals]], [[Keenan's explanation of vals]], [[Vals and Tuning Space]] (more mathematical)'' | ''See also: [[Vals]], [[Keenan's explanation of vals]], [[Vals and Tuning Space]] (more mathematical)'' | ||
Line 68: | Line 69: | ||
<math>(12⋅-4) + (19⋅4) + (28⋅-1) = 0</math> | <math>(12⋅-4) + (19⋅4) + (28⋅-1) = 0</math> | ||
In this case, the val | In this case, the val {{val| 12 19 28 }} is the [[patent val]] for 12-equal, and {{monzo| -4 4 -1 }} is 81/80, or the syntonic comma. The fact that < 12 19 28 | -4 4 -1 > tells us that 81/80 is mapped to 0 steps in 12-equal - aka it's tempered out - which tells us that 12-equal is a meantone temperament. It is noteworthy that almost the entirety of western music, particularly western music composed for 12-equal or 12-tone well temperaments, is made possible by the above equation. | ||
'''In general: < a b c | d e f > = ad + be + cf''' | '''In general: < a b c | d e f > = ad + be + cf''' | ||
[[Category: | [[Category:Definition]] | ||
[[Category: | [[Category:Intervals]] | ||
[[Category: | [[Category:Prime limit]] | ||
[[Category: | [[Category:Theory]] |