Dual list: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
m Remove escapes as they are not needed
Line 12: Line 12:
In this first example, the mapping contains a redundant row; the third row is a linear combination of the other two ({{nowrap|31 + 41 {{=}} 72|49 + 65 {{=}} 114}}, etc). Therefore, the dual list operation returns a comma basis with nullity 3, because the rank is truly 2 (and the rank and nullity must sum to the dimensionality, which is 5 here, because there are 5 terms in each map and comma, i.e. it is 11-limit).
In this first example, the mapping contains a redundant row; the third row is a linear combination of the other two ({{nowrap|31 + 41 {{=}} 72|49 + 65 {{=}} 114}}, etc). Therefore, the dual list operation returns a comma basis with nullity 3, because the rank is truly 2 (and the rank and nullity must sum to the dimensionality, which is 5 here, because there are 5 terms in each map and comma, i.e. it is 11-limit).


dl[{{vector| -3 2 -1 2 -1 }}, {{vector| -2 -3 -1 2 1 }}, {{vector| -2 0 3 -3 1 }}]) {{nowrap|{{=}} {{!(}}{{map| 1 1 3 3 2 }}, {{map| 0 6 -7 -2 15 }}{{)!}}}}
dl[{{vector| -3 2 -1 2 -1 }}, {{vector| -2 -3 -1 2 1 }}, {{vector| -2 0 3 -3 1 }}]) {{nowrap|{{=}} [{{map| 1 1 3 3 2 }}, {{map| 0 6 -7 -2 15 }}]}}


dl[{{map| 1 1 3 3 2 }}, {{map| 0 6 -7 -2 15 }}]) {{nowrap|{{=}} {{!(}}{{vector| -3 2 -1 2 -1 }}, {{vector| -2 -3 -1 2 1 }}, {{vector| -2 0 3 -3 1 }}{{)!}}}}
dl[{{map| 1 1 3 3 2 }}, {{map| 0 6 -7 -2 15 }}]) {{nowrap|{{=}} [{{vector| -3 2 -1 2 -1 }}, {{vector| -2 -3 -1 2 1 }}, {{vector| -2 0 3 -3 1 }}]}}


[[Category:Regular temperament theory]]
[[Category:Regular temperament theory]]
[[Category:Math]]
[[Category:Math]]

Revision as of 13:54, 26 February 2025

Template:Legacy This page gives a more mathematical take on this topic. For a basic introduction, see comma basis.

Definition

If A is an integral matrix, denote by Saturate(A) the integral matrix which is the saturation of A, defined in terms of the right reducing matrix to Smith normal form. We may clean the result up a little by LLL reduction, so let Sat(A) = LLL(Saturate(A)). The square matrix with rational coefficients A+A, where + denotes the Moore–Penrose pseudoinverse, is an n×n projection matrix, where n is the number of columns of A. Let us also define clr(P) to be the rational number matrix P cleared of denominators by multiplying through the rows by the LCM of the denominators, and hrm(A) to be the Hermite reduction of A, with any rows consisting of zeros removed. We may combine these into the dual list function: dl(A) = Sat(hrm(clr(IA+A))), where I is the n×n identity matrix.

The interest of the dual list stems from the fact that if A is a list of vals defining a temperament, then dl(A) is a list of monzos defining the same temperament, and conversely, Dulist applied to a list of monzos defining a temperament gives a list of vals defining the same temperament.

Examples

dl[31 49 72 87 107], 41 65 95 115 142], 72 114 167 202 249]]) = [[-3 2 -1 2 -1, [-2 -3 -1 2 1, [-2 0 3 -3 1]

In this first example, the mapping contains a redundant row; the third row is a linear combination of the other two (31 + 41 = 72, 49 + 65 = 114, etc). Therefore, the dual list operation returns a comma basis with nullity 3, because the rank is truly 2 (and the rank and nullity must sum to the dimensionality, which is 5 here, because there are 5 terms in each map and comma, i.e. it is 11-limit).

dl[[-3 2 -1 2 -1, [-2 -3 -1 2 1, [-2 0 3 -3 1]) = [1 1 3 3 2], 0 6 -7 -2 15]]

dl[1 1 3 3 2], 0 6 -7 -2 15]]) = [[-3 2 -1 2 -1, [-2 -3 -1 2 1, [-2 0 3 -3 1]