Graph-theoretic properties of scales
IMPORTED REVISION FROM WIKISPACES
This is an imported revision from Wikispaces. The revision metadata is included below for reference:
- This revision was by author genewardsmith and made on 2012-08-28 01:02:18 UTC.
- The original revision id was 360359928.
- The revision comment was:
The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.
Original Wikitext content:
[[toc]] =Graph of a scale= Given a [[periodic scale]], meaning a scale whose steps repeat, and assuming some multiple of the period is an interval of equivalence (usually this means the octave, ie interval of 2, which from now on we will assume is the interval of equivalence) then we may reduce the scale to a finite set S of pitch classes. This relates to the usual way of defining a scale, as used for instance by [[Scala]]. If we say 1-9/8-5/4-4/3-3/2-5/3-15/8-2 is a scale, we mean that each step of it represents a class of octave-equivalent pitches, so that "5/4" represents {...5/8, 5/4, 5/2, 5, 10 ...} and both "1" and "2" mean {...1/4, 1/2, 1, 2, 4...}. Suppose we have a finite set of pitches C strictly within the octave, so that s∊C entails 1 < s < 2, and suppose if s∊C then also 2/s∊C. The elements of C represent consonant pitch classes exclusive of the unison-octave class. We now may define the **graph of the scale**, which more precisely is the graph G = G(S, C) of the scale S together with the consonance set C. This means G is a (simple) [[http://en.wikipedia.org/wiki/Graph_%28mathematics%29|graph]] in the sense of [[http://en.wikipedia.org/wiki/Graph_theory|graph theory]]. The vertices of G, V(G), is the set S of pitch classes, and an edge is drawn between two distinct pitch classes r and s if X⋂C ≠ ∅, where X = {x/y|x∊r, y∊s}. This means that there is a relation of consonance, as defined by C, between the pitch classes r and s. It should be noted that we have defined things assuming pitches are given multiplicatively, but we can equally well express them in logarithmic terms as for instance by cents or by steps of an [[EDO]]. =Connectivity= We can attribute various properties to a scale, given a choice of consonance set, by the presence of a graph-theoretic property in the graph of the scale. One key graph-theoretic property is connectivity. A graph is said to be //connected// if for any two vertices a and b, there is a path of edges between a and b. A scale is therefore connected if you can go from any one note to any other note by means of consonant intervals only. The graph G has an edge-connectivity ε if it is possible to disconnect the graph by removing ε edges, but no smaller number of edges will do. Similarly, it has vertex-connectivity ν if it is possible to disconnect the graph by removing ν vertices (notes of the scale) but no smaller number will do. The graph is //k-edge-connected// if ε ≥ k, and //k-vertex-connected// if ν ≥ k; these definitions transfer immediately to scales, and a high degree of connectivity may often be desired in a scale. A [[http://en.wikipedia.org/wiki/Clique_%28graph_theory%29|clique]] in a graph is a subgraph such that there is an edge connecting every vertex; that is, the subgraph is a complete graph. In music terms, a clique is a [[dyadic chord]]. Hence, counting cliques of various degrees (number of notes) is a relevant consideration when analyzing a scale. The various problems of this nature are called, collectively, the [[http://en.wikipedia.org/wiki/Clique_problem|clique problem]], and this unfortunately is computationally hard. However, for scales of the size most people would care to consider a brute-force approach suffices. Among all cliques, the [[http://mathworld.wolfram.com/MaximalClique.html|maximal cliques]], those not contained in larger cliques, are of special interest; they might be regarded as the basic chords of the scale. A //maximum clique// is a clique of largest size; these are always maximal but the converse does not always hold. Given any set of sets, we may form a graph with these as the set of vertices, by drawing an edge between any two sets with a nonempty intersection. In this way we can create graphs of all k-cliques (k note dyadic chords), maximal k-cliques, all maximal cliques, and so forth. Such graphs can illuminate harmonic relationships. =The Characteristic Polynomial= The [[http://en.wikipedia.org/wiki/Adjacency_matrix|adjacency matrix]] A of a graph is the square symmetric matrix with zeros on the diagonal, with 1 at the (i, j) place if the ith vertex is connected to the jth vertex, and 0 if it is not. The [[http://en.wikipedia.org/wiki/Characteristic_polynomial|characteristic polynomial]] of a graph is the characteristic polynomial det(xI - A) of its adjacency matrix, and is a property (graph invariant) of the graph alone, without consideration of how the vertices are numbered. The degree n-1 term is 0, the n-2 term is minus the number of edges of the graph and therefore dyads of the scale, and the n-3 term minus twice the number of triads (3-cliques) in the graph and therefore the scale. These properties can be also expressed in terms of the roots of the characteristic polynomial, which are the eigenvalues of the matrix. These roots are real numbers, some of which may be multiple. The //spectrum// of G is the [[http://en.wikipedia.org/wiki/Multiset|multiset]] of roots, including multipicities, so that some roots may be repeated. From [[http://en.wikipedia.org/wiki/Newton%27s_identities|Newton's identities]] we can also say that the sum of the squares of the spectrum is twice the number of edges of the graph, which means twice the number of dyads of the scale, and the sum of the cubes of the spectrum is six times the number of triads of the scale. In terms of the adjacency matrix A, the number of dyads is tr(A^2)/2 and the number of triads is tr(A^3)/6, where "tr" denotes the trace. Since tr(A^2)/V, where V is the degree (number of notes) is the variance of the spectrum, we can see we prefer the variance to be larger rather than smaller. Also, tr(A^3)/V divided by the 3/2 power of the variance is the skewness of the spectrum, from which we can conclude we want the skewness to skew positive. The epitome of these properties is found in the complete graph, which in scale terms means every note is in consonant relation with every other--in other words, the scale is a dyadic chord. This has a spectrum with V-1 values of -1 and one of V-1. The [[http://en.wikipedia.org/wiki/Distance_%28graph_theory%29|distance]] between two vertices (notes) is the number of edges (consonant intervals) of the shortest path between then, and the [[http://mathworld.wolfram.com/GraphDiameter.html|diameter]] of a graph is the length of the greatest distance between two vertices, while the radius is the minimax distance--the minimum over all vertices of its maximum distance to any other vertex. The diameter of a compete graph is 1, and in general a small diameter is another desirable quality. A graph with diameter d must have at least d+1 distinct values in the spectrum. =The Laplace Spectrum= If D is the diagonal matrix [Dij], with Dii being the degree of the ith vertex--that is, the number of edges connecting to that vertex--then L = D - A is called the [[http://en.wikipedia.org/wiki/Laplacian_matrix|Laplace matrix]] of the graph G, and its eigenvalues (roots of its characteristic polynomial) is the //Laplace spectrum//. The matrix L is positive-semidefinite; the Laplace spectrum has at least one zero value, with the other values real and non-negative; the number of zero values in the Laplace spectrum is equal to the number of connected components of G, and so there is just one iff G is connected. The second smallest member λ of the Laplace spectrum, which is therefore positive iff G is connected, is called the [[http://en.wikipedia.org/wiki/Algebraic_connectivity|algebraic connectivity]]. The various kinds of connectivity are related by the inequality λ ≤ ν ≤ ε; that is the algebraic connectivity is less than or equal to the vertex connectivity, which is less than or equal to the edge connectivity. In the other direction, λ ≥ 2(1 - cos(π/V))ε, where V is the number of vertices; consequently λ > (π/V)^2 ε. We can also relate the diameter d to the algebraic connectivity, since 4/(Vλ) ≤ d ≤ 2((Δ+λ)/4λ)ln(V-1), where Δ is the maximal degree of the vertices of G. Also, if ρ is the mean distance, meaning the average of all of the distances in G, then 2/((V-1)λ) + (V-2)/(2(V-1)) ≤ ρ ≤ (V/(V-1))((Δ+λ)/4λ)ln(V-1). Hence when λ is small, distances will be large. The sum of the Laplace spectrum, which is tr(L), is twice the number of edges (dyads.) Just as with the ordinary spectrum, the Laplace spectrum has at least d+1 distinct values for a graph of diameter d. The largest value in the Laplace spectrum is less than or equal to V, the degree of the graph, meaning the size of the scale; and is equal iff the complementary graph is disconnected, where the complementary graph is the graph of non-consonant relations, that is, the graph which has an edge between two vertices iff G doesn't. =The Genus= A graph is [[http://en.wikipedia.org/wiki/Planar_graph|planar]] if it can be drawn on a plane, or equivalently on a sphere, in such a way that no edges cross. Not all graphs can be drawn without edge crossings on a sphere, but they all can be drawn without crossings on a suitable [[http://en.wikipedia.org/wiki/Compact_space|compact]][[http://en.wikipedia.org/wiki/Orientability|orientable]] [[http://en.wikipedia.org/wiki/Surface|surface]] with "donut holes", which we may view as a closed and bounded surface in 3 dimensional Euclidean space. If a surface has g holes, it is of [[http://mathworld.wolfram.com/GraphGenus.html|genus]] g, where the sphere (or plane) has genus 0. The minimum number of holes needed to draw the graph is the genus of the graph. Drawing (embedding) the graph on a surface with no crossings would give a nice visual picture of the harmonic relations in a scale. Moreover, such an embedding can be converted into a planar diagram by allowing the depiction of some of the vertices in more than one place, on the edge of the diagram. Unfortunately, the problem of determining the genus and finding such an embedding is [[http://en.wikipedia.org/wiki/NP-complete|NP-complete]]. However, finding bounds on the genus is a much easier problem. For very small scales, the genus routine of [[http://www.sagemath.org/|SAGE]] can manage to finish computing after an acceptable amount of time. If the genus is g, the graph can also be drawn on any surface of genus greater than g; one way to accomplish that, but not the only way, is simply not to use more than g of the holes--that is, not to draw an edge passing through it. In fact, beyond a certain point you would not be able to use all of the holes and would have to leave some without edges drawn through them. The maximum number of holes, all of which can actually be used by having an edge pass through them, is called the maximal genus an is another invariant of the graph. A 5-limit JI scale, meaning a scale composed of 5-limit JI intervals such that {6/5, 5/4, 4/3, 3/2, 8/5, 5/3} is the consonance set, is always planar. This because the [[http://xenharmonic.wikispaces.com/file/detail/hexagonal-lattice.gif|hexagonal lattice]] of 5-limit pitch classes is planar, and the graph of any scale will simply be a finite subgraph of that lattice, considered as a graph. On the other hand, a non-contorted 5-limit scale in any equal temperament will be of genus 1, since the two commas serve as boundaries for a parallelogram which defines a torus (we can visualize this as rolling it up and glueing ends together.) A [[dyadic chord]] pentad is of genus 1, and any scale containing dyadic pentads is therefore not planar. The embedding of a pentad's graph on a torus is illustrated below: [[image:pentad.gif]] The edges leading from the four outer vertices wrap around to the opposite side, creating the torus embedding. On the other hand, a tetrad is of genus 0, since it can be drawn on a sphere as the verticies of a tetrahedron. If V is the number of notes (vertices) of the scale, and E the number of dyads (edges), then the maximum value for E is C(V, 2) = V(V - 1)/2. This suggests the definition for [[http://en.wikipedia.org/wiki/Dense_graph|graph density]], 2E/(V(V-1)). Since the maximum number of edges for a genus 0 graph with V>2 is 3V - 6, the maximum density for a genus 0 graph is 6(V-2)/(V(V-1)) which has series expansion 6/V - 6/V^2 - 6/V^3 ...; if the density is 6/V or greater the graph must be of a higher genus, hence, higher genus scales are to be expected in music. If each note is harmonically related to at least three other notes, an obviously desirable property which in graph-theoretic language means the minimum degree is greater than two, then the genus g ≥ E/6 - V/2 + 1. On the other hand, for a connected graph we have g ≤ (E - V + 1)/2 =The Automorphism Group= If A is the adjacency matrix, which is a VxV square matrix, the [[http://en.wikipedia.org/wiki/Graph_automorphism|automorphism group]] Aut(G) of the graph G is given explicitly by the set {P|P⋅A = A⋅P} of VxV [[http://en.wikipedia.org/wiki/Permutation_matrix|permutation matrices]] which commute with A. Equivalently, it is the set {P|A = P⋅A⋅P^(-1)}, where A is identical to itself under a similarity transformation. For most graphs, the automorphism group is trivial; however this is often not the case for graphs of scales. For instance, a symmetric scale such that if s is in the scale, then so is its octave inversion 2/s, will have an element of order 2 in its automorphism group. A MOS will always have an element of order 2, resulting from some composition of inversion and translation. Graph automorphisms such as these preserve the property of being a dyadic chord, making such things of considerable musical interest. If the spectrum of the graph contains no repeated values, then Aut(G) is an [[http://en.wikipedia.org/wiki/Elementary_abelian_group|elementary abelian 2-group]], meaning all non-identity elements are of order 2. Hence for the more interesting automorphism groups, including non-abelian groups, we need repeated values in the spectrum; in other words eigenvalues with multiplicity greater than one corresponding to eigenspaces with dimension greater than one. =Examples= ==The Zarlino scale== The Zarlino scale, or "just diatonic" as it's often called, is the scale 1-9/8-5/4-4/3-3/2-5/3-15/8-2, with three major and two minor triads. It has a characteristic polynomial x(x+1)(x^2-3)(x^3-x^2-7*x-3) = x^7 - 11x^5 - 10x^4 + 21x^3 + 30x^2 + 9x. From the coefficients of this we can read off that it has 11 dyads and 5 triads, and from the roots, we find that its automorphism group is an elementary 2-group--in fact, it is of order 2, with the nontrivial automorphism being inversion. The three connectivities, algebraic, vertex, and edge, are 0.914 ≤ 2 ≤ 2. The scales radius is 2 and its diameter is 3. Its genus, of course, is 0, but less obviously its maximal genus is 2. [[image:zarlino.png]] ==The diatonic scale (Meantone[7])== The diatonic scale in 31edo consists of the notes 0, 5, 10, 13, 18, 23, 28, 31. In the 7-limit, it has the consonance set {6, 7, 8, 10, 13, 15, 16, 18, 21, 23, 24, 25}, leading to a graph with the high degree of symmetry afforded by the dihedral group of order 14. This graph is in fact isomorphic to the graph of (5 or 7 limit) 7edo. The maximal cliques of the graph are the seven dyadic chord triads, one on each degree of the scale; three major, three minor, and one diminished. Because of the graph symmetry, the 7-limit diatonic scale can transpose to any key, mapping all dyadic triads to other dyadic triads. The genus of the 7-limit diatonic scale is 1, with maximal genus of 4. The connectivities go 3.198 ≤ 4 ≤ 4, and the radius and diameter are both 2. [[image:diatonic7.png]] ==Star== [[Star]] is a scale of [[Starling temperaments#Valentine temperament-11-limit|11-limit valentine temperament]], which in [[77edo|77et]] is 0, 5, 20, 25, 40, 45, 57, 65, 77, with the 11-limit consonance set {10, 12, 13, 15, 17, 20, 22, 25, 27, 28, 32, 35, 37, 40, 42, 45, 49, 50, 52, 55, 57, 60, 62, 64, 65, 67}. Its eight vertices are connected via 24 edges. The scale exhibits a very high degree of symmetry, with an automorphism group of order 384, the 8T44 transitive group [2^4]S4. Its graph is 6-regular, with every vertex connected to six others, and its algebraic, vertex and edge connectivities are all 6. The largest element of the Laplace spectrum is 8, so its complementary graph is not connected. It has 16 maximal cliques, all of which are tetrads, and the automorphism group acts faithfully on the tetrads. The graph of the maximal clique is 14 regular, with each tetrad linking to all others but its relative complement in the whole scale, that is the set of notes from note 0 to note 7. he relative complement of each dyadic tetrad is also a dyadic tetrad. [[image:star.png]] ==Oktone== By [[oktone]] is meant the tempering of the octone scale, 1-15/14-60/49-5/4-10/7-3/2-12/7-7/4-2, in [[Breed family#Jove, aka Wonder|jove temperament]]. The tempering can be accomplished via [[202edo|202et]], leading to the scale 0, 20, 59, 65, 104, 118, 157, 163, 202 which we can use together with the 11-limit diamond as a consonance set, {25, 28, 31, 34, 39, 45, 53, 59, 65, 70, 73, 84, 93, 98, 104, 109, 118, 129, 132, 137, 143, 149, 157, 163, 168, 171, 174, 177}. This leads to a highly accurate scale with a good deal of symmetry. The automorphism group of the graph is the direct product of the group of the square with an involution, ie an element of order two. The involution simultaneously exchanges notes 2 and 7, and 3 and 6; that is, it is in cycle terms (2, 7)(3,6), or (59, 163)(65, 157) in terms of 202et, and the square part permutes the cycle (0, 4, 1, 5) by the group of the square. The graph has twelve maximal cliques, all tetrads, of which four connect with all of the other tetrads, and eight connect with all but one. It has two vertices of degree five and six of degree six, with connectivities 4.586 ≤ 5 ≤ 5, and radius and diameter both 2. [[image:oktony.png]] ==Orwell[9]== Orwell[9], the 9-note orwell MOS, has notes 0, 5, 12, 17, 24, 29, 36, 41, 48, 53 in [[53edo|53 equal]]. With the 11-limit consonance set {7, 8, 9, 10, 12, 14, 15, 17, 19, 22, 24, 26, 27, 29, 31, 34, 36, 38, 39, 41, 43, 44, 45, 46} it defines a graph of 31 edges with an automorphism group of order 96. The group consists of an [[http://mathworld.wolfram.com/OctahedralGroup.html|octahedronal group]] part which is transitive on the six notes from 2 to 7, that is {12, 17, 24, 29, 36, 41} of 53edo, generated by (2,3), (4,5),(6,7), (2,4)(3,5) and (4,6)(5,7), and an involution exchanging notes 1 and 8, that is, 5 and 48 of 53edo. The center of the MOS, note 0 in this numbering, stays where it is, and has degree six whereas all the other notes are degree seven. The graph has 16 maximal cliques, eight tetrads and eight pentads. All of the tetrads contain note 0, and all of the pentads notes 1 and 8. All three connectivites equal 6, the radius and diameter are both 2, and the graph complement is disconnected. [[image:orwell9.png]] ==Magic[10]== Maic[10], the 10-note MOS of [[Magic family#Magic-11-limit|magic temperament]], can in [[104edo|104et]] be expressed as the scale 0, 23, 28, 33, 38, 61, 66, 71, 94, 99, 104. If we use the 11-limit diamond, {13, 15, 15, 18, 20, 23, 28, 30, 33, 36, 38, 43, 48, 51, 53, 56, 61, 66, 68, 71, 74, 76, 81, 84, 86, 89, 89, 91}, for consonances we get a graph with ten verticies and 34 edges, with algebraic, vertex, and edge connectivity all 6. Its radius and diameter are both 2. It has 27 maximal cliques, 18 triads and 9 tetrads. Abstractly, the rather large group of automorphisms of order 288 is the direct product of the Klein four-group and the transitive group 6T13 of degree 6, which is the wreath product S3 wr S2. The four-group part acts on the notes from 1 to 4, and is generated by the involutions (1,4) and (2,3), and the 6T13 group, of order 72, acts on notes 5 through 10--or 5 through 9 and 0, if you prefer. It is generated by (5,10)(6,8)(7,9) together with (5,6), (6,7) and (8,9). [[image:magic10.png]] ==The dekany== The standard 2)5 dekany is a [[Combination product sets|combination product set]], Cps([2,3,5,7,11], 2). It consists of ten notes associated to two-element subset of the set of the first five primes, {2,3,5,7,11}, and in one mode is 1-12/11-5/4-14/11-15/11-3/2-35/22-7/4-20/11-21/11, which we will take as its notes from note 0 to note 9. It has 30 edges, with connectivities 5 ≤ 6 ≤ 6, and the largest element of the Laplace spectrum is 8, so that the complementary graph is also connected. Its radius and diameter are both 2. The graph is known as the [[http://en.wikipedia.org/wiki/Johnson_graph|Johnson graph]] J(5,2). The 3)5 dekany, which is the inverse of the standard dekany, has the Johnson graph J(5,3) as its graph, which is graph-isomorphic to J(5,2). The automorphism group is S5, the symmetric group of order 120 on a set of five points, which in this case are the five prime numbers 2 to 11. Any permutation acts faithfully on the notes of the dekany, inducing the transitive permutation representation called 10T13 of S5 on ten points. The dekany has five maximal 4-cliques (tetrads) and ten maximal 3-cliques (triads), and S5 acts faithfully on these also. The graph of triads is isomorphic to the graph of the scale, and the graph of tetrads is the complete graph on five vertices K5; both have automorphism group S5. Though it has only ten notes, an attempt to compute the genus of the dekany using SAGE caused it to wander off into the weeds and never return, or at least not when it was allowed to run overnight. An inquiry of someone who has published on the Johnson graphs revealed he had no idea what the genus of J(5,2) was, and it may very well not be known. However, the inequalities above show the genus must be at least 1. [[image:dekany.png]] ==Myna[11]== Myna[11], the 11-note MOS of [[Starling temperaments#x5-limit (Mynic)-11-limit|myna temperament]], can be specified in the [[89edo|89et]] tuning as the notes 0, 3, 20, 23, 26, 43, 46, 63, 66, 69, 86, 89. Using the 11-limit diamond as a consonance set gives a graph with 40 edges corresponding to 40 dyads. Its connectivities are 6 ≤ 7 ≤ 7, It has eight vertices of degree 7, and three of degree 8, with a radius and diameter both 2. The automorphism group of order 24 is the direct product of an involution and the group of the hexagon, which act on disjoint notes of the scale. The involution is (0,1)(5,6) and the hexagon group (dihedral group of order 12) permutes the cycle (2,7,4,9,3,8); this cycle together with the two involutions (2,3),(7,9) and (3,4),(7,8) generate the hexagon group. [[image:myna11.png]] ==The marveldene== The Ellis duodene is the 12-note 5-limit scale 1-16/15-9/8-6/5-5/4-4/3-45/32-3/2-8/5-5/3-9/5-15/8-2, and marvel tempering it leads to [[The Marveldene|marveldene]]. An excellent tuning for marvel is [[166edo|166et]], and in that the scale becomes 0, 16, 28, 44, 53, 69, 81, 97, 113, 122, 141, 150, 166. If we use the 15-limit consonance set, {16, 18, 19, 21, 23, 25, 28, 32, 34, 37, 40, 44, 48, 50, 53, 58, 60, 63, 69, 74, 76, 78, 81, 85, 88, 90, 92, 97, 103, 106, 108, 113, 116, 118, 122, 126, 129, 132, 134, 138, 141, 143, 145, 147, 148, 150}, we obtain a graph with 55 edges and an automorphism group of order 32. Abstractly, the automorphism group is the direct product of the group of the square with the Klein four-group; as a permutation group it is the square (dihedral group D8 of order 8) part, generated by {(1,2)(5,6)(8,11)(9,10), (1,5), (2,6)}, and the two involutions flipping two notes, (3,4) flipping Eb and E, and (7,12) flipping C and G. The connectivites of the marveldene go 6.222 ≤ 7 ≤ 8, and it has a radius of 1 and a diameter of 2, with center {0, 7}, ie C and G. The largest element of the Laplace spectrum is 12, so the complementary graph is not connected. It has eight maximum cliques, the septads [0, 1, 3, 5, 7, 8, 11], [0, 1, 3, 5, 7, 9, 11], [0, 1, 4, 5, 7, 8, 11], [0, 1, 4, 5, 7, 9, 11], [0, 2, 3, 6, 7, 8, 10], [0, 2, 3, 6, 7, 8, 11], [0, 2, 4, 6, 7, 8, 10] and [0, 2, 4, 6, 7, 8, 11], and two maximal pentads, [0, 3, 7, 9, 10] and [0, 4, 7, 9, 10]. ==Magic[13]== Magic[13] is the 13-note MOS of [[Magic family#Magic-11-limit|magic temperament]], which in [[104edo|104et]] has notes 0, 5, 10, 28, 33, 38, 43, 61, 66, 71, 76, 94, 99, 104. Using the 11-limit diamond, {13, 15, 15, 18, 20, 23, 28, 30, 33, 36, 38, 43, 48, 51, 53, 56, 61, 66, 68, 71, 74, 76, 81, 84, 86, 89, 89, 91} as the consonance set, we obtain a graph on 13 notes with 61 edges representing dyads. It has algebraic, vertex and edge connectivities all 8, and a disconnected graph complement. The radius and diameter are both 2. It has a disparate collection of 36 maximal cliques ranging from triads to hexads, and an automorphism group which abstractly is the direct product of two square groups. However, as a permutation group the two cycles on which the automorphisms act as the square group, (3, 7, 6, 10) and (4, 8, 5, 9), don't appear in isolation, and the group actually moves everything but the central note of the MOS, note 0 in this labeling. ==Orwell[13]== Orwell[13], the 13-note MOS of orwell, has four more notes but the same set of 11-limit consonances as Orwell[9]. Now we have 0, 5, 7, 12, 17, 19, 24, 29, 34, 36, 41, 46, 48, 53, and while the graph of the scale still has a lot of symmetry, it is of an entirely different kind. This time the symmetry group is analogous to that of the diatonic scale, being the dihedral group D26 on 13 points; as with the 7-limit diatonic scale, the symmetries of Orwell[13] appear as inversion and the ability to transpose to any key while retaining the dyadic character of all dyadic chords, which however are much more numerous in kind and number. In particular, Orwell[13] has 26 maximal pentads and 13 maximal hexads on which the automorphism group faithfully acts. The graph of Orwell[13] is 10-regular, has 65 edges, with connectivities 9.058 ≤ 10 ≤ 10, and radius and diameter both 2.
Original HTML content:
<html><head><title>Graph-theoretic properties of scales</title></head><body><!-- ws:start:WikiTextTocRule:36:<img id="wikitext@@toc@@normal" class="WikiMedia WikiMediaToc" title="Table of Contents" src="/site/embedthumbnail/toc/normal?w=225&h=100"/> --><div id="toc"><h1 class="nopad">Table of Contents</h1><!-- ws:end:WikiTextTocRule:36 --><!-- ws:start:WikiTextTocRule:37: --><div style="margin-left: 1em;"><a href="#Graph of a scale">Graph of a scale</a></div> <!-- ws:end:WikiTextTocRule:37 --><!-- ws:start:WikiTextTocRule:38: --><div style="margin-left: 1em;"><a href="#Connectivity">Connectivity</a></div> <!-- ws:end:WikiTextTocRule:38 --><!-- ws:start:WikiTextTocRule:39: --><div style="margin-left: 1em;"><a href="#The Characteristic Polynomial">The Characteristic Polynomial</a></div> <!-- ws:end:WikiTextTocRule:39 --><!-- ws:start:WikiTextTocRule:40: --><div style="margin-left: 1em;"><a href="#The Laplace Spectrum">The Laplace Spectrum</a></div> <!-- ws:end:WikiTextTocRule:40 --><!-- ws:start:WikiTextTocRule:41: --><div style="margin-left: 1em;"><a href="#The Genus">The Genus</a></div> <!-- ws:end:WikiTextTocRule:41 --><!-- ws:start:WikiTextTocRule:42: --><div style="margin-left: 1em;"><a href="#The Automorphism Group">The Automorphism Group</a></div> <!-- ws:end:WikiTextTocRule:42 --><!-- ws:start:WikiTextTocRule:43: --><div style="margin-left: 1em;"><a href="#Examples">Examples</a></div> <!-- ws:end:WikiTextTocRule:43 --><!-- ws:start:WikiTextTocRule:44: --><div style="margin-left: 2em;"><a href="#Examples-The Zarlino scale">The Zarlino scale</a></div> <!-- ws:end:WikiTextTocRule:44 --><!-- ws:start:WikiTextTocRule:45: --><div style="margin-left: 2em;"><a href="#Examples-The diatonic scale (Meantone[7])">The diatonic scale (Meantone[7])</a></div> <!-- ws:end:WikiTextTocRule:45 --><!-- ws:start:WikiTextTocRule:46: --><div style="margin-left: 2em;"><a href="#Examples-Star">Star</a></div> <!-- ws:end:WikiTextTocRule:46 --><!-- ws:start:WikiTextTocRule:47: --><div style="margin-left: 2em;"><a href="#Examples-Oktone">Oktone</a></div> <!-- ws:end:WikiTextTocRule:47 --><!-- ws:start:WikiTextTocRule:48: --><div style="margin-left: 2em;"><a href="#Examples-Orwell[9]">Orwell[9]</a></div> <!-- ws:end:WikiTextTocRule:48 --><!-- ws:start:WikiTextTocRule:49: --><div style="margin-left: 2em;"><a href="#Examples-Magic[10]">Magic[10]</a></div> <!-- ws:end:WikiTextTocRule:49 --><!-- ws:start:WikiTextTocRule:50: --><div style="margin-left: 2em;"><a href="#Examples-The dekany">The dekany</a></div> <!-- ws:end:WikiTextTocRule:50 --><!-- ws:start:WikiTextTocRule:51: --><div style="margin-left: 2em;"><a href="#Examples-Myna[11]">Myna[11]</a></div> <!-- ws:end:WikiTextTocRule:51 --><!-- ws:start:WikiTextTocRule:52: --><div style="margin-left: 2em;"><a href="#Examples-The marveldene">The marveldene</a></div> <!-- ws:end:WikiTextTocRule:52 --><!-- ws:start:WikiTextTocRule:53: --><div style="margin-left: 2em;"><a href="#Examples-Magic[13]">Magic[13]</a></div> <!-- ws:end:WikiTextTocRule:53 --><!-- ws:start:WikiTextTocRule:54: --><div style="margin-left: 2em;"><a href="#Examples-Orwell[13]">Orwell[13]</a></div> <!-- ws:end:WikiTextTocRule:54 --><!-- ws:start:WikiTextTocRule:55: --></div> <!-- ws:end:WikiTextTocRule:55 --><br /> <!-- ws:start:WikiTextHeadingRule:0:<h1> --><h1 id="toc0"><a name="Graph of a scale"></a><!-- ws:end:WikiTextHeadingRule:0 -->Graph of a scale</h1> Given a <a class="wiki_link" href="/periodic%20scale">periodic scale</a>, meaning a scale whose steps repeat, and assuming some multiple of the period is an interval of equivalence (usually this means the octave, ie interval of 2, which from now on we will assume is the interval of equivalence) then we may reduce the scale to a finite set S of pitch classes. This relates to the usual way of defining a scale, as used for instance by <a class="wiki_link" href="/Scala">Scala</a>. If we say 1-9/8-5/4-4/3-3/2-5/3-15/8-2 is a scale, we mean that each step of it represents a class of octave-equivalent pitches, so that "5/4" represents {...5/8, 5/4, 5/2, 5, 10 ...} and both "1" and "2" mean {...1/4, 1/2, 1, 2, 4...}. Suppose we have a finite set of pitches C strictly within the octave, so that s∊C entails 1 < s < 2, and suppose if s∊C then also 2/s∊C. The elements of C represent consonant pitch classes exclusive of the unison-octave class.<br /> <br /> We now may define the <strong>graph of the scale</strong>, which more precisely is the graph G = G(S, C) of the scale S together with the consonance set C. This means G is a (simple) <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Graph_%28mathematics%29" rel="nofollow">graph</a> in the sense of <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Graph_theory" rel="nofollow">graph theory</a>. The vertices of G, V(G), is the set S of pitch classes, and an edge is drawn between two distinct pitch classes r and s if X⋂C ≠ ∅, where X = {x/y|x∊r, y∊s}. This means that there is a relation of consonance, as defined by C, between the pitch classes r and s. It should be noted that we have defined things assuming pitches are given multiplicatively, but we can equally well express them in logarithmic terms as for instance by cents or by steps of an <a class="wiki_link" href="/EDO">EDO</a>.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:2:<h1> --><h1 id="toc1"><a name="Connectivity"></a><!-- ws:end:WikiTextHeadingRule:2 -->Connectivity</h1> We can attribute various properties to a scale, given a choice of consonance set, by the presence of a graph-theoretic property in the graph of the scale. One key graph-theoretic property is connectivity. A graph is said to be <em>connected</em> if for any two vertices a and b, there is a path of edges between a and b. A scale is therefore connected if you can go from any one note to any other note by means of consonant intervals only. The graph G has an edge-connectivity ε if it is possible to disconnect the graph by removing ε edges, but no smaller number of edges will do. Similarly, it has vertex-connectivity ν if it is possible to disconnect the graph by removing ν vertices (notes of the scale) but no smaller number will do. The graph is <em>k-edge-connected</em> if ε ≥ k, and <em>k-vertex-connected</em> if ν ≥ k; these definitions transfer immediately to scales, and a high degree of connectivity may often be desired in a scale.<br /> <br /> A <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Clique_%28graph_theory%29" rel="nofollow">clique</a> in a graph is a subgraph such that there is an edge connecting every vertex; that is, the subgraph is a complete graph. In music terms, a clique is a <a class="wiki_link" href="/dyadic%20chord">dyadic chord</a>. Hence, counting cliques of various degrees (number of notes) is a relevant consideration when analyzing a scale. The various problems of this nature are called, collectively, the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Clique_problem" rel="nofollow">clique problem</a>, and this unfortunately is computationally hard. However, for scales of the size most people would care to consider a brute-force approach suffices.<br /> <br /> Among all cliques, the <a class="wiki_link_ext" href="http://mathworld.wolfram.com/MaximalClique.html" rel="nofollow">maximal cliques</a>, those not contained in larger cliques, are of special interest; they might be regarded as the basic chords of the scale. A <em>maximum clique</em> is a clique of largest size; these are always maximal but the converse does not always hold. Given any set of sets, we may form a graph with these as the set of vertices, by drawing an edge between any two sets with a nonempty intersection. In this way we can create graphs of all k-cliques (k note dyadic chords), maximal k-cliques, all maximal cliques, and so forth. Such graphs can illuminate harmonic relationships.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:4:<h1> --><h1 id="toc2"><a name="The Characteristic Polynomial"></a><!-- ws:end:WikiTextHeadingRule:4 -->The Characteristic Polynomial</h1> The <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Adjacency_matrix" rel="nofollow">adjacency matrix</a> A of a graph is the square symmetric matrix with zeros on the diagonal, with 1 at the (i, j) place if the ith vertex is connected to the jth vertex, and 0 if it is not. The <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Characteristic_polynomial" rel="nofollow">characteristic polynomial</a> of a graph is the characteristic polynomial det(xI - A) of its adjacency matrix, and is a property (graph invariant) of the graph alone, without consideration of how the vertices are numbered. The degree n-1 term is 0, the n-2 term is minus the number of edges of the graph and therefore dyads of the scale, and the n-3 term minus twice the number of triads (3-cliques) in the graph and therefore the scale.<br /> <br /> These properties can be also expressed in terms of the roots of the characteristic polynomial, which are the eigenvalues of the matrix. These roots are real numbers, some of which may be multiple. The <em>spectrum</em> of G is the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Multiset" rel="nofollow">multiset</a> of roots, including multipicities, so that some roots may be repeated. From <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Newton%27s_identities" rel="nofollow">Newton's identities</a> we can also say that the sum of the squares of the spectrum is twice the number of edges of the graph, which means twice the number of dyads of the scale, and the sum of the cubes of the spectrum is six times the number of triads of the scale. In terms of the adjacency matrix A, the number of dyads is tr(A^2)/2 and the number of triads is tr(A^3)/6, where "tr" denotes the trace. Since tr(A^2)/V, where V is the degree (number of notes) is the variance of the spectrum, we can see we prefer the variance to be larger rather than smaller. Also, tr(A^3)/V divided by the 3/2 power of the variance is the skewness of the spectrum, from which we can conclude we want the skewness to skew positive.<br /> <br /> The epitome of these properties is found in the complete graph, which in scale terms means every note is in consonant relation with every other--in other words, the scale is a dyadic chord. This has a spectrum with V-1 values of -1 and one of V-1. The <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Distance_%28graph_theory%29" rel="nofollow">distance</a> between two vertices (notes) is the number of edges (consonant intervals) of the shortest path between then, and the <a class="wiki_link_ext" href="http://mathworld.wolfram.com/GraphDiameter.html" rel="nofollow">diameter</a> of a graph is the length of the greatest distance between two vertices, while the radius is the minimax distance--the minimum over all vertices of its maximum distance to any other vertex. The diameter of a compete graph is 1, and in general a small diameter is another desirable quality. A graph with diameter d must have at least d+1 distinct values in the spectrum.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:6:<h1> --><h1 id="toc3"><a name="The Laplace Spectrum"></a><!-- ws:end:WikiTextHeadingRule:6 -->The Laplace Spectrum</h1> If D is the diagonal matrix [Dij], with Dii being the degree of the ith vertex--that is, the number of edges connecting to that vertex--then L = D - A is called the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Laplacian_matrix" rel="nofollow">Laplace matrix</a> of the graph G, and its eigenvalues (roots of its characteristic polynomial) is the <em>Laplace spectrum</em>. The matrix L is positive-semidefinite; the Laplace spectrum has at least one zero value, with the other values real and non-negative; the number of zero values in the Laplace spectrum is equal to the number of connected components of G, and so there is just one iff G is connected. The second smallest member λ of the Laplace spectrum, which is therefore positive iff G is connected, is called the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Algebraic_connectivity" rel="nofollow">algebraic connectivity</a>. The various kinds of connectivity are related by the inequality λ ≤ ν ≤ ε; that is the algebraic connectivity is less than or equal to the vertex connectivity, which is less than or equal to the edge connectivity. In the other direction, λ ≥ 2(1 - cos(π/V))ε, where V is the number of vertices; consequently λ > (π/V)^2 ε.<br /> <br /> We can also relate the diameter d to the algebraic connectivity, since 4/(Vλ) ≤ d ≤ 2((Δ+λ)/4λ)ln(V-1), where Δ is the maximal degree of the vertices of G. Also, if ρ is the mean distance, meaning the average of all of the distances in G, then 2/((V-1)λ) + (V-2)/(2(V-1)) ≤ ρ ≤ (V/(V-1))((Δ+λ)/4λ)ln(V-1). Hence when λ is small, distances will be large.<br /> <br /> The sum of the Laplace spectrum, which is tr(L), is twice the number of edges (dyads.) Just as with the ordinary spectrum, the Laplace spectrum has at least d+1 distinct values for a graph of diameter d. The largest value in the Laplace spectrum is less than or equal to V, the degree of the graph, meaning the size of the scale; and is equal iff the complementary graph is disconnected, where the complementary graph is the graph of non-consonant relations, that is, the graph which has an edge between two vertices iff G doesn't.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:8:<h1> --><h1 id="toc4"><a name="The Genus"></a><!-- ws:end:WikiTextHeadingRule:8 -->The Genus</h1> A graph is <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Planar_graph" rel="nofollow">planar</a> if it can be drawn on a plane, or equivalently on a sphere, in such a way that no edges cross. Not all graphs can be drawn without edge crossings on a sphere, but they all can be drawn without crossings on a suitable <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Compact_space" rel="nofollow">compact</a><a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Orientability" rel="nofollow">orientable</a> <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Surface" rel="nofollow">surface</a> with "donut holes", which we may view as a closed and bounded surface in 3 dimensional Euclidean space. If a surface has g holes, it is of <a class="wiki_link_ext" href="http://mathworld.wolfram.com/GraphGenus.html" rel="nofollow">genus</a> g, where the sphere (or plane) has genus 0. The minimum number of holes needed to draw the graph is the genus of the graph.<br /> <br /> Drawing (embedding) the graph on a surface with no crossings would give a nice visual picture of the harmonic relations in a scale. Moreover, such an embedding can be converted into a planar diagram by allowing the depiction of some of the vertices in more than one place, on the edge of the diagram. Unfortunately, the problem of determining the genus and finding such an embedding is <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/NP-complete" rel="nofollow">NP-complete</a>. However, finding bounds on the genus is a much easier problem. For very small scales, the genus routine of <a class="wiki_link_ext" href="http://www.sagemath.org/" rel="nofollow">SAGE</a> can manage to finish computing after an acceptable amount of time.<br /> <br /> If the genus is g, the graph can also be drawn on any surface of genus greater than g; one way to accomplish that, but not the only way, is simply not to use more than g of the holes--that is, not to draw an edge passing through it. In fact, beyond a certain point you would not be able to use all of the holes and would have to leave some without edges drawn through them. The maximum number of holes, all of which can actually be used by having an edge pass through them, is called the maximal genus an is another invariant of the graph.<br /> <br /> A 5-limit JI scale, meaning a scale composed of 5-limit JI intervals such that {6/5, 5/4, 4/3, 3/2, 8/5, 5/3} is the consonance set, is always planar. This because the <a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/file/detail/hexagonal-lattice.gif" rel="nofollow">hexagonal lattice</a> of 5-limit pitch classes is planar, and the graph of any scale will simply be a finite subgraph of that lattice, considered as a graph. On the other hand, a non-contorted 5-limit scale in any equal temperament will be of genus 1, since the two commas serve as boundaries for a parallelogram which defines a torus (we can visualize this as rolling it up and glueing ends together.)<br /> <br /> A <a class="wiki_link" href="/dyadic%20chord">dyadic chord</a> pentad is of genus 1, and any scale containing dyadic pentads is therefore not planar. The embedding of a pentad's graph on a torus is illustrated below:<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:56:<img src="/file/view/pentad.gif/358612239/pentad.gif" alt="" title="" /> --><img src="/file/view/pentad.gif/358612239/pentad.gif" alt="pentad.gif" title="pentad.gif" /><!-- ws:end:WikiTextLocalImageRule:56 --><br /> <br /> The edges leading from the four outer vertices wrap around to the opposite side, creating the torus embedding. On the other hand, a tetrad is of genus 0, since it can be drawn on a sphere as the verticies of a tetrahedron.<br /> <br /> If V is the number of notes (vertices) of the scale, and E the number of dyads (edges), then the maximum value for E is C(V, 2) = V(V - 1)/2. This suggests the definition for <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Dense_graph" rel="nofollow">graph density</a>, 2E/(V(V-1)). Since the maximum number of edges for a genus 0 graph with V>2 is 3V - 6, the maximum density for a genus 0 graph is 6(V-2)/(V(V-1)) which has series expansion 6/V - 6/V^2 - 6/V^3 ...; if the density is 6/V or greater the graph must be of a higher genus, hence, higher genus scales are to be expected in music. If each note is harmonically related to at least three other notes, an obviously desirable property which in graph-theoretic language means the minimum degree is greater than two, then the genus g ≥ E/6 - V/2 + 1. On the other hand, for a connected graph we have g ≤ (E - V + 1)/2<br /> <br /> <!-- ws:start:WikiTextHeadingRule:10:<h1> --><h1 id="toc5"><a name="The Automorphism Group"></a><!-- ws:end:WikiTextHeadingRule:10 -->The Automorphism Group</h1> If A is the adjacency matrix, which is a VxV square matrix, the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Graph_automorphism" rel="nofollow">automorphism group</a> Aut(G) of the graph G is given explicitly by the set {P|P⋅A = A⋅P} of VxV <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Permutation_matrix" rel="nofollow">permutation matrices</a> which commute with A. Equivalently, it is the set {P|A = P⋅A⋅P^(-1)}, where A is identical to itself under a similarity transformation. For most graphs, the automorphism group is trivial; however this is often not the case for graphs of scales. For instance, a symmetric scale such that if s is in the scale, then so is its octave inversion 2/s, will have an element of order 2 in its automorphism group. A MOS will always have an element of order 2, resulting from some composition of inversion and translation. Graph automorphisms such as these preserve the property of being a dyadic chord, making such things of considerable musical interest.<br /> <br /> If the spectrum of the graph contains no repeated values, then Aut(G) is an <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Elementary_abelian_group" rel="nofollow">elementary abelian 2-group</a>, meaning all non-identity elements are of order 2. Hence for the more interesting automorphism groups, including non-abelian groups, we need repeated values in the spectrum; in other words eigenvalues with multiplicity greater than one corresponding to eigenspaces with dimension greater than one.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:12:<h1> --><h1 id="toc6"><a name="Examples"></a><!-- ws:end:WikiTextHeadingRule:12 -->Examples</h1> <!-- ws:start:WikiTextHeadingRule:14:<h2> --><h2 id="toc7"><a name="Examples-The Zarlino scale"></a><!-- ws:end:WikiTextHeadingRule:14 -->The Zarlino scale</h2> The Zarlino scale, or "just diatonic" as it's often called, is the scale 1-9/8-5/4-4/3-3/2-5/3-15/8-2, with three major and two minor triads. It has a characteristic polynomial x(x+1)(x^2-3)(x^3-x^2-7*x-3) = x^7 - 11x^5 - 10x^4 + 21x^3 + 30x^2 + 9x. From the coefficients of this we can read off that it has 11 dyads and 5 triads, and from the roots, we find that its automorphism group is an elementary 2-group--in fact, it is of order 2, with the nontrivial automorphism being inversion. The three connectivities, algebraic, vertex, and edge, are 0.914 ≤ 2 ≤ 2. The scales radius is 2 and its diameter is 3. Its genus, of course, is 0, but less obviously its maximal genus is 2.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:57:<img src="/file/view/zarlino.png/359381659/zarlino.png" alt="" title="" /> --><img src="/file/view/zarlino.png/359381659/zarlino.png" alt="zarlino.png" title="zarlino.png" /><!-- ws:end:WikiTextLocalImageRule:57 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:16:<h2> --><h2 id="toc8"><a name="Examples-The diatonic scale (Meantone[7])"></a><!-- ws:end:WikiTextHeadingRule:16 -->The diatonic scale (Meantone[7])</h2> The diatonic scale in 31edo consists of the notes 0, 5, 10, 13, 18, 23, 28, 31. In the 7-limit, it has the consonance set {6, 7, 8, 10, 13, 15, 16, 18, 21, 23, 24, 25}, leading to a graph with the high degree of symmetry afforded by the dihedral group of order 14. This graph is in fact isomorphic to the graph of (5 or 7 limit) 7edo. The maximal cliques of the graph are the seven dyadic chord triads, one on each degree of the scale; three major, three minor, and one diminished. Because of the graph symmetry, the 7-limit diatonic scale can transpose to any key, mapping all dyadic triads to other dyadic triads.<br /> <br /> The genus of the 7-limit diatonic scale is 1, with maximal genus of 4. The connectivities go 3.198 ≤ 4 ≤ 4, and the radius and diameter are both 2.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:58:<img src="/file/view/diatonic7.png/359726439/diatonic7.png" alt="" title="" /> --><img src="/file/view/diatonic7.png/359726439/diatonic7.png" alt="diatonic7.png" title="diatonic7.png" /><!-- ws:end:WikiTextLocalImageRule:58 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:18:<h2> --><h2 id="toc9"><a name="Examples-Star"></a><!-- ws:end:WikiTextHeadingRule:18 -->Star</h2> <a class="wiki_link" href="/Star">Star</a> is a scale of <a class="wiki_link" href="/Starling%20temperaments#Valentine temperament-11-limit">11-limit valentine temperament</a>, which in <a class="wiki_link" href="/77edo">77et</a> is 0, 5, 20, 25, 40, 45, 57, 65, 77, with the 11-limit consonance set {10, 12, 13, 15, 17, 20, 22, 25, 27, 28, 32, 35, 37, 40, 42, 45, 49, 50, 52, 55, 57, 60, 62, 64, 65, 67}. Its eight vertices are connected via 24 edges. The scale exhibits a very high degree of symmetry, with an automorphism group of order 384, the 8T44 transitive group [2^4]S4. Its graph is 6-regular, with every vertex connected to six others, and its algebraic, vertex and edge connectivities are all 6. The largest element of the Laplace spectrum is 8, so its complementary graph is not connected. It has 16 maximal cliques, all of which are tetrads, and the automorphism group acts faithfully on the tetrads. The graph of the maximal clique is 14 regular, with each tetrad linking to all others but its relative complement in the whole scale, that is the set of notes from note 0 to note 7. he relative complement of each dyadic tetrad is also a dyadic tetrad.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:59:<img src="/file/view/star.png/359553295/star.png" alt="" title="" /> --><img src="/file/view/star.png/359553295/star.png" alt="star.png" title="star.png" /><!-- ws:end:WikiTextLocalImageRule:59 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:20:<h2> --><h2 id="toc10"><a name="Examples-Oktone"></a><!-- ws:end:WikiTextHeadingRule:20 -->Oktone</h2> By <a class="wiki_link" href="/oktone">oktone</a> is meant the tempering of the octone scale, 1-15/14-60/49-5/4-10/7-3/2-12/7-7/4-2, in <a class="wiki_link" href="/Breed%20family#Jove, aka Wonder">jove temperament</a>. The tempering can be accomplished via <a class="wiki_link" href="/202edo">202et</a>, leading to the scale 0, 20, 59, 65, 104, 118, 157, 163, 202 which we can use together with the 11-limit diamond as a consonance set, {25, 28, 31, 34, 39, 45, 53, 59, 65, 70, 73, 84, 93, 98, 104, 109, 118, 129, 132, 137, 143, 149, 157, 163, 168, 171, 174, 177}. This leads to a highly accurate scale with a good deal of symmetry. The automorphism group of the graph is the direct product of the group of the square with an involution, ie an element of order two. The involution simultaneously exchanges notes 2 and 7, and 3 and 6; that is, it is in cycle terms (2, 7)(3,6), or (59, 163)(65, 157) in terms of 202et, and the square part permutes the cycle (0, 4, 1, 5) by the group of the square.<br /> <br /> The graph has twelve maximal cliques, all tetrads, of which four connect with all of the other tetrads, and eight connect with all but one. It has two vertices of degree five and six of degree six, with connectivities 4.586 ≤ 5 ≤ 5, and radius and diameter both 2.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:60:<img src="/file/view/oktony.png/359876133/oktony.png" alt="" title="" /> --><img src="/file/view/oktony.png/359876133/oktony.png" alt="oktony.png" title="oktony.png" /><!-- ws:end:WikiTextLocalImageRule:60 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:22:<h2> --><h2 id="toc11"><a name="Examples-Orwell[9]"></a><!-- ws:end:WikiTextHeadingRule:22 -->Orwell[9]</h2> Orwell[9], the 9-note orwell MOS, has notes 0, 5, 12, 17, 24, 29, 36, 41, 48, 53 in <a class="wiki_link" href="/53edo">53 equal</a>. With the 11-limit consonance set {7, 8, 9, 10, 12, 14, 15, 17, 19, 22, 24, 26, 27, 29, 31, 34, 36, 38, 39, 41, 43, 44, 45, 46} it defines a graph of 31 edges with an automorphism group of order 96. The group consists of an <a class="wiki_link_ext" href="http://mathworld.wolfram.com/OctahedralGroup.html" rel="nofollow">octahedronal group</a> part which is transitive on the six notes from 2 to 7, that is {12, 17, 24, 29, 36, 41} of 53edo, generated by (2,3), (4,5),(6,7), (2,4)(3,5) and (4,6)(5,7), and an involution exchanging notes 1 and 8, that is, 5 and 48 of 53edo. The center of the MOS, note 0 in this numbering, stays where it is, and has degree six whereas all the other notes are degree seven.<br /> <br /> The graph has 16 maximal cliques, eight tetrads and eight pentads. All of the tetrads contain note 0, and all of the pentads notes 1 and 8. All three connectivites equal 6, the radius and diameter are both 2, and the graph complement is disconnected.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:61:<img src="/file/view/orwell9.png/359811159/orwell9.png" alt="" title="" /> --><img src="/file/view/orwell9.png/359811159/orwell9.png" alt="orwell9.png" title="orwell9.png" /><!-- ws:end:WikiTextLocalImageRule:61 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:24:<h2> --><h2 id="toc12"><a name="Examples-Magic[10]"></a><!-- ws:end:WikiTextHeadingRule:24 -->Magic[10]</h2> Maic[10], the 10-note MOS of <a class="wiki_link" href="/Magic%20family#Magic-11-limit">magic temperament</a>, can in <a class="wiki_link" href="/104edo">104et</a> be expressed as the scale 0, 23, 28, 33, 38, 61, 66, 71, 94, 99, 104. If we use the 11-limit diamond, {13, 15, 15, 18, 20, 23, 28, 30, 33, 36, 38, 43, 48, 51, 53, 56, 61, 66, 68, 71, 74, 76, 81, 84, 86, 89, 89, 91}, for consonances we get a graph with ten verticies and 34 edges, with algebraic, vertex, and edge connectivity all 6. Its radius and diameter are both 2. It has 27 maximal cliques, 18 triads and 9 tetrads.<br /> <br /> Abstractly, the rather large group of automorphisms of order 288 is the direct product of the Klein four-group and the transitive group 6T13 of degree 6, which is the wreath product S3 wr S2. The four-group part acts on the notes from 1 to 4, and is generated by the involutions (1,4) and (2,3), and the 6T13 group, of order 72, acts on notes 5 through 10--or 5 through 9 and 0, if you prefer. It is generated by (5,10)(6,8)(7,9) together with (5,6), (6,7) and (8,9).<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:62:<img src="/file/view/magic10.png/360079055/magic10.png" alt="" title="" /> --><img src="/file/view/magic10.png/360079055/magic10.png" alt="magic10.png" title="magic10.png" /><!-- ws:end:WikiTextLocalImageRule:62 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:26:<h2> --><h2 id="toc13"><a name="Examples-The dekany"></a><!-- ws:end:WikiTextHeadingRule:26 -->The dekany</h2> The standard 2)5 dekany is a <a class="wiki_link" href="/Combination%20product%20sets">combination product set</a>, Cps([2,3,5,7,11], 2). It consists of ten notes associated to two-element subset of the set of the first five primes, {2,3,5,7,11}, and in one mode is 1-12/11-5/4-14/11-15/11-3/2-35/22-7/4-20/11-21/11, which we will take as its notes from note 0 to note 9. It has 30 edges, with connectivities 5 ≤ 6 ≤ 6, and the largest element of the Laplace spectrum is 8, so that the complementary graph is also connected. Its radius and diameter are both 2. The graph is known as the <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Johnson_graph" rel="nofollow">Johnson graph</a> J(5,2). The 3)5 dekany, which is the inverse of the standard dekany, has the Johnson graph J(5,3) as its graph, which is graph-isomorphic to J(5,2).<br /> <br /> The automorphism group is S5, the symmetric group of order 120 on a set of five points, which in this case are the five prime numbers 2 to 11. Any permutation acts faithfully on the notes of the dekany, inducing the transitive permutation representation called 10T13 of S5 on ten points. The dekany has five maximal 4-cliques (tetrads) and ten maximal 3-cliques (triads), and S5 acts faithfully on these also. The graph of triads is isomorphic to the graph of the scale, and the graph of tetrads is the complete graph on five vertices K5; both have automorphism group S5.<br /> <br /> Though it has only ten notes, an attempt to compute the genus of the dekany using SAGE caused it to wander off into the weeds and never return, or at least not when it was allowed to run overnight. An inquiry of someone who has published on the Johnson graphs revealed he had no idea what the genus of J(5,2) was, and it may very well not be known. However, the inequalities above show the genus must be at least 1.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:63:<img src="/file/view/dekany.png/359810971/dekany.png" alt="" title="" /> --><img src="/file/view/dekany.png/359810971/dekany.png" alt="dekany.png" title="dekany.png" /><!-- ws:end:WikiTextLocalImageRule:63 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:28:<h2> --><h2 id="toc14"><a name="Examples-Myna[11]"></a><!-- ws:end:WikiTextHeadingRule:28 -->Myna[11]</h2> Myna[11], the 11-note MOS of <a class="wiki_link" href="/Starling%20temperaments#x5-limit (Mynic)-11-limit">myna temperament</a>, can be specified in the <a class="wiki_link" href="/89edo">89et</a> tuning as the notes 0, 3, 20, 23, 26, 43, 46, 63, 66, 69, 86, 89. Using the 11-limit diamond as a consonance set gives a graph with 40 edges corresponding to 40 dyads. Its connectivities are 6 ≤ 7 ≤ 7, It has eight vertices of degree 7, and three of degree 8, with a radius and diameter both 2.<br /> <br /> The automorphism group of order 24 is the direct product of an involution and the group of the hexagon, which act on disjoint notes of the scale. The involution is (0,1)(5,6) and the hexagon group (dihedral group of order 12) permutes the cycle (2,7,4,9,3,8); this cycle together with the two involutions (2,3),(7,9) and (3,4),(7,8) generate the hexagon group.<br /> <br /> <!-- ws:start:WikiTextLocalImageRule:64:<img src="/file/view/myna11.png/360216505/myna11.png" alt="" title="" /> --><img src="/file/view/myna11.png/360216505/myna11.png" alt="myna11.png" title="myna11.png" /><!-- ws:end:WikiTextLocalImageRule:64 --><br /> <br /> <!-- ws:start:WikiTextHeadingRule:30:<h2> --><h2 id="toc15"><a name="Examples-The marveldene"></a><!-- ws:end:WikiTextHeadingRule:30 -->The marveldene</h2> The Ellis duodene is the 12-note 5-limit scale 1-16/15-9/8-6/5-5/4-4/3-45/32-3/2-8/5-5/3-9/5-15/8-2, and marvel tempering it leads to <a class="wiki_link" href="/The%20Marveldene">marveldene</a>. An excellent tuning for marvel is <a class="wiki_link" href="/166edo">166et</a>, and in that the scale becomes 0, 16, 28, 44, 53, 69, 81, 97, 113, 122, 141, 150, 166. If we use the 15-limit consonance set, {16, 18, 19, 21, 23, 25, 28, 32, 34, 37, 40, 44, 48, 50, 53, 58, 60, 63, 69, 74, 76, 78, 81, 85, 88, 90, 92, 97, 103, 106, 108, 113, 116, 118, 122, 126, 129, 132, 134, 138, 141, 143, 145, 147, 148, 150}, we obtain a graph with 55 edges and an automorphism group of order 32. Abstractly, the automorphism group is the direct product of the group of the square with the Klein four-group; as a permutation group it is the square (dihedral group D8 of order 8) part, generated by {(1,2)(5,6)(8,11)(9,10), (1,5), (2,6)}, and the two involutions flipping two notes, (3,4) flipping Eb and E, and (7,12) flipping C and G.<br /> <br /> The connectivites of the marveldene go 6.222 ≤ 7 ≤ 8, and it has a radius of 1 and a diameter of 2, with center {0, 7}, ie C and G. The largest element of the Laplace spectrum is 12, so the complementary graph is not connected. It has eight maximum cliques, the septads [0, 1, 3, 5, 7, 8, 11], [0, 1, 3, 5, 7, 9, 11], [0, 1, 4, 5, 7, 8, 11], [0, 1, 4, 5, 7, 9, 11], [0, 2, 3, 6, 7, 8, 10], [0, 2, 3, 6, 7, 8, 11], [0, 2, 4, 6, 7, 8, 10] and [0, 2, 4, 6, 7, 8, 11], and two maximal pentads, [0, 3, 7, 9, 10] and [0, 4, 7, 9, 10].<br /> <br /> <!-- ws:start:WikiTextHeadingRule:32:<h2> --><h2 id="toc16"><a name="Examples-Magic[13]"></a><!-- ws:end:WikiTextHeadingRule:32 -->Magic[13]</h2> Magic[13] is the 13-note MOS of <a class="wiki_link" href="/Magic%20family#Magic-11-limit">magic temperament</a>, which in <a class="wiki_link" href="/104edo">104et</a> has notes 0, 5, 10, 28, 33, 38, 43, 61, 66, 71, 76, 94, 99, 104. Using the 11-limit diamond, {13, 15, 15, 18, 20, 23, 28, 30, 33, 36, 38, 43, 48, 51, 53, 56, 61, 66, 68, 71, 74, 76, 81, 84, 86, 89, 89, 91} as the consonance set, we obtain a graph on 13 notes with 61 edges representing dyads. It has algebraic, vertex and edge connectivities all 8, and a disconnected graph complement. The radius and diameter are both 2.<br /> <br /> It has a disparate collection of 36 maximal cliques ranging from triads to hexads, and an automorphism group which abstractly is the direct product of two square groups. However, as a permutation group the two cycles on which the automorphisms act as the square group, (3, 7, 6, 10) and (4, 8, 5, 9), don't appear in isolation, and the group actually moves everything but the central note of the MOS, note 0 in this labeling.<br /> <br /> <!-- ws:start:WikiTextHeadingRule:34:<h2> --><h2 id="toc17"><a name="Examples-Orwell[13]"></a><!-- ws:end:WikiTextHeadingRule:34 -->Orwell[13]</h2> Orwell[13], the 13-note MOS of orwell, has four more notes but the same set of 11-limit consonances as Orwell[9]. Now we have 0, 5, 7, 12, 17, 19, 24, 29, 34, 36, 41, 46, 48, 53, and while the graph of the scale still has a lot of symmetry, it is of an entirely different kind. This time the symmetry group is analogous to that of the diatonic scale, being the dihedral group D26 on 13 points; as with the 7-limit diatonic scale, the symmetries of Orwell[13] appear as inversion and the ability to transpose to any key while retaining the dyadic character of all dyadic chords, which however are much more numerous in kind and number. In particular, Orwell[13] has 26 maximal pentads and 13 maximal hexads on which the automorphism group faithfully acts.<br /> <br /> The graph of Orwell[13] is 10-regular, has 65 edges, with connectivities 9.058 ≤ 10 ≤ 10, and radius and diameter both 2.</body></html>