Generator form manipulation: Difference between revisions
Cmloegcmluin (talk | contribs) simplify inline math |
Dummy index (talk | contribs) add ja interwiki |
||
(13 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
A [[canonical_form|canonical mapping form]] is an important standard to have as community for uniquely identifying [[temperaments]], but it is not the only mapping form one should ever need, because one may wish to use differently-sized [[generators]]. Several such forms with different generator sizes have been presented, such as [[Normal_lists#Positive_generator_form|positive generator form]], [[Normal_lists#Equave-reduced_generator_form|equave-reduced generator form]], and [[Normal_lists#Minimal_generator_form|minimal-generator form]]. | {{Interwiki | ||
| en = Generator form manipulation | |||
| ja = ジェネレーター読み替え操作 | |||
}} | |||
A [[canonical_form|canonical mapping form]] is an important standard to have as a community for uniquely identifying [[temperaments]], but it is not the only mapping form one should ever need, because one may wish to use differently-sized [[generators]] (to ultimately generate the same tempered intervals). Several such forms with different generator sizes have been presented, such as [[Normal_lists#Positive_generator_form|positive generator form]], [[Normal_lists#Equave-reduced_generator_form|equave-reduced generator form]], and [[Normal_lists#Minimal_generator_form|minimal-generator form]]. | |||
For our purposes here we will be using the [[defactored Hermite form]] as the canonical form. If two mappings are equivalent, i.e. they have the same canonical form and therefore represent the same temperament, then their corresponding generators are equivalent too. That doesn't mean their generators are the same sizes; it only means that in combination with each other, their generators reach the same set of pitches. | For our purposes here we will be using the [[defactored Hermite form]] as the canonical form. If two mappings are equivalent, i.e. they have the same canonical form and therefore represent the same temperament, then their corresponding generators are equivalent too. That doesn't mean their generators are the same sizes; it only means that in combination with each other, their generators reach the same set of pitches. | ||
For example, the canonical form of [[Meantone_family#Meantone_.2812.2619.2C_2.3.5.29|5-limit meantone]] is {{ | For example, the canonical form of [[Meantone_family#Meantone_.2812.2619.2C_2.3.5.29|5-limit meantone]] is {{rket|{{map|1 1 0}} {{map|0 1 4}}}}, and form has generators with sizes of approximately an [[octave]] and a [[perfect fifth]], respectively. But any pitch system constructed using an octave and a perfect fifth could also have been constructed using an octave and a [[perfect fourth]], because the perfect fourth is the [[octave complement]] of the perfect fifth. Specifically, any pitch we reached previously with a perfect fifth could be instead reached by going up an octave and down a perfect fourth. So in situations where we're approaching 5-limit meantone as a pitch system constructed by an octave and a perfect fourth, we might prefer to have the mapping in that form, which looks like {{rket|{{map|1 2 4}} {{map|0 -1 -4}}}}. | ||
As a further example, we might prefer only to use generators that are approximations of primes, so we'd like meantone's mapping in the form where the generators are an octave and a perfect twelfth, or [[tritave]] (3/1). This works for a similar reason: anything we could have reached with a perfect fifth we could also reach by moving up a tritave and down an octave, and that form looks like {{ | As a further example, we might prefer only to use generators that are approximations of primes, so we'd like meantone's mapping in the form where the generators are an octave and a perfect twelfth, or [[tritave]] (3/1). This works for a similar reason: anything we could have reached with a perfect fifth we could also reach by moving up a tritave and down an octave, and that form looks like {{rket|{{map|1 0 -4}} {{map|0 1 4}}}}. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+example meantone mapping forms | |+example meantone mapping forms | ||
![⟨octave] ⟨fifth]⟩ | ![⟨octave] ⟨fifth]⟩ | ||
|{{ | |{{rket|{{map|1 1 0}} {{map|0 1 4}}}} | ||
|- | |- | ||
![⟨octave] ⟨fourth]⟩ | ![⟨octave] ⟨fourth]⟩ | ||
|{{ | |{{rket|{{map|1 2 4}} {{map|0 -1 -4}}}} | ||
|- | |- | ||
![⟨octave] ⟨tritave]⟩ | ![⟨octave] ⟨tritave]⟩ | ||
|{{ | |{{rket|{{map|1 0 -4}} {{map|0 1 4}}}} | ||
|} | |} | ||
Now clearly all three of these mapping forms look related, and they are indeed, but the exact relationships between them may not be immediately apparent, or how those relationships correspond to the relationships between their generator sizes. The purpose of this article is to demonstrate tricks for transforming from one matrix form to another so that we can make the generators the sizes we want, and along the way we'll look at how the tricks work in order to explain these relationships. | Now clearly all three of these mapping forms look related, and they are indeed, but the exact relationships between them may not be immediately apparent, or how those relationships correspond to the relationships between their generator sizes. The purpose of this article is to demonstrate tricks for transforming from one matrix form to another so that we can make the generators the sizes we want, and along the way we'll look at how the tricks work in order to explain these relationships. | ||
== | == Generator size manipulation tricks == | ||
=== | === First trick: change one generator by the size of another generator === | ||
The most basic trick is this: for a rank <math>r</math> temperament whose mapping has rows <math> | The most basic trick is this: for a rank <math>r</math> temperament whose mapping <math>M</math> has rows <math>𝒎_1, 𝒎_2 ... 𝒎_r</math>, and corresponding generators with cents <math>g_1, g_2 ... g_r</math>, if we want to increase <math>g_a</math> by <math>g_b</math>, then replace <math>𝒎_b</math> with <math>𝒎_b' = 𝒎_b - 𝒎_a</math>. | ||
Let's demonstrate this trick on the most recent example we looked at: meantone as generated by an octave and a tritave. If we begin with meantone in canonical form, {{ | Let's demonstrate this trick on the most recent example we looked at: meantone as generated by an octave and a tritave. If we begin with meantone in canonical form, {{rket|{{map|1 1 0}} {{map|0 1 4}}}}, where the generators are an octave and a perfect fifth, then we know we need to increase the second generator by the size of the first generator, because a tritave is equal to a perfect fifth plus an octave. So in terms of our variables, we must change <math>g_2</math> so that it's <math>g_2 + g_1</math>. According to our trick, then, we must replace <math>𝒎_1</math> with <math>𝒎_1' = 𝒎_1 - 𝒎_2</math>. And so <math>𝒎_1'</math> is found like this: | ||
<math> | <math> | ||
\begin{array} {r} | \begin{array} {r} | ||
𝒎_1 \\ | |||
- | -𝒎_2 \\ | ||
\hline | \hline | ||
𝒎_1' | |||
\end{array} | \end{array} | ||
Line 47: | Line 51: | ||
</math> | </math> | ||
And then simply replace <math> | And then simply replace <math>𝒎_1</math> = {{map|1 1 0}} with <math>𝒎_1'</math> = {{map|1 0 -4}} in the mapping, changing {{rket|{{map|1 1 0}} {{map|0 1 4}}}} to {{rket|{{map|1 0 -4}} {{map|0 1 4}}}}. | ||
It may be counterintuitive at first that in order to change the size of a generator we must make a change to a mapping row ''other than the one which corresponds to that generator'' (in this example, we changed the size of of the ''second'' generator by changing the ''first'' | It may be counterintuitive at first that in order to change the size of a generator we must make a change to a mapping-row ''other than the one which corresponds to that generator'' (in this example, we changed the size of of the ''second'' generator by changing the ''first'' map). But there is a way to train our intuition on this effect. Think of it like transferring jobs. Remember that in order to know the size in cents of a generator, we cannot look exclusively at that generator's mapping-row out of context; we need to know the entire mapping, because the mapping-rows all work together to determine how the temperament works. Instead of "mapping-rows", let's call them "maps" for short. So we can think of every map like a workforce that outsources some of its work to the other maps; they're an interconnected system of workforces. And so when we subtract one map from another, we're in effect saying that the map being subtracted from is going to do less of the work of the map being subtracted. So when we subtract <math>𝒎_2</math> from <math>𝒎_1</math>, what we're saying is that whatever work the first generator was doing for the second generator, it will no longer do that work anymore, so the second generator will need to take care of that work itself; and that's why <math>g_2</math> becomes the size of <math>g_2</math> plus <math>g_1</math>. | ||
Conversely, if we want to ''decrease'' <math> | Conversely, if we want to ''decrease'' <math>g_a</math> by <math>g_b</math>, then we replace <math>𝒎_b</math> with <math>𝒎_b' = 𝒎_b</math> ''plus'' <math>𝒎_a</math>. | ||
=== | === Second trick: negating a generator === | ||
Now let's demonstrate a slightly more complicated example: transforming the 5-limit meantone mapping from its canonical form which uses a perfect fifth to the form which uses a perfect fourth. Again, we know this is possible because the perfect fourth is the octave complement of the perfect fifth. | Now let's demonstrate a slightly more complicated example: transforming the 5-limit meantone mapping from its canonical form which uses a perfect fifth to the form which uses a perfect fourth. Again, we know this is possible because the perfect fourth is the octave complement of the perfect fifth. | ||
Line 65: | Line 69: | ||
We can't accomplish this using the one trick we've already learned. How could we? That first trick relies on the interactions of ''two different'' generators, whereas negating a generator only involves one generator: itself. So here's where our second generator size manipulation trick comes in: negating a generator. | We can't accomplish this using the one trick we've already learned. How could we? That first trick relies on the interactions of ''two different'' generators, whereas negating a generator only involves one generator: itself. So here's where our second generator size manipulation trick comes in: negating a generator. | ||
Fortunately this second trick is very easy. All we need to do in order to negate <math> | Fortunately this second trick is very easy. All we need to do in order to negate <math>g_a</math> (the generator size, e.g. in cents) is to negate each of the terms of the map <math>𝒎_a</math>. So, we would simply change <math>𝒎_2</math> = </span>{{map|0 1 4}} to <math>𝒎_2'</math> = {{map|0 -1 -4}}, thereby changing the mapping from {{rket|{{map|1 1 0}} {{map|0 1 4}}}} to {{rket|{{map|1 1 0}} {{map|0 -1 -4}}}}<ref>To extend the workplace analogy (if we really like, though I doubt it's helpful here), we could say that we changed <math>𝒎_2</math>'s jobs so that they now do the exact opposite of what they used to do, so if we want them to accomplish the same thing as they used to, we have to have them undo their work.</ref>. | ||
So at this point, the generators are an octave and a negative perfect fifth. It's time for our second step. | So at this point, the generators are an octave and a negative perfect fifth. It's time for our second step. | ||
The second step of achieving a generator with the size of a perfect fourth should be familiar: we need to increase our negative perfect fifth to a perfect fourth, and so we need to add one octave, and therefore we need to change <math> | The second step of achieving a generator with the size of a perfect fourth should be familiar: we need to increase our negative perfect fifth to a perfect fourth, and so we need to add one octave, and therefore we need to change <math>𝒎_1</math> to be <math>𝒎_1 - 𝒎_2</math>, so we end up with: | ||
<math> | <math> | ||
\begin{array} {r} | \begin{array} {r} | ||
𝒎_1 \\ | |||
- | -𝒎_2 \\ | ||
\hline | \hline | ||
𝒎_1' | |||
\end{array} | \end{array} | ||
Line 89: | Line 93: | ||
</math> | </math> | ||
And we're done, having found the mapping {{ | And we're done, having found the mapping {{rket|{{map|1 2 4}} {{map|0 -1 -4}}}}. | ||
=== | === Beyond rank-2 === | ||
[[File:Generator step by step manipulation.png|thumb|600px|A demonstration of how one might transform the size of a generator of a rank-3 temperament.]] | [[File:Generator step by step manipulation.png|thumb|600px|A demonstration of how one might transform the size of a generator of a rank-3 temperament.]] | ||
These two tricks should enable us to attain any valid generator sizes we may wish for a given temperament. And these tricks work for any rank<ref>past 1, anyway; of course, rank 1 temperaments are somewhat inflexible in their single generator's size.</ref>, not only rank 2 like we've looked at thus far with 5-limit meantone examples. To be clear, for a rank <math>r</math> temperament, adding or subtracting <math> | These two tricks should enable us to attain any valid generator sizes we may wish for a given temperament. And these tricks work for any rank<ref>past 1, anyway; of course, rank 1 temperaments are somewhat inflexible in their single generator's size.</ref>, not only rank 2 like we've looked at thus far with 5-limit meantone examples. To be clear, for a rank <math>r</math> temperament, adding or subtracting <math>𝒎_a</math> from another generator will only affect the size of <math>g_a</math>. | ||
For example, [[Marvel_family#Marvel|7-limit marvel]]'s canonical form is {{ | For example, [[Marvel_family#Marvel|7-limit marvel]]'s canonical form is {{rket|{{map|1 0 0 -5}} {{map|0 1 0 2}} {{map|0 0 1 2}}}}, with generators of an octave, tritave, and [[pentave]] (5/1), in that order. We can change that second generator from a tritave to a perfect fifth by decreasing <math>g_2</math> by <math>g_1</math>, which we know by the first trick means we add <math>𝒎_2</math> to <math>𝒎_1</math>, producing {{rket|{{map|1 1 0 -3}} {{map|0 1 0 2}} {{map|0 0 1 2}}}}. Helpfully, this trick has no effect on any other generators that were not involved, which in this case is just the size of the [[pentave]], which was the one remaining generator out of the three in this temperament. | ||
The fact that these tricks have isolated effects on the generator sizes like this makes it straightforward to compose sequences of them, applied one after the other, to attain an incredible variety of valid generator sizes, as you can see in the diagram to the right. | The fact that these tricks have isolated effects on the generator sizes like this makes it straightforward to compose sequences of them, applied one after the other, to attain an incredible variety of valid generator sizes, as you can see in the diagram to the right. | ||
=== | === Avoiding enfactoring === | ||
Using these two tricks, you do not have to worry about enfactoring the mapping, i.e. introducing a common factor in one of the | Using these two tricks, you do not have to worry about enfactoring the mapping, i.e. introducing a common factor in one of the maps. This is because neither of these tricks ever involve replacing a map with a multiple of that map; we always replace a map with a combination of at least one each of two different maps, as in trick 1, or with the map negated, as in trick 2. | ||
== | == Tuning == | ||
In order to | In order to determine the relative size of the generators, you need to have chosen a tuning for each them. The tuning we're using here comes from the [[minimax-ES]] tuning scheme, because this scheme is decent enough and easy to compute.<ref>Note from Douglas Blumeyer: though if I had written this article today having done a lot of tuning theory and built a library for optimizing tunings, I would have gone with TILT minimax-U instead.</ref> | ||
== | == Easy instructions table to achieve mingen form for rank-2 mapping == | ||
The following table shows how to obtain minimal-generator form from various starting positions, by synthesizing the two generator size manipulation tricks explained in the previous section. In this table, the period <math>p</math> is the first | The following table shows how to obtain minimal-generator form from various starting positions, by synthesizing the two generator size manipulation tricks explained in the previous section. In this table, the period <math>p</math> is the first map <math>m_1</math> in cents and the generator <math>g</math> is the second map <math>m_2</math> in cents. It uses the simple example of 5-limit meantone. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 120: | Line 124: | ||
!current <math>p</math> vs. <math>g</math> | !current <math>p</math> vs. <math>g</math> | ||
!desired new <math>g</math> | !desired new <math>g</math> | ||
!required <math> | !required <math>𝒎_1</math> change | ||
!required <math> | !required <math>𝒎_2</math> change | ||
!repeat? | !repeat? | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 0 -4}} {{map|0 -1 -4}}}} | ||
|1201.4 | |1201.4 | ||
|−1898.4 | |−1898.4 | ||
|g < −p | |<math>g < −p</math> | ||
|g + p | |<math>g + p</math> | ||
| | |<math>𝒎₁ − 2𝒎₂</math> | ||
| | | | ||
|yes | |yes | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 1 0}} {{map|0 -1 -4}}}} | ||
|1201.4 | |1201.4 | ||
|−697.049 | |−697.049 | ||
|−p <= g < −p/2 | |<math>−p <= g < −p/2</math> | ||
|p + g | |<math>p + g</math> | ||
| | |<math>𝒎₁ − 𝒎₂</math> | ||
| | | | ||
|no, you're done | |no, you're done | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 2 4}} {{map|0 1 4}}}} | ||
|1201.4 | |1201.4 | ||
|−504.348 | |−504.348 | ||
|−p/2 <= g < 0 | |<math>−p/2 <= g < 0</math> | ||
|−g | |<math>−g</math> | ||
| | | | ||
| | |<math>−𝒎₂</math> | ||
|no, you're done | |no, you're done | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 2 4}} {{map|0 -1 -4}}}} | ||
|1201.4 | |1201.4 | ||
|504.4 | |504.4 | ||
|0 <= g <= p/2 | |<math>0 <= g <= p/2</math> | ||
|g | |<math>g</math> | ||
| | | | ||
| | | | ||
|no, you're done | |no, you're done | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 1 0}} {{map|0 1 4}}}} | ||
|1201.4 | |1201.4 | ||
|697.049 | |697.049 | ||
|p/2 < g <= p | |<math>p/2 < g <= p</math> | ||
|p - g | |<math>p - g</math> | ||
| | |<math>𝒎₁ + 𝒎₂</math> | ||
| | |<math>−𝒎₂</math> | ||
|no, you're done | |no, you're done | ||
|- | |- | ||
|{{ | |{{rket|{{map|1 0 -4}} {{map|0 1 4}}}} | ||
|1201.4 | |1201.4 | ||
|1898.4 | |1898.4 | ||
|p < g | |<math>p < g</math> | ||
|g - p | |<math>g - p</math> | ||
| | |<math>𝒎₁ + 2𝒎₂</math> | ||
| | |<math>−𝒎₂</math> | ||
|yes | |yes | ||
|} | |} | ||
Line 181: | Line 185: | ||
=== Wolfram Language implementation of mingen form instructions above === | === Wolfram Language implementation of mingen form instructions above === | ||
The below code essentially works through the input matrix M two rows at a time, beginning with the first two rows. Each pair of rows is "fixed" so that the second row is less than half of the first row. The same set of changes and potential recursions as described in the table in the previous section is used for each pair of rows. When the sizes of the generators is computed, | The below code essentially works through the input matrix <math>M</math> two rows at a time, beginning with the first two rows. Each pair of rows is "fixed" so that the second row is less than half of the first row. The same set of changes and potential recursions as described in the table in the previous section is used for each pair of rows. When the sizes of the generators is computed, T2 tuning is used for its computational frugality and reasonableness. | ||
<nowiki> | <nowiki> | ||
Line 263: | Line 267: | ||
</nowiki> | </nowiki> | ||
== | = Footnotes = | ||
<references/> | |||
[[Category:Regular temperament theory]] | |||
[[Category:Terms]] | |||
[[Category:Math]] |