An Application of the permanent-determinant method: computing the Z-index of trees

Size: px
Start display at page:

Download "An Application of the permanent-determinant method: computing the Z-index of trees"

Transcription

1 Department of Mathematics wtrnumber An Application of the permanent-determinant method: computing the Z-index of trees Daryl Deford March 2013 Postal address: Department of Mathematics, Washington State University, Pullman, WA Voice: Fax: URL:

2 AN APPLICATION OF THE PERMANENT DETERMINANT METHOD: COMPUTING THE Z INDEX OF TREES DARYL DEFORD Abstract. Topological invariants of molecules relate the structure of their underlying graph to physical properties of the chemical. One of the first topological invariants to be considered in computational chemistry was the Z index, introduced by Hosoya in 1971, which is equivalent to the total number of matchings in the underlying graph [7]. In this paper we show that the Z index of any tree can be computed as the determinant of a specifically constructed matrix, using techniques from graph theory, linear algebra, and combinatorics. In addition, we demonstrate how this method can be extended to weighted trees and more general chemical structures. 1. Introduction Inthispaperweprovethatthenumberofmatchingsofanytreecanbecomputed as the determinant of an n n matrix constructed from the adjacency matrix of the tree. This value is equivalent to the Z index of the tree, when the graph is chemically motivated Background. Given a chemical molecule, a graph can be constructed that represents the most basic structure of the molecule by placing a vertex in the graph for each atom and an edge between two vertices if their respective atoms share a bond. Some properties of the molecule can be determined from the attributes of its respective graph. These relations between graph metrics and physical properties are called topological invariants or indices because they remain unchanged under isomorphisms [12]. The Z index is a frequently studied topological invariant, defined by Hosoya in 1971, that correlates with boiling points of linear alkanes and other physical properties [7]. To define the Z index of a chemical structure, C, we must first define a function, p(c, k), that counts the number of subgraphs with k connected components, each isomorphic to K 2, on the graph corresponding to C [15]. Then, the Z index of a molecule with n atoms can be represented as Z(C) = n/2 k=0 similarly a Z polynomial may be defined as P z (C,x) = n/2 k=0 p(c,k), p(c,k)x k. Date: March 23, Mathematics Subject Classification. Primary 92E10; Secondary 05C05. Key words and phrases. Matrix Permanent; Hosoya Index; Cycle Cover; Matchings. 1

3 2 DARYL DEFORD Notice that these are respectively equivalent to the total number of matchings and matching polynomial of the corresponding graph [1, 11]. Thus, the Z index of a chemical is equivalent to the total number of matchings of the graph or P z (1). In general, computing the matching polynomial or total number of matchings of an arbitrary graph is #P complete and computationally infeasible for even moderately sized graphs[11]. Although the number of perfect matchings can be calculated in polynomial time for planar graphs, the same is not true of the total number of matchings or matching polynomial. A tree is defined to be a connected graph with no cycles [3]. It is easy to see that all trees are both bipartite and planar. As structures, trees are particularly important in computational chemistry, since many families of molecules, such as the alkanes, can be represented as trees [2, 3]. Trees are also commonly used in computer science to model a variety of objects, from data structures to algorithms and even hardware design [4] Related Work. Previous work by Gutman, et. al, showed that the Z index of a tree can be computed as a product of functions of the eigenvalues of an adjacency matrix [5]. Later, Ahmadi and Dastkhezr proved that the Z index of a tree is also equal to the sum of the absolute values of the coefficients of the characteristic polynomial of the adjacency matrix [1]. Several papers have also been published giving upper and lower bounds of the magnitudes of Z indices for graphs with fixed numbers of vertices, for example [13]. In this paper we use the theory of matrix permanents to show that if A(C) is the graph adjacency matrix of a molecule with n atoms, whose corresponding graph is a tree, that the determinant of A(C)i+I n is equal to the Z index of the chemical. Similar results to those presented in this paper have been motivated by considering continued fraction tree expressions. A tri-diagonal matrix with similar properties was originally defined by Hosoya and Gutman in [8]. Hudleson then gives a generalization of their result, showing that the determinant of a properly constructed, signed B matrix associated with a tree is also equal to the Z index of that tree [9]. We will also prove similar results for weighted trees and other structures that commonly occur in computational chemistry Matrix Permanents and Cycle Covers. Given a graph, G = (V, E), representing a chemical structure, C, we will represent the adjacency matrix of G as A(G). The n n identity matrix will be denoted I n. The permanent of a matrix, M, with elements M u,v, written per(m), is defined as the unsigned sum of all the permutations of the matrix [6, 14]. Thus, per(m) = n M i,π(i), π S n i=1 is a symbolic representation of the matrix permanent. Permanents, even of 0 1 matrices, are in the complexity class #P and are thus very inefficient to compute directly[11,16]. Althoughthedefinitionofthepermanentisveryclosetothatofthe determinant, the permanent shares very few of the determinants useful properties or relations to eigenvalues. However, interchanging rows or columns of the matrix does not affect the value of the permanent of that matrix [14]. A cycle cover, or linear subgraph, is a subset of the edges of a directed graph (digraph) that covers all vertices of the digraph in such a way that each vertex has in degree and out degree equal to one. Matrix permanents occasionally appear in

4 Z INDEX OF TREES 3 (a) T (b) T (c) T l Figure 1. A Tree and its Corresponding Digraphs combinatorial problems, because the permanent of the adjacency matrix of a digraph is equal to the number of cycle covers of that digraph [6]. Kuperberg s paper includes a survey and description of the ways that permanents are used in combinatorics, as well as describing several applications of the method to computational chemistry [10]. Similarly, the permanent of a bi adjacency matrix of a bipartite graph counts the number of perfect matchings in the graph [6] Digraphs. Let G = (V,E) be a graph, with adjacency matrix A(G). We will constructadigraph, G, fromgbyreplacingeachsimpleedgeingwithtwodirected edges, oneineachorientation. NotethatbydefinitionwehaveA( G) = A(G), since for a digraph, D, A(D) u,v = 1 implies that there is a directed edge from vertex u to vertex v. Next, we add a self loop to each vertex in G to form G l. This is equivalent to adding the appropriate identity matrix to A( G), thus we have A( G l ) = A( G)+I n. Figure 1 shows a tree and its associated digraphs. 2. Main Results In this section we will prove that the Z index of any tree can be computed by taking the determinant of a particular modification of the adjacency matrix. We will proceed by providing a bijection between directed cycle covers and matchings and then construct a matrix whose determinant is equal to this value Trees. Let T = (V,E) be an n vertex tree with adjacency matrix A(T). Then the following result follows directly from the definitions given above. Lemma 1. The number of cycle covers of T l is equal to per(a(t)+i n ). Proof. The adjacency matrix of T l is equal to (A(T)+I n ) by construction. Since per(a( T l ))isequaltothenumberofcyclecoverson T l, per(a( T l )) = per((a(t)+ I n )), which implies the lemma.

5 4 DARYL DEFORD Now we can prove the relationship between cycle covers and matchings which will allow us to compute the Z index of a given tree. Theorem 1. The number of cycle covers on T l is equal to the number of matchings on T. Proof. It suffices to provide a bijection between the cycle covers on T l and the matchings of T. Since T is a tree it has no cycles, and thus T l only contains 1 cycles, consisting of self loops, and 2 cycles, between vertices adjacent in T. To construct a unique matching on T from a cycle cover of T l, place an edge in the matching between two vertices, u and v, if and only if u and v lie on a 2 cycle in the cycle cover. Similarly, to determine a unique cycle cover from a matching on T, place a 2 cycle in the cycle cover for each edge in the mapping, and place each remaining vertex in T l on a 1 cycle. Since this relation is a bijection it must be that the set of cycle covers on T l has cardinality equal to the number of matchings on T and this proof is complete. Remembering that the Z index of T is equal to the number of matchings on T, the obvious corollary to this theorem allows us to calculate Z(T) as a matrix permanent. Corollary 1. The Z index of T is equal to per(a(t)+i n ). Proof. This result follows directly from the application of Lemma 1 to the result of Theorem 1. Since calculating the permanent of a matrix is computationally difficult, we wish construct a matrix whose determinant is equal to per(a(t)+i n ), because we can calculate determinants in polynomial time [4]. The sign of a permutation in the determinant can be computed as the parity of the number of even cycles in the permutation. A permutation with an even number of even cycles is positive, while a permutation with an odd number of even cycles is negative. Thus, we want to weight the entries of A(T)+I n so that each odd permutation has a weight of 1 to cancel out the sign of the permutation. We now prove that giving each directed edge between two distinct vertices a weight of 1 = i is sufficient. Theorem 2. For any tree, T, on n vertices, per(a(t)+i n ) = det(a(t)i+i n ). Proof. We have already seen that per(a(t)+i n ) counts the number of cycle covers of T l andthatthesecyclecoverscontainonly2 cyclesand1 cycles. Each2 cycle corresponds to a product of 2 non-main diagonal entries of A(T)+I n. Thus, giving each of these entries a weight of i gives each 2 cycle, and thus each even cycle, a weight of i 2 = 1. Since each 2 cycle in A(T)i+I n has weight negative one, each cycle cover with an odd number of even cycles has weight ( 1) 2k+1 = 1 and each cycle cover with an even number of even cycles has weight ( 1) 2k = 1. This further implies that for each cycle cover (permutation) the sign of the cycle cover (permutation) is equal

6 Z INDEX OF TREES 5 to the weight of the cycle cover (permutation). Thus, we have det(a(t)i+i n ) = π S n sgn(π) n i=1 (A(T)i+I n) i,π(i) = π S n sgn(π)sgn(π) n i=1 (A(T)+I n) i,π(i) n = π S n i=1 (A(T)+I n) i,π(i) = per(a(t)+i n ) and the proof is complete. Corollary 2. The Z index of any tree, T, on n vertices, is equal to det(a(t)i+i n ). Proof. Again this follows directly from the preceding results. Thus, we have proved that the Z index of any tree can be computed by multiplying its adjacency matrix by i, adding ones along the main diagonal and taking a determinant. Hence, the Z index of any chemical compound whose structural graphs is a tree can be found by simple matrix operations in polynomial time Example. Consider the tree shown in Figure 1. Its adjacency matrix and modified adjacency matrix are shown below, and it is trivial to verify that: Z(T) = per(a(t)) = det(a(t)i+i 9 ) = 33. A(T) = i i 1 i i i i i A(T)i+I 9 = 0 i i i 1 i i i i 0 1 i i 1

7 6 DARYL DEFORD 2.3. Generalizations. Here we consider some extensions to the previous results Weighted Trees. Given a weighted tree, T the sum of the weights of its matchings may be computed in a similar fashion. To form a matrix whose determinant is equal to this value, use a weighted adjacency matrix A w (T) where the weight of each edge is placed in the upper triangular portion of the adjacency matrix. Corollary 3. For a weighted tree T, the sum of the weights of all matchings of T is equal to det(a w (T)i+I n ). Proof. Since T is a tree, and thus T l contains only 1 cycles and 2 cycles, we have from Theorem 2 that det(a w (T)i+I n ) = per(a w (T)+I n ). The matrix permanent on the left hand side sums the product of the weights of each cycle for each cycle cover. Each 1 cycle has a weight of 1 from the main diagonal, and each 2 cycle gains its weight from the upper triangular entry in the cycle multiplied by the corresponding 1 in the lower triangular portion. Making use of the bijection provided in Theorem 1 we see that each weighted cycle cover in the permanent may be paired directly with a matching of T the same weight and this proof is complete Graphs With One Cycle. Not all chemical structures can be represented as trees. Here we show that the Z index of a graph with exactly one cycle can be computed by taking two determinants. Theorem 3. Let G be a graph on n vertices with exactly one k cycle, C k, with k n. The Z index of G is equal to if k is odd, and if k is even. det(a(g)i+i n ) 2i k (det(a(g C k )i+i n k )) det(a(g)i+i n )+2i k (det(a(g C k )i+i n k )) Proof. The given determinant is computing the signed weights of all cycle covers of G. These cycle covers all correspond to matchings by the bijection of Theorem 1 except for those that contain C k in one of two orientations. When C k is part of a cycle cover it contributes weight i k to the product, since it contains exactly k edges of weight i. The rest of the cycle cover consists of a matching on the remaining vertices of G C k. We know that G C k has no cycles, although it may not be connected, thus by Theorem 2 the matchings of G C k are counted by det(a(g C k )i+i n k ). Thus, det(a(g)i+i n ) counts 2 det(a(g C k )i+i n k ) extra cycle covers each of weight i k where C k is included in the cycle cover, once in each orientation. When C k is an odd cycle it does not contribute to the sign of the overall permutation, but when C k is an even cycle it changes the parity of the permutation. Thus, when C k is an even cycle the over counted permutations, computed as det(a(g C k )i + I n k ), must be multiplied by 1. Subtracting these two quantities gives the desired result and the proof is complete.

8 Z INDEX OF TREES 7 3. Examples We conclude this paper by presenting some chemically motivated examples of the methods detailed above. Figure 2. C 2 H 7 NO Figure 3. C 6 H 18 N 2 O 2

9 8 DARYL DEFORD Figure 4. C 8 H 6 ClNO aminoethanol. The chemical composition of 2-aminoethanol is C 2 H 7 NO and a structure isomorphic to its underlying graph is shown in Figure 2. The adjacency matrix and modified adjacency matrix are shown below, and it is easy to verify that Z(C 2 H 7 NO) = per(a(c 2 H 7 NO)) = det(a(c 2 H 7 NO)i+I 11 ) = 76. A(C 2 H 7 NO) = A(C 2 H 7 NO)+I 11 = i i i i 1 i i 1 i i i i i i i i i i i i i i 1

10 Z INDEX OF TREES hexane-2, 5-dione oxime. The chemical formula for hexane-2, 5-dione oxime is C 6 H 12 N 2 O 2, and its structural graph is isomorphic to a tree with two edges of weight two. The first matrix shows the standard adjacency matrix of the graph while the second matrix shows the modified, weighted digraph adjacency matrix. Again, it can be verified that Z(C 6 H 18 N 2 O 2 ) = per(a(c 6 H 12 N 2 O 2 )) = det(a w (C 6 H 12 N 2 O 2 )i+i 18 ) = A w (C 6 H 12 N 2 O 2 ) = A w (C 6 H 12 N 2 O 2 )i+i 18 = 1 i i 1 i i 1 2i i 1 i i i 1 i i i i i i i i i 1 i i 1 2i i i 1 i i i i i i i i i 1 i i 1

11 10 DARYL DEFORD 3.3. benzene, 1 chloro 4 (2-nitroethanol). The chemical formula for benzene, 1 chloro 4 (2-nitroethanol) is C 8 H 6 ClNO 2, and as can be seen from Figure 4 the structure of the molecule contains a benzene ring, which is a 6 cycle. The first two matrices below represent the entire molecule, while the second two matrices describe the vertices left after the 6 cycle is removed. A calculation motivated by Theorem 3, similar to those above gives our final result: Z(C 8 H 6 ClNO 2 ) = det(a(c 8 H 6 ClNO 2 )i+i 12 )+2i k (det(a(c 8 H 6 ClNO 2 C 6 )i+i 6 )) = 270. A(C 8 H 6 ClNO 2 ) = A(C 8 H 6 ClNO 2 )i+i 12 = 1 i i 1 i i i 1 i i 1 i i 1 i 0 i i 1 i i i i i i 1 i i 1 i i 1 i i 1 A(C 8 H 6 ClNO 2 C 6 ) =

12 A(C 8 H 6 ClNO 2 C 6 )i+i 6 = Z INDEX OF TREES 11 Acknowledgements i i 1 i i 1 i i i i 0 1 The author would like to thank Dr. William Webb and Dr. Matthew Hudelson for their insight and assistance. This work was supported by a grant from the Washington State University College of Sciences. References [1] M. Ahmadi and H. Dastkhzer: On the Hosoya index of trees, Journal of Optoelectronics and Advanced Materials, 13(9), (2011), [2] A. Balaban ed.: Chemical Applications of Graph Theory, Academic Press, London, 1976 [3] G. Chartrand, L. Lesniak, and P. Zhang: Graphs & Digraphs Fifth Edition, CRC Press, Boca Raton, [4] T. Cormen, C. Leiserson, R. Rivest, and C. Stein: Introduction To Algorithms Third Edition, MIT Press, Cambridge, [5] I. Gutman, Z. Markovic, S.A. Markovic: A simple method for the approximate calculation of Hosoya s index, Chemical Physical Letters, 132(2), 1987, [6] F. Harary: Determinants, Permanents and Bipartite Graphs, Mathematics Magazine, 42(3),(1969), [7] H. Hosoya: The Topological Index Z Before and After 1971, Internet Electron. J. Mol. Des. 1, (2002), [8] H. Hosoya and I. Gutman: Kekulè Structures of Hexagonal Chains Some Unusual Connections, J. Math. Chem. 44, (2008), [9] M. Hudelson: Vertex Topological Indices and Tree Expressions, Generalizations of Continued Fractions, J. Math. Chem. 47, (2010), [10] G. Kuperberg: An Exploration of the Permanents-Determinant Method, Electronic Journal of Combinatorics, 5, (1998), R46: [11] P. Lundow: Computation of matching polynomials and the number of 1-factors in polygraphs, Research Reports Umeå, 12, (1996) [12] D. Rouvray ed.: Computational Chemical Graph Theory, Nova Science Publishers, New York, 1990 [13] R. Tichy and S Wagner: Extremal Problems for Topological Indices in Combinatorial Chemistry, Journal of Computational Biology, 12(7), (2005), [14] N. Trinajstic: Chemical Graph Theory Volume I, CRC Press, Boca Raton, 1983 [15] N. Trinajstic: Chemical Graph Theory Volume II, CRC Press, Boca Raton, 1983 [16] L. Valiant: The Complexity of Computing the Permanent, Theoretical Computer Science, 8(2), (1979), Department of Mathematics, Washington State University, Pullman, Wa address: daryl.deford@ .wsu.edu

Combinatorial Rearrangements on Arbitrary Graphs

Combinatorial Rearrangements on Arbitrary Graphs Combinatorial Rearrangements on Arbitrary Graphs Daryl DeFord Washington State University September 8, 2012 1 / 117 Outline 1 Overview 2 Seating Rearrangements 3 Rearrangements on Graphs 4 Permanents 5

More information

Counting Combinatorial Rearrangements, Tilings With Squares, and Symmetric Tilings

Counting Combinatorial Rearrangements, Tilings With Squares, and Symmetric Tilings Counting Combinatorial Rearrangements, Tilings With Squares, and Symmetric Tilings Daryl DeFord Washington State University January 7, 2013 1 / 138 Outline 1 Introduction 2 Rearrangements on Graphs 3 Rearrangements

More information

GSS Talk Fall 2013 Introduction. Èdouard Lucas:

GSS Talk Fall 2013 Introduction. Èdouard Lucas: Introduction Èdouard Lucas: The theory of recurrent sequences is an inexhaustible mine which contains all the properties of numbers; by calculating the successive terms of such sequences, decomposing them

More information

SEATING REARRANGEMENTS ON ARBITRARY GRAPHS

SEATING REARRANGEMENTS ON ARBITRARY GRAPHS SEATING REARRANGEMENTS ON ARBITRARY GRAPHS DARYL DEFORD Abstract. In this paper, we exhibit a combinatorial model based on seating rearrangements, motivated by some problems proposed in the 1990 s by Kennedy,

More information

Enumerating Distinct Chessboard Tilings and Generalized Lucas Sequences Part I

Enumerating Distinct Chessboard Tilings and Generalized Lucas Sequences Part I Enumerating Distinct Chessboard Tilings and Generalized Lucas Sequences Part I Daryl DeFord Washington State University January 28, 2013 Roadmap 1 Problem 2 Symmetry 3 LHCCRR as Vector Spaces 4 Generalized

More information

ENUMERATING DISTINCT CHESSBOARD TILINGS

ENUMERATING DISTINCT CHESSBOARD TILINGS ENUMERATING DISTINCT CHESSBOARD TILINGS DARYL DEFORD Abstract. Counting the number of distinct colorings of various discrete objects, via Burnside s Lemma and Pólya Counting, is a traditional problem in

More information

On the adjacency matrix of a block graph

On the adjacency matrix of a block graph On the adjacency matrix of a block graph R. B. Bapat Stat-Math Unit Indian Statistical Institute, Delhi 7-SJSS Marg, New Delhi 110 016, India. email: rbb@isid.ac.in Souvik Roy Economics and Planning Unit

More information

ON GLOBAL DOMINATING-χ-COLORING OF GRAPHS

ON GLOBAL DOMINATING-χ-COLORING OF GRAPHS - TAMKANG JOURNAL OF MATHEMATICS Volume 48, Number 2, 149-157, June 2017 doi:10.5556/j.tkjm.48.2017.2295 This paper is available online at http://journals.math.tku.edu.tw/index.php/tkjm/pages/view/onlinefirst

More information

Enumeration of perfect matchings of a type of Cartesian products of graphs

Enumeration of perfect matchings of a type of Cartesian products of graphs Discrete Applied Mathematics 154 (006) 145 157 www.elsevier.com/locate/dam Enumeration of perfect matchings of a type of Cartesian products of graphs Weigen Yan a,b,, Fui Zhang b a School of Sciences,

More information

CHEMICAL GRAPH THEORY

CHEMICAL GRAPH THEORY CHEMICAL GRAPH THEORY SECOND EDITION Nenad Trinajstic, Ph.D. Professor of Chemistry The Rugjer Boskovic Institute Zagreb The Republic of Croatia CRC Press Boca Raton Ann Arbor London Tokyo TABLE OF CONTENTS

More information

THE HOSOYA INDEX AND THE MERRIFIELD-SIMMONS INDEX OF SOME GRAPHS. Communicated by Alireza Ashrafi. 1. Introduction

THE HOSOYA INDEX AND THE MERRIFIELD-SIMMONS INDEX OF SOME GRAPHS. Communicated by Alireza Ashrafi. 1. Introduction Transactions on Combinatorics ISSN (print): 51-8657, ISSN (on-line): 51-8665 Vol 1 No (01), pp 51-60 c 01 University of Isfahan wwwcombinatoricsir wwwuiacir THE HOSOYA INDEX AND THE MERRIFIELD-SIMMONS

More information

ON THE WIENER INDEX AND LAPLACIAN COEFFICIENTS OF GRAPHS WITH GIVEN DIAMETER OR RADIUS

ON THE WIENER INDEX AND LAPLACIAN COEFFICIENTS OF GRAPHS WITH GIVEN DIAMETER OR RADIUS MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 63 (2010) 91-100 ISSN 0340-6253 ON THE WIENER INDEX AND LAPLACIAN COEFFICIENTS OF GRAPHS WITH GIVEN DIAMETER

More information

Parity Versions of 2-Connectedness

Parity Versions of 2-Connectedness Parity Versions of 2-Connectedness C. Little Institute of Fundamental Sciences Massey University Palmerston North, New Zealand c.little@massey.ac.nz A. Vince Department of Mathematics University of Florida

More information

d 2 -coloring of a Graph

d 2 -coloring of a Graph d -coloring of a Graph K. Selvakumar and S. Nithya Department of Mathematics Manonmaniam Sundaranar University Tirunelveli 67 01, Tamil Nadu, India E-mail: selva 158@yahoo.co.in Abstract A subset S of

More information

Discrete Applied Mathematics

Discrete Applied Mathematics iscrete Applied Mathematics 57 009 68 633 Contents lists available at Scienceirect iscrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam On reciprocal complementary Wiener number Bo

More information

Decomposing dense bipartite graphs into 4-cycles

Decomposing dense bipartite graphs into 4-cycles Decomposing dense bipartite graphs into 4-cycles Nicholas J. Cavenagh Department of Mathematics The University of Waikato Private Bag 3105 Hamilton 3240, New Zealand nickc@waikato.ac.nz Submitted: Jun

More information

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem.

Lecture J. 10 Counting subgraphs Kirchhoff s Matrix-Tree Theorem. Lecture J jacques@ucsd.edu Notation: Let [n] [n] := [n] 2. A weighted digraph is a function W : [n] 2 R. An arborescence is, loosely speaking, a digraph which consists in orienting eery edge of a rooted

More information

On the sextet polynomial of fullerenes

On the sextet polynomial of fullerenes On the sextet polynomial of fullerenes Jean-Sébastien Sereni Matěj Stehlík Abstract We show that the sextet pattern count of every fullerene is strictly smaller than the Kekulé structure count. This proves

More information

18.312: Algebraic Combinatorics Lionel Levine. Lecture 19

18.312: Algebraic Combinatorics Lionel Levine. Lecture 19 832: Algebraic Combinatorics Lionel Levine Lecture date: April 2, 20 Lecture 9 Notes by: David Witmer Matrix-Tree Theorem Undirected Graphs Let G = (V, E) be a connected, undirected graph with n vertices,

More information

Normal components, Kekulé patterns, and Clar patterns in plane bipartite graphs

Normal components, Kekulé patterns, and Clar patterns in plane bipartite graphs Normal components, Kekulé patterns, and Clar patterns in plane bipartite graphs Wai Chee Shiu a, Peter Che Bor Lam a, Fuji Zhang b, Heping Zhang c a Department of Mathematics, Hong Kong Baptist University,

More information

Characteristic polynomials of skew-adjacency matrices of oriented graphs

Characteristic polynomials of skew-adjacency matrices of oriented graphs Characteristic polynomials of skew-adjacency matrices of oriented graphs Yaoping Hou Department of Mathematics Hunan Normal University Changsha, Hunan 410081, China yphou@hunnu.edu.cn Tiangang Lei Department

More information

The maximum forcing number of a polyomino

The maximum forcing number of a polyomino AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 69(3) (2017), Pages 306 314 The maximum forcing number of a polyomino Yuqing Lin Mujiangshan Wang School of Electrical Engineering and Computer Science The

More information

Key words: matching polynomial; acyclic polynomial; matching generating polynomial; perfect matching; Hosoya index; Pfaffian orientation

Key words: matching polynomial; acyclic polynomial; matching generating polynomial; perfect matching; Hosoya index; Pfaffian orientation On the Matching Polynomials of Graphs with Small Number of Cycles of Even Length WEIGEN YAN,, YEONG-NAN YEH, FUJI ZHANG 3 School of Sciences, Jimei University, Xiamen 360, China Institute of Mathematics,

More information

The spectra of super line multigraphs

The spectra of super line multigraphs The spectra of super line multigraphs Jay Bagga Department of Computer Science Ball State University Muncie, IN jbagga@bsuedu Robert B Ellis Department of Applied Mathematics Illinois Institute of Technology

More information

Solving the Hamiltonian Cycle problem using symbolic determinants

Solving the Hamiltonian Cycle problem using symbolic determinants Solving the Hamiltonian Cycle problem using symbolic determinants V. Ejov, J.A. Filar, S.K. Lucas & J.L. Nelson Abstract In this note we show how the Hamiltonian Cycle problem can be reduced to solving

More information

arxiv: v2 [math.co] 15 Feb 2014

arxiv: v2 [math.co] 15 Feb 2014 On the determinant of hexagonal grids H k,n Anna Bień 1 Institute of Mathematics, University of Silesia, Katowice, Poland arxiv:1309.0087v [math.co] 15 Feb 014 Abstract We analyse the problem of singularity

More information

Lecture 22: Counting

Lecture 22: Counting CS 710: Complexity Theory 4/8/2010 Lecture 22: Counting Instructor: Dieter van Melkebeek Scribe: Phil Rydzewski & Chi Man Liu Last time we introduced extractors and discussed two methods to construct them.

More information

Preliminaries and Complexity Theory

Preliminaries and Complexity Theory Preliminaries and Complexity Theory Oleksandr Romanko CAS 746 - Advanced Topics in Combinatorial Optimization McMaster University, January 16, 2006 Introduction Book structure: 2 Part I Linear Algebra

More information

A NEW INTERPRETATION OF THE MATRIX TREE THEOREM USING WEAK WALK CONTRIBUTORS AND CIRCLE ACTIVATION HONORS THESIS

A NEW INTERPRETATION OF THE MATRIX TREE THEOREM USING WEAK WALK CONTRIBUTORS AND CIRCLE ACTIVATION HONORS THESIS A NEW INTERPRETATION OF THE MATRIX TREE THEOREM USING WEAK WALK CONTRIBUTORS AND CIRCLE ACTIVATION HONORS THESIS Presented to the Honors College of Texas State University in Partial Fulfillment of the

More information

Counting Matrices Over a Finite Field With All Eigenvalues in the Field

Counting Matrices Over a Finite Field With All Eigenvalues in the Field Counting Matrices Over a Finite Field With All Eigenvalues in the Field Lisa Kaylor David Offner Department of Mathematics and Computer Science Westminster College, Pennsylvania, USA kaylorlm@wclive.westminster.edu

More information

CO PRIME PATH DECOMPOSITION NUMBER OF A GRAPH

CO PRIME PATH DECOMPOSITION NUMBER OF A GRAPH An. Şt. Univ. Ovidius Constanţa Vol. 19(1), 011, 3 36 CO PRIME PATH DECOMPOSITION NUMBER OF A GRAPH K. NAGARAJAN and A. NAGARAJAN Abstract A decomposition of a graph G is a collection ψ of edge-disjoint

More information

The Matrix-Tree Theorem

The Matrix-Tree Theorem The Matrix-Tree Theorem Christopher Eur March 22, 2015 Abstract: We give a brief introduction to graph theory in light of linear algebra. Our results culminates in the proof of Matrix-Tree Theorem. 1 Preliminaries

More information

A Characterization of (3+1)-Free Posets

A Characterization of (3+1)-Free Posets Journal of Combinatorial Theory, Series A 93, 231241 (2001) doi:10.1006jcta.2000.3075, available online at http:www.idealibrary.com on A Characterization of (3+1)-Free Posets Mark Skandera Department of

More information

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J

Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Central Groupoids, Central Digraphs, and Zero-One Matrices A Satisfying A 2 = J Frank Curtis, John Drew, Chi-Kwong Li, and Daniel Pragel September 25, 2003 Abstract We study central groupoids, central

More information

Counting bases of representable matroids

Counting bases of representable matroids Counting bases of representable matroids Michael Snook School of Mathematics, Statistics and Operations Research Victoria University of Wellington Wellington, New Zealand michael.snook@msor.vuw.ac.nz Submitted:

More information

Kernels of Directed Graph Laplacians. J. S. Caughman and J.J.P. Veerman

Kernels of Directed Graph Laplacians. J. S. Caughman and J.J.P. Veerman Kernels of Directed Graph Laplacians J. S. Caughman and J.J.P. Veerman Department of Mathematics and Statistics Portland State University PO Box 751, Portland, OR 97207. caughman@pdx.edu, veerman@pdx.edu

More information

An Algorithmist s Toolkit September 24, Lecture 5

An Algorithmist s Toolkit September 24, Lecture 5 8.49 An Algorithmist s Toolkit September 24, 29 Lecture 5 Lecturer: Jonathan Kelner Scribe: Shaunak Kishore Administrivia Two additional resources on approximating the permanent Jerrum and Sinclair s original

More information

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms 1. Computability, Complexity and Algorithms (a) Let G(V, E) be an undirected unweighted graph. Let C V be a vertex cover of G. Argue that V \ C is an independent set of G. (b) Minimum cardinality vertex

More information

A note on inverses of labeled graphs

A note on inverses of labeled graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 67(2) (207), Pages 222 24 A note on inverses of labeled graphs Soňa Pavlíková Institute of Information Engineering, Automation and Mathematics Faculty of Chemistry

More information

ORBITAL DIGRAPHS OF INFINITE PRIMITIVE PERMUTATION GROUPS

ORBITAL DIGRAPHS OF INFINITE PRIMITIVE PERMUTATION GROUPS ORBITAL DIGRAPHS OF INFINITE PRIMITIVE PERMUTATION GROUPS SIMON M. SMITH Abstract. If G is a group acting on a set Ω and α, β Ω, the digraph whose vertex set is Ω and whose arc set is the orbit (α, β)

More information

Spectral Graph Theory and You: Matrix Tree Theorem and Centrality Metrics

Spectral Graph Theory and You: Matrix Tree Theorem and Centrality Metrics Spectral Graph Theory and You: and Centrality Metrics Jonathan Gootenberg March 11, 2013 1 / 19 Outline of Topics 1 Motivation Basics of Spectral Graph Theory Understanding the characteristic polynomial

More information

Counting the average size of Markov graphs

Counting the average size of Markov graphs JOURNAL OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN (p) 2303-4866, ISSN (o) 2303-4947 www.imvibl.org /JOURNALS / JOURNAL Vol. 7(207), -6 Former BULLETIN OF THE SOCIETY OF MATHEMATICIANS BANJA

More information

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction Commun. Korean Math. Soc. 18 (2003), No. 1, pp. 181 192 THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES Changwoo Lee Abstract. We count the numbers of independent dominating sets of rooted labeled

More information

THE Q-SPECTRUM AND SPANNING TREES OF TENSOR PRODUCTS OF BIPARTITE GRAPHS

THE Q-SPECTRUM AND SPANNING TREES OF TENSOR PRODUCTS OF BIPARTITE GRAPHS PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 125, Number 11, November 1997, Pages 3155 3161 S 0002-9939(9704049-5 THE Q-SPECTRUM AND SPANNING TREES OF TENSOR PRODUCTS OF BIPARTITE GRAPHS TIMOTHY

More information

Lecture 5 Polynomial Identity Testing

Lecture 5 Polynomial Identity Testing Lecture 5 Polynomial Identity Testing Michael P. Kim 18 April 2017 1 Outline and Motivation In this lecture we will cover a fundamental problem in complexity theory polynomial identity testing (PIT). We

More information

The cycle polynomial of a permutation group

The cycle polynomial of a permutation group The cycle polynomial of a permutation group Peter J. Cameron School of Mathematics and Statistics University of St Andrews North Haugh St Andrews, Fife, U.K. pjc0@st-andrews.ac.uk Jason Semeraro Department

More information

Ma/CS 6b Class 12: Graphs and Matrices

Ma/CS 6b Class 12: Graphs and Matrices Ma/CS 6b Class 2: Graphs and Matrices 3 3 v 5 v 4 v By Adam Sheffer Non-simple Graphs In this class we allow graphs to be nonsimple. We allow parallel edges, but not loops. Incidence Matrix Consider a

More information

Math 775 Homework 1. Austin Mohr. February 9, 2011

Math 775 Homework 1. Austin Mohr. February 9, 2011 Math 775 Homework 1 Austin Mohr February 9, 2011 Problem 1 Suppose sets S 1, S 2,..., S n contain, respectively, 2, 3,..., n 1 elements. Proposition 1. The number of SDR s is at least 2 n, and this bound

More information

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu)

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) 15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) First show l = c by proving l c and c l. For a maximum matching M in G, let V be the set of vertices covered by M. Since any vertex in

More information

A COMBINATORIAL PROOF OF A RESULT FROM NUMBER THEORY

A COMBINATORIAL PROOF OF A RESULT FROM NUMBER THEORY INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 4 (004), #A09 A COMBINATORIAL PROOF OF A RESULT FROM NUMBER THEORY Shaun Cooper Institute of Information and Mathematical Sciences, Massey University

More information

arxiv: v1 [cs.ds] 11 Oct 2018

arxiv: v1 [cs.ds] 11 Oct 2018 Path matrix and path energy of graphs arxiv:1810.04870v1 [cs.ds] 11 Oct 018 Aleksandar Ilić Facebook Inc, Menlo Park, California, USA e-mail: aleksandari@gmail.com Milan Bašić Faculty of Sciences and Mathematics,

More information

On the difference between the revised Szeged index and the Wiener index

On the difference between the revised Szeged index and the Wiener index On the difference between the revised Szeged index and the Wiener index Sandi Klavžar a,b,c M J Nadjafi-Arani d June 3, 01 a Faculty of Mathematics and Physics, University of Ljubljana, Slovenia sandiklavzar@fmfuni-ljsi

More information

Combinatorial semigroups and induced/deduced operators

Combinatorial semigroups and induced/deduced operators Combinatorial semigroups and induced/deduced operators G. Stacey Staples Department of Mathematics and Statistics Southern Illinois University Edwardsville Modified Hypercubes Particular groups & semigroups

More information

On π-electron configuration of cyclopenta-derivatives of benzenoid hydrocarbons

On π-electron configuration of cyclopenta-derivatives of benzenoid hydrocarbons Indian Journal of Chemistry Vol. 49, July 010, pp. 853-860 On π-electron configuration of cyclopenta-derivatives of benzenoid hydrocarbons Ivan Gutman*, Jelena Đurđević, Dušan Bašić & Dragana Rašović Faculty

More information

On the Randić Index of Polyomino Chains

On the Randić Index of Polyomino Chains Applied Mathematical Sciences, Vol. 5, 2011, no. 5, 255-260 On the Randić Index of Polyomino Chains Jianguang Yang, Fangli Xia and Shubo Chen Department of Mathematics, Hunan City University Yiyang, Hunan

More information

Latin squares: Equivalents and equivalence

Latin squares: Equivalents and equivalence Latin squares: Equivalents and equivalence 1 Introduction This essay describes some mathematical structures equivalent to Latin squares and some notions of equivalence of such structures. According to

More information

Discrete Math. Background Knowledge/Prior Skills Commutative and associative properties Solving systems of equations

Discrete Math. Background Knowledge/Prior Skills Commutative and associative properties Solving systems of equations Discrete Math Numbers and Operations Standard: Understands and applies concepts of numbers and operations. Power 1: Understands numbers, ways of representing numbers, relationships among numbers, and number

More information

INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS

INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS Discussiones Mathematicae Graph Theory 32 (2012) 5 17 INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS Ismail Sahul Hamid Department of Mathematics The Madura College Madurai, India e-mail: sahulmat@yahoo.co.in

More information

Edge colored complete bipartite graphs with trivial automorphism groups

Edge colored complete bipartite graphs with trivial automorphism groups Edge colored complete bipartite graphs with trivial automorphism groups Michael J. Fisher Garth Isaak Abstract We determine the values of s and t for which there is a coloring of the edges of the complete

More information

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer A Generalized Algorithm for Computing Matching Polynomials using Determinants Asa Scherer April 17, 2007 Abstract We discuss the connection between determinants of modified matching matrices and the matching

More information

Topics in Graph Theory

Topics in Graph Theory Topics in Graph Theory September 4, 2018 1 Preliminaries A graph is a system G = (V, E) consisting of a set V of vertices and a set E (disjoint from V ) of edges, together with an incidence function End

More information

THE GRAPHS WHOSE PERMANENTAL POLYNOMIALS ARE SYMMETRIC

THE GRAPHS WHOSE PERMANENTAL POLYNOMIALS ARE SYMMETRIC Discussiones Mathematicae Graph Theory 38 (2018) 233 243 doi:10.7151/dmgt.1986 THE GRAPHS WHOSE PERMANENTAL POLYNOMIALS ARE SYMMETRIC Wei Li Department of Applied Mathematics, School of Science Northwestern

More information

1 Counting spanning trees: A determinantal formula

1 Counting spanning trees: A determinantal formula Math 374 Matrix Tree Theorem Counting spanning trees: A determinantal formula Recall that a spanning tree of a graph G is a subgraph T so that T is a tree and V (G) = V (T ) Question How many distinct

More information

Matching Polynomials of Graphs

Matching Polynomials of Graphs Spectral Graph Theory Lecture 25 Matching Polynomials of Graphs Daniel A Spielman December 7, 2015 Disclaimer These notes are not necessarily an accurate representation of what happened in class The notes

More information

The Interlace Polynomial of Graphs at 1

The Interlace Polynomial of Graphs at 1 The Interlace Polynomial of Graphs at 1 PN Balister B Bollobás J Cutler L Pebody July 3, 2002 Department of Mathematical Sciences, University of Memphis, Memphis, TN 38152 USA Abstract In this paper we

More information

Prime Factorization in the Generalized Hierarchical Product

Prime Factorization in the Generalized Hierarchical Product Prime Factorization in the Generalized Hierarchical Product Sarah Anderson and Kirsti Wash Clemson University sarah5,kirstiw@clemson.edu January 18, 2014 Background Definition A graph G = (V, E) is a set

More information

Bounds on parameters of minimally non-linear patterns

Bounds on parameters of minimally non-linear patterns Bounds on parameters of minimally non-linear patterns P.A. CrowdMath Department of Mathematics Massachusetts Institute of Technology Massachusetts, U.S.A. crowdmath@artofproblemsolving.com Submitted: Jan

More information

On minors of the compound matrix of a Laplacian

On minors of the compound matrix of a Laplacian On minors of the compound matrix of a Laplacian R. B. Bapat 1 Indian Statistical Institute New Delhi, 110016, India e-mail: rbb@isid.ac.in August 28, 2013 Abstract: Let L be an n n matrix with zero row

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations & Systems of Linear Equations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

More information

REPRESENTATION THEORY OF S n

REPRESENTATION THEORY OF S n REPRESENTATION THEORY OF S n EVAN JENKINS Abstract. These are notes from three lectures given in MATH 26700, Introduction to Representation Theory of Finite Groups, at the University of Chicago in November

More information

Zero-Sum Flows in Regular Graphs

Zero-Sum Flows in Regular Graphs Zero-Sum Flows in Regular Graphs S. Akbari,5, A. Daemi 2, O. Hatami, A. Javanmard 3, A. Mehrabian 4 Department of Mathematical Sciences Sharif University of Technology Tehran, Iran 2 Department of Mathematics

More information

The Number of Independent Sets in a Regular Graph

The Number of Independent Sets in a Regular Graph Combinatorics, Probability and Computing (2010) 19, 315 320. c Cambridge University Press 2009 doi:10.1017/s0963548309990538 The Number of Independent Sets in a Regular Graph YUFEI ZHAO Department of Mathematics,

More information

Topological indices: the modified Schultz index

Topological indices: the modified Schultz index Topological indices: the modified Schultz index Paula Rama (1) Joint work with Paula Carvalho (1) (1) CIDMA - DMat, Universidade de Aveiro The 3rd Combinatorics Day - Lisboa, March 2, 2013 Outline Introduction

More information

THE GENERALIZED ZAGREB INDEX OF CAPRA-DESIGNED PLANAR BENZENOID SERIES Ca k (C 6 )

THE GENERALIZED ZAGREB INDEX OF CAPRA-DESIGNED PLANAR BENZENOID SERIES Ca k (C 6 ) Open J Math Sci, Vol 1(2017), No 1, pp 44-51 ISSN 2523-0212 Website: http://wwwopenmathsciencecom THE GENERALIZED ZAGREB INDEX OF CAPRA-DESIGNED PLANAR BENZENOID SERIES Ca k (C 6 ) MUHAMMAD S SARDAR, SOHAIL

More information

Group Colorability of Graphs

Group Colorability of Graphs Group Colorability of Graphs Hong-Jian Lai, Xiankun Zhang Department of Mathematics West Virginia University, Morgantown, WV26505 July 10, 2004 Abstract Let G = (V, E) be a graph and A a non-trivial Abelian

More information

Zero sum partition of Abelian groups into sets of the same order and its applications

Zero sum partition of Abelian groups into sets of the same order and its applications Zero sum partition of Abelian groups into sets of the same order and its applications Sylwia Cichacz Faculty of Applied Mathematics AGH University of Science and Technology Al. Mickiewicza 30, 30-059 Kraków,

More information

Bulletin of the Iranian Mathematical Society

Bulletin of the Iranian Mathematical Society ISSN: 117-6X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 4 (14), No. 6, pp. 1491 154. Title: The locating chromatic number of the join of graphs Author(s): A. Behtoei

More information

Correlation of domination parameters with physicochemical properties of octane isomers

Correlation of domination parameters with physicochemical properties of octane isomers Correlation of domination parameters with physicochemical properties of octane isomers Sunilkumar M. Hosamani Department of mathematics, Rani Channamma University, Belgaum, India e-mail: sunilkumar.rcu@gmail.com

More information

DOMINO TILING. Contents 1. Introduction 1 2. Rectangular Grids 2 Acknowledgments 10 References 10

DOMINO TILING. Contents 1. Introduction 1 2. Rectangular Grids 2 Acknowledgments 10 References 10 DOMINO TILING KASPER BORYS Abstract In this paper we explore the problem of domino tiling: tessellating a region with x2 rectangular dominoes First we address the question of existence for domino tilings

More information

The Structure of the Jacobian Group of a Graph. A Thesis Presented to The Division of Mathematics and Natural Sciences Reed College

The Structure of the Jacobian Group of a Graph. A Thesis Presented to The Division of Mathematics and Natural Sciences Reed College The Structure of the Jacobian Group of a Graph A Thesis Presented to The Division of Mathematics and Natural Sciences Reed College In Partial Fulfillment of the Requirements for the Degree Bachelor of

More information

A short course on matching theory, ECNU Shanghai, July 2011.

A short course on matching theory, ECNU Shanghai, July 2011. A short course on matching theory, ECNU Shanghai, July 2011. Sergey Norin LECTURE 3 Tight cuts, bricks and braces. 3.1. Outline of Lecture Ear decomposition of bipartite graphs. Tight cut decomposition.

More information

arxiv: v1 [math.co] 20 Dec 2016

arxiv: v1 [math.co] 20 Dec 2016 F-POLYNOMIAL FORMULA FROM CONTINUED FRACTIONS MICHELLE RABIDEAU arxiv:1612.06845v1 [math.co] 20 Dec 2016 Abstract. For cluster algebras from surfaces, there is a known formula for cluster variables and

More information

Hexagonal Chains with Segments of Equal Lengths Having Distinct Sizes and the Same Wiener Index

Hexagonal Chains with Segments of Equal Lengths Having Distinct Sizes and the Same Wiener Index MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 78 (2017) 121-132 ISSN 0340-6253 Hexagonal Chains with Segments of Equal Lengths Having Distinct Sizes and

More information

Cost-Constrained Matchings and Disjoint Paths

Cost-Constrained Matchings and Disjoint Paths Cost-Constrained Matchings and Disjoint Paths Kenneth A. Berman 1 Department of ECE & Computer Science University of Cincinnati, Cincinnati, OH Abstract Let G = (V, E) be a graph, where the edges are weighted

More information

USING GRAPHS AND GAMES TO GENERATE CAP SET BOUNDS

USING GRAPHS AND GAMES TO GENERATE CAP SET BOUNDS USING GRAPHS AND GAMES TO GENERATE CAP SET BOUNDS JOSH ABBOTT AND TREVOR MCGUIRE Abstract. Let F 3 be the field with 3 elements and consider the k- dimensional affine space, F k 3, over F 3. A line of

More information

Near-domination in graphs

Near-domination in graphs Near-domination in graphs Bruce Reed Researcher, Projet COATI, INRIA and Laboratoire I3S, CNRS France, and Visiting Researcher, IMPA, Brazil Alex Scott Mathematical Institute, University of Oxford, Oxford

More information

On non-hamiltonian circulant digraphs of outdegree three

On non-hamiltonian circulant digraphs of outdegree three On non-hamiltonian circulant digraphs of outdegree three Stephen C. Locke DEPARTMENT OF MATHEMATICAL SCIENCES, FLORIDA ATLANTIC UNIVERSITY, BOCA RATON, FL 33431 Dave Witte DEPARTMENT OF MATHEMATICS, OKLAHOMA

More information

RESEARCH ARTICLE. An extension of the polytope of doubly stochastic matrices

RESEARCH ARTICLE. An extension of the polytope of doubly stochastic matrices Linear and Multilinear Algebra Vol. 00, No. 00, Month 200x, 1 15 RESEARCH ARTICLE An extension of the polytope of doubly stochastic matrices Richard A. Brualdi a and Geir Dahl b a Department of Mathematics,

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Majorizations for the Eigenvectors of Graph-Adjacency Matrices: A Tool for Complex Network Design

Majorizations for the Eigenvectors of Graph-Adjacency Matrices: A Tool for Complex Network Design Majorizations for the Eigenvectors of Graph-Adjacency Matrices: A Tool for Complex Network Design Rahul Dhal Electrical Engineering and Computer Science Washington State University Pullman, WA rdhal@eecs.wsu.edu

More information

H-E-Super magic decomposition of graphs

H-E-Super magic decomposition of graphs Electronic Journal of Graph Theory and Applications () (014), 115 18 H-E-Super magic decomposition of graphs S. P. Subbiah a, J. Pandimadevi b a Department of Mathematics Mannar Thirumalai Naicker College

More information

Acyclic and Oriented Chromatic Numbers of Graphs

Acyclic and Oriented Chromatic Numbers of Graphs Acyclic and Oriented Chromatic Numbers of Graphs A. V. Kostochka Novosibirsk State University 630090, Novosibirsk, Russia X. Zhu Dept. of Applied Mathematics National Sun Yat-Sen University Kaohsiung,

More information

Sign Patterns that Allow Diagonalizability

Sign Patterns that Allow Diagonalizability Georgia State University ScholarWorks @ Georgia State University Mathematics Dissertations Department of Mathematics and Statistics 12-10-2018 Sign Patterns that Allow Diagonalizability Christopher Michael

More information

Laplacian Integral Graphs with Maximum Degree 3

Laplacian Integral Graphs with Maximum Degree 3 Laplacian Integral Graphs with Maximum Degree Steve Kirkland Department of Mathematics and Statistics University of Regina Regina, Saskatchewan, Canada S4S 0A kirkland@math.uregina.ca Submitted: Nov 5,

More information

Permutation groups/1. 1 Automorphism groups, permutation groups, abstract

Permutation groups/1. 1 Automorphism groups, permutation groups, abstract Permutation groups Whatever you have to do with a structure-endowed entity Σ try to determine its group of automorphisms... You can expect to gain a deep insight into the constitution of Σ in this way.

More information

Czechoslovak Mathematical Journal

Czechoslovak Mathematical Journal Czechoslovak Mathematical Journal Varaporn Saenpholphat; Ping Zhang Connected resolvability of graphs Czechoslovak Mathematical Journal, Vol. 53 (2003), No. 4, 827 840 Persistent URL: http://dml.cz/dmlcz/127843

More information

Combinatorial Optimization

Combinatorial Optimization Combinatorial Optimization 2017-2018 1 Maximum matching on bipartite graphs Given a graph G = (V, E), find a maximum cardinal matching. 1.1 Direct algorithms Theorem 1.1 (Petersen, 1891) A matching M is

More information

Double domination in signed graphs

Double domination in signed graphs PURE MATHEMATICS RESEARCH ARTICLE Double domination in signed graphs P.K. Ashraf 1 * and K.A. Germina 2 Received: 06 March 2016 Accepted: 21 April 2016 Published: 25 July 2016 *Corresponding author: P.K.

More information

Root systems and optimal block designs

Root systems and optimal block designs Root systems and optimal block designs Peter J. Cameron School of Mathematical Sciences Queen Mary, University of London Mile End Road London E1 4NS, UK p.j.cameron@qmul.ac.uk Abstract Motivated by a question

More information