Optimization: Difference between revisions
-"KE" |
→Norm: improve readability |
||
Line 16: | Line 16: | ||
=== Weight === | === Weight === | ||
The weight determines the importance of each formal prime. | The weight, represented by a diagonal transformation matrix, determines the importance of each formal prime. Since the tuning space and the interval space are [[Wikipedia:Dual (mathematics)|dual]] to each other, rating of importance in the tuning space is equivalent to rating of complexity in the interval space. The Tenney weight is the most common weight: | ||
<math>\displaystyle W = \operatorname {diag} (1/\log_2 (Q)) </math> | <math>\displaystyle W = \operatorname {diag} (1/\log_2 (Q)) </math> | ||
which indicates that the prime harmonic ''q'' in Q = {{val| 2 3 5 … }} has the importance of 1/log<sub>2</sub>(''q''). | which indicates that the prime harmonic ''q'' in Q = {{val| 2 3 5 … }} has the importance of 1/log<sub>2</sub>(''q''). Its dual states that ''q'' has the complexity of log<sub>2</sub>(''q''). | ||
=== Skew === | === Skew === |