COUNTING AND ENUMERATING SPANNING TREES IN (di-) GRAPHS

Size: px
Start display at page:

Download "COUNTING AND ENUMERATING SPANNING TREES IN (di-) GRAPHS"

Transcription

1 COUNTING AND ENUMERATING SPANNING TREES IN (di-) GRAPHS Xuerong Yong Version of Feb 5, 9 pm, 06: New York Time 1

2 1 Introduction A directed graph (digraph) D is a pair (V, E): V is the vertex set of D, E the edge set of D. An edge e = (u, v), u, v V. (u, v) = (v, u)? An undirected graph (graph) G is a pair (V, E), where the edge set is of unordered pair of verties. (u, v) = (v, u) Self-loop, Path and Cycle, Degree of a Vertex u, Connected Graph, Tree Example: 2

3 A spanning tree in a graph G is a tree having same vertex set as G. A spanning tree in a digraph D is a rooted tree with the same vertex set as D: there is a vertex specified as the root, and from the root there is a path to any of verties of D and no cycle. Multiple edges and self-loops are permitted in any (di-)graph. 3

4 Figure 1: G has 3 spanning trees; D has 4 spanning trees rooted at vertex 1. Two Examples: A graph G and all its spanning trees A digraph D and all its (oriented) spanning trees rooted at vertex 1. The Main Problem: Given a (di-)graph, how many spanning trees does it have? 4

5 The number of spanning trees paid much attention. Long history, Representatives Matrix Tree Theorem (Kirchhoff, 1847) Kelman (1965, 1974) Boesch (1982, 1991) Stanley (1996, 1999) Knuth (1997) Yamaguchi (2004), Lyons (2005) Applications Analyze the reliability of networks; Design electrical circuits; Analyze energy of masers. 5

6 OUTLINE Introduction Counting the number of spanning trees in a (di-) graphs Graphs with the maximum number of spanning trees Algorithms for enumerating spanning trees Possible research trends 6

7 Figure 2: Graph G and its reduced graphs G 1 and G 2. 2 Counting the numbers of spanning trees in (di-)graphs Basic combinatorial method Let T (G) be the number of spanning trees in G. Let e = (u, v) be any edge in G. Define G 1 = G with e deleted; G 2 = G with u and v contracted together. Then T (G) = T (G 1 ) + T (G 2 ). So what? 7

8 Algebraically We need some definitions. Given G with vertex set {v 1, v 2,, v n }. The adjacency matrix A of G is a n n matrix whose (i, j)-entry is a ij where a ij is the number of edges between v i and v j. For matrix A = (a ij ) n n, the cofactor of the (i, j)-entry is ( 1) i+j det A ij where A ij is a (n 1) (n 1) matrix derived from A by deleting i-th row and j-th column. Define a diagonal matrix B = diag(d 1, d 2,, d n ) where d i is the degree of v i. 8

9 Matrix T ree T heorem a very basic theorem (Kirchhoff, 1847) Let H = B A. Then T (G) is equal to any cofactor of H. H is usually called Kirchhoff matrix, sometimes, Laplacian matrix or Lucacian matrix of G. Its proof follows from the basic combinatorial idea, the multilinearity of the determinants and induction on the numbers of edges and vertices in the graph. There is a similar result for digraph. 9

10 Figure 3: Example graph. The Kirchhoff matrix H = B A of G is H = So T (G) = ( 1) =

11 Kelmans and Chelnokov s method (1974): The eigenvalues of G are the eigenvalues of its adjacency matrix. For G with n vertices, let H be the Kirchhoff matrix of G and µ 1 µ 2 µ n (= 0) be the eigenvalues of H. Then T (G) = 1 n n 1 j=1 µ j. Similar formulas hold for digraphs. 11

12 Cont d Sachs s method (1962): If G is a regular graph of degree r, then T (G) = 1 n n 1 j=1 (r λ j ), where λ 1 λ 2 λ n = r are the eigenvalues of G. Example: Petersen graph is a regular graph of degree 3. (1) Its eigenvalues are: 3, 1, 1, 1, 1, 1, 2, 2, 2, 2. (2) Eigenvalues of its Kirchhoff matrix: 0, 2, 2, 2, 2, 2, 5, 5, 5, 5. Number of its spanning trees: = (van Lint and Wilson, 1992) 12

13 Figure 4: The Petersen graph. Why Still Working On? Even though there are known methods for counting the number, further research is still necessary. Generally, the methods are not feasible for counting the number of spanning trees, especially for large graphs. For comparing the numbers of spanning trees in different classes of graphs, exact formulas are needed. In applications, many graphs are special. And for these graphs it is possible to derive exact recurrence formulas for the number of spanning trees. Recurrence formulas usually give the exact values in computation! 13

14 Known Results: Cayley s tree formula for complete graph K n : T (K n ) = n n 2. There are formulas for the numbers of spanning trees in the following special classes of graphs. Some of them will be mentioned later. Complete prism Fan Point wheel Ladder Moebius Ladder Cocktail party graph k-dimensional lattice Complete multipartite graph Multi-star related graph Some circulant graphs 14

15 Figure 5: Two examples of circulant graphs. 2.1 Spanning trees in circulant graphs Let 1 s 1 < s 2 < < s k be integers. Undirected circulant graph C s 1,s 2,,s k n : there are n vertices labeled 0, 1, 2,, n 1, with each vertex i (0 i n 1) adjacent to 2k vertices i ± s 1, i ± s 2,, i ± s k mod n. Examples of two circulant graphs: C5 1,2 and C6 2,3. Directed circulant graph C s 1,s 2,,s k n : digraph on n vertices 0, 1, 2,, n 1; for each vertex i (0 i n 1), there are k arcs from i to vertices i + s 1, i + s 2,, i + s k mod n. 15

16 Some Recurrence Formulas T (Cn 1,2 ) = nfn, 2 F n are F ibonacci numbers. (Conjectured by Bedrosian (1973), and by Boesch and Wang (1982), proven by Kleitman and Golden (1975), and Prodinger (1986). A much simpler proof given by Yong and Zhang (1994). T (C 1,3 n ) = na 2 n, a n = 2a n 1 + 2a n 3 a n 4, a 1 = 1, a 2 = 2 2, a 3 = 5, a 4 = 5 2. (Yong, Talip and Acenjian, 1997) T (C 2,3 n ) = na 2 n, a n = a n 1 + a n 2 + a n 3 a n 4, a 1 = 1, a 2 = 1, a 3 = 1, a 4 = 3. (Zhang, Yong and Golin, 2000) T ( C 2,3 n ) = na n, a n = a n 1 + 2a n 2 + 2a n 3 4a n 4, a 1 = 1, a 2 = 1, a 3 = 1, a 4 = 5. (Zhang, Yong and Golin, 2000) 16

17 General Results for Circulant Graphs T (C s 1,s 2,,s k n ) = na 2 n, (Golin, Yong and Zhang, 2000) where a n satisfies a recurrence relation of the form n 2 sk 1, a n = 2 s k 1 i=1 b i a n i. The initial values of a n and coefficients b i (1 i 2 sk 1 ) can be found using Matrix Tree Theorem. T ( C s 1,s 2,,s k n ) = na n, (Golin, Yong and Zhang, 2000) where a n satisfies a linear recurrence relation of order 2 sk 1 with initial conditions and coefficients. When n tends to infinity (Zhang, Yong, 1999) T ( C s 1,s 2,,s k n+1 )/T ( C s 1,s 2,,s k n ) k. Similar result was obtained recently for the undirected case (Golin, Yong, Zhang, 2006). 17

18 An Example of Combinatorial Consideration Consider the graph L 1,2 n with n vertices {0, 1,, n 1} and with each vertex i (0 i n 2) adjacent to i + 1 and each vertex i (0 i n 3) adjacent to i + 2. L 1,2 n is the multigraph derived from L 1,2 n+1 by combining the first two vertices into one. Then T (Ln 1,2 ) = T (L 1,2 n 1) + T (L 1,2 n 1), T (L 1,2 n ) = T (L 1,2 n 1) + 2T (L 1,2 n 1). with the initial conditions T (L2 1,2 ) = 1 and T (L 1,2 2 ) = 2. Sovling these equations T (L 1,2 n ) = ((3 5)( = F 2n 2, 5 where F n are F ibonacci numbers. (Kleitman and Golden, 1975) ) n (3 + 5)( 3 5 ) n ) 2 18

19 2.2 Spanning Trees in Some Composite Graphs Let G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) be two graphs with disjoint vertex sets. The join G = G 1 + G 2 : V = V 1 V 2, E = E 1 E 2 {uv u V 1, v V 2 }. The lexicographic product G = G 1 [G 2 ]: V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 u 2 E 1 or u 1 = u 2 and v 1 v 2 E 2 }. The Cartesian product G = G 1 G 2 : V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 = u 2 and v 1 v 2 E 2 or u 1 u 2 E 1 and v 1 = v 2 }. The categorical product G = G 1 G 2 : V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 u 2 E 1 and v 1 v 2 E 2 }. The strong product G = G 1 G 2 : V = V 1 V 2, E is the union of the edge sets of the Cartesian product and categorical product of G 1 and G 2. 19

20 Figure 6: Graphs G 1 and G 2 and their composite graphs. G 1 + G 2 : V = V 1 V 2, E = E 1 E 2 {uv u V 1, v V 2 }; G 1 [G 2 ] : V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 u 2 E 1 or u 1 = u 2 and v 1 v 2 E 2 }; G 1 G 2 : V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 = u 2 and v 1 v 2 E 2 or u 1 u 2 E 1 and v 1 = v 2 }; G 1 G 2 : V = V 1 V 2, E = {(u 1, v 1 )(u 2, v 2 ) u 1 u 2 E 1 and v 1 v 2 E 2 }; G 1 G 2 : V = V 1 V 2, E = Union of edges in G 1 G 2 and G 1 G 2. 20

21 L-eigenvalues of Composite Graphs: L-eigenvalues of G are the eigenvalues of its Laplacian matrix of G. Let L-eigenvalues of G 1 : λ 1 (= 0), λ 2,, λ n ; L-eigenvalues of G 2 : µ 1 (= 0), µ 2,, µ m. L-igenvalues of G 1 + G 2 : (join) 0, m+n, λ 2 +m,, λ n +m and µ 2 +n,, µ m +n. L-eigenvalues of K m [G]: (lexicographic p.) 0, mn of order m 1, and λ i + (m 1)n of order m for each i = 2, 3,, n. L-eigenvalues of K p,q [G]: (lexicographic p.) 0, np of order q 1, nq of order p 1, λ i +np of order q and λ i + nq of order p for each i = 2, 3,, n. L-eigenvalues of G[K m ]: (lexicographic p.) mλ i, (d i +1)m of order m 1 for each i = 1, 2,, n. L-eigenvalues of G 1 G 2 : (Cartesian p.) λ i + µ j (i = 1, 2,, n; j = 1, 2,, m). 21

22 Figure 7: The complete prism R 3 (3) = K 3 C 3. The numbers of spanning trees in composite graphs Complete prism graph R n (m) = K m C n : (Cartesian p.) T (R n (m)) = n m [(m+2+ m 2 +4m 2 ) n + ( m+2 m 2 +4m 2 ) n 2] m 1. (Bedrosian and Prodinger, 1986) 22

23 Con t Figure 8: The wheel W 7 = K 1 + C 6. Point wheel graph W n = K 1 + C n 1 : (join) T (W n ) = ( ) n 1 + ( ) n 1 2. (Bedrosian and Prodinger, 1986) 23

24 Con t Figure 9: The ladder L 5 = K 2 P 5. Ladder graph L n = K 2 P n : (Cartesian p.) T (L n ) = [(2 + 3) n (2 3) n ]. (Bedrosian and Prodinger, 1986) 24

25 Con t Figure 10: The Moebius ladder M 5. Moebius ladder graph M n : (Cartesian p.) formed from K 2 P n by adding edge from the first vertex on one copy of P n to the last vertex on the second copy of P n and an edge from the first vertex on the second copy to the last vertex on the first copy. T (M n ) = n 2 [((2 + 3) n + (2 3) n + 2]. (Bedrosian and Prodinger, 1986) 25

26 Con t Figure 11: A graph isomorphic to P 5 P 5. Consider the graph on mn vertices {(x, y) 1 x m, 1 y n}, with (x, y) adjacent to (x, y ) if and only if x x = y y = 1. This graph is isomorphic to P m P n (categorical p.) which consists of two disjoint subgraphs EC m,n OC m,n = {(x, y) x + y is even}, = {(x, y) x + y is odd}. If mn is even, then EC m,n and OC m,n are isomorphic. Stanley (1996) conjectured that T (OC 2n+1,2n+1 ) = 4T (EC 2n+1,2n+1 ) and Knuth (1997) proved it. 26

27 3 Graphs with maximum number of spanning trees G(n, e): class of graphs with n vertices and e edges. t-optimal graph: has maximum number of spanning trees among G(n, e). The general problem of finding t-optimal graph is open. Partial known results: A cycle in which each edge is replaced by k multiple edges has less trees than any other 2k-connected graph with the same numbers of vertices and edges. (Lomonosov and Polesskiĭ, 1972) A graph is called almost-regular if the degrees of any two vertices differ by no more than one. Any t-optimal graph must be almost-regular. (Leggett and Bedrosian, 1965) 27

28 Figure 12: An exemplification for t-optimal graph. Example. Remove three edges from complete graph K 6. All possible configurations of the removed edges are shown in Figure 12. Each deleted case actually represents different equivalent cases. The corresponding graphs have spanning trees: 384, 360, 336, 324, 300. Case 1 generates a t-optimal graph. 28

29 A few more results In removal of m edges (m n/2) from the complete graph K n, the retained graph is t- optimal when the removed edges are not adjacent. (Moustakides and Bedrosian, 1980) If G is a complete s-partite graph, then G is the unique simple graph that has the maximum number of spanning trees among graphs with same numbers of vertices and edges. (Cheng, 1981) Most recent papers are for very special graphs: t-optimal graph in G(n, e), e = an + b, where a, b are consts. 29

30 4 Enumerating spanning trees Let N = # of spanning trees in G. For graphs, Gabow and Myers (1978) gave an algorithm in O(NV ) time. This algorithm is optimal if all spanning trees are required to be output explicitly. Kapoor and Ramesh designed an algorithm (1991) which runs in O(N + V + E) time and uses O(V E) space. In their algorithm, the spanning trees are not output explicitly. For weighted graphs, Gabow (1977) gave an algorithm that outputs sorted trees in O(NE + N log N) time. Later, Kapoor and Ramesh (1995) improved it to O(N log V + V E). For digraphs, Kapoor and Ramesh (2000) gave an algorithm which has running time O(NV + V 3 ) and needs O(V 2 ) space. 30

31 No efficient algorithm developed for enumerating all spanning trees in a graph The aim of the algorithm for enumerating all spanning trees in a graph G is to construct the computation tree C(G). The computation tree suffices to generate all spanning trees of G. Each vertex x of C(G) has a spanning tree S x of G associated with it. The root of C(G) can be any spanning tree. Repetitions of spanning trees are avoided by maintaining two sets, IN and OUT, at each node of C(G) and using inclusion/exclusion principle. For the root r of C(G), IN r and OUT r are both empty. 31

32 Figure 13: The part of computation tree C(G). (Con t) Let x be any vertex of C(G). f is an edge of G. f S x and f OUT x. Let the fundamental cycle of f with respect to S x contain the following edges of S x IN x : (e 1, e 2,, e k ). Then x has sons B i, 1 i k + 1. For 1 i k, B i corresponds to the spanning tree obtained by replacing e i by f. B k+1 corresponds to the tree same with S x. For the sons of x, the IN and OUT sets are defined as: IN Bj OUT Bj IN Bk+1 OUT Bk+1 = IN x {e 1, e 2,, e j 1 } {f}, for 1 j k = OUT x {e j }, for 1 j k = IN x = OUT x {f} 32

33 The Techniques used mostly are: Combinatorial Analysis Graph Spectra Matrix Theory 33

34 The Difficulities of the Problem are: Combinatorial approaches can only attack those very special (di-)graphs. Algebraic approaches involve in estimating the distribution of eigenvalues. This is usually hard for large graphs. Enumurating Methods obtained so far are exponential in complexity. New method? 34

35 Therefore, bounding the number of spanning trees Lower bounding the number Upper bounding the number Asymptotic analysis BUT THE BOUNDS OBTAINED ARE VERY ROUGH! 35

36 5 Research trends Research about the number of spanning trees is continuing and very active. Possible Problems would be: Find more special graphs in application and count the number of spanning trees. Analyze the asymptotic properties of the number of spanning trees. Solve the t-optimal graph problem. Design efficient algorithms for enumerating the spanning trees in directed graphs. 36

On the number of spanning trees of K m n ± G graphs

On the number of spanning trees of K m n ± G graphs Discrete Mathematics and Theoretical Computer Science DMTCS vol 8, 006, 35 48 On the number of spanning trees of K m n ± G graphs Stavros D Nikolopoulos and Charis Papadopoulos Department of Computer Science,

More information

Laplacians of Graphs, Spectra and Laplacian polynomials

Laplacians of Graphs, Spectra and Laplacian polynomials Laplacians of Graphs, Spectra and Laplacian polynomials Lector: Alexander Mednykh Sobolev Institute of Mathematics Novosibirsk State University Winter School in Harmonic Functions on Graphs and Combinatorial

More information

Laplacians of Graphs, Spectra and Laplacian polynomials

Laplacians of Graphs, Spectra and Laplacian polynomials Mednykh A. D. (Sobolev Institute of Math) Laplacian for Graphs 27 June - 03 July 2015 1 / 30 Laplacians of Graphs, Spectra and Laplacian polynomials Alexander Mednykh Sobolev Institute of Mathematics Novosibirsk

More information

Laplacian for Graphs Exercises 1.

Laplacian for Graphs Exercises 1. Laplacian for Graphs Exercises 1. Instructor: Mednykh I. A. Sobolev Institute of Mathematics Novosibirsk State University Winter School in Harmonic Functions on Graphs and Combinatorial Designs 20-24 January,

More information

The number of spanning trees in a new lexicographic product of graphs

The number of spanning trees in a new lexicographic product of graphs RESEARCH PAPER SCIENCE CHINA Information Sciences doi: 101007/s11432-014-5110-z The number of spanning trees in a new lexicographic product of graphs LIANG Dong 13 LIFeng 123 & XU ZongBen 13 1 Institute

More information

Counting Spanning Trees and Other Structures in Non-constant-jump Circulant Graphs (Extended Abstract)

Counting Spanning Trees and Other Structures in Non-constant-jump Circulant Graphs (Extended Abstract) Counting Spanning Trees and Other Structures in Non-constant-jump Circulant Graphs (Extended Abstract) Mordecai J. Golin, Yiu Cho Leung, and Yajun Wang Department of Computer Science, HKUST, Clear Water

More information

Applied Mathematics Letters

Applied Mathematics Letters Applied Mathematics Letters (009) 15 130 Contents lists available at ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml Spectral characterizations of sandglass graphs

More information

HOMEWORK #2 - MATH 3260

HOMEWORK #2 - MATH 3260 HOMEWORK # - MATH 36 ASSIGNED: JANUARAY 3, 3 DUE: FEBRUARY 1, AT :3PM 1) a) Give by listing the sequence of vertices 4 Hamiltonian cycles in K 9 no two of which have an edge in common. Solution: Here is

More information

An Introduction to Spectral Graph Theory

An Introduction to Spectral Graph Theory An Introduction to Spectral Graph Theory Mackenzie Wheeler Supervisor: Dr. Gary MacGillivray University of Victoria WheelerM@uvic.ca Outline Outline 1. How many walks are there from vertices v i to v j

More information

Spanning Trees Exercises 2. Solutions

Spanning Trees Exercises 2. Solutions Spanning Trees Exercises 2. Solutions Instructor: Mednykh I. A. Sobolev Institute of Mathematics Novosibirsk State University Winter School in Harmonic Functions on Graphs and Combinatorial Designs 20-24

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

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

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

Spanning trees on the Sierpinski gasket

Spanning trees on the Sierpinski gasket Spanning trees on the Sierpinski gasket Shu-Chiuan Chang (1997-2002) Department of Physics National Cheng Kung University Tainan 70101, Taiwan and Physics Division National Center for Theoretical Science

More information

On rationality of generating function for the number of spanning trees in circulant graphs

On rationality of generating function for the number of spanning trees in circulant graphs On rationality of generating function for the number of spanning trees in circulant graphs A. D. Mednykh, 1 I. A. Mednykh, arxiv:1811.03803v1 [math.co] 9 Nov 018 Abstract Let F(x) = τ(n)x n be the generating

More information

1.10 Matrix Representation of Graphs

1.10 Matrix Representation of Graphs 42 Basic Concepts of Graphs 1.10 Matrix Representation of Graphs Definitions: In this section, we introduce two kinds of matrix representations of a graph, that is, the adjacency matrix and incidence matrix

More information

Group connectivity of certain graphs

Group connectivity of certain graphs Group connectivity of certain graphs Jingjing Chen, Elaine Eschen, Hong-Jian Lai May 16, 2005 Abstract Let G be an undirected graph, A be an (additive) Abelian group and A = A {0}. A graph G is A-connected

More information

COUNTING ROOTED FORESTS IN A NETWORK

COUNTING ROOTED FORESTS IN A NETWORK COUNTING ROOTED FORESTS IN A NETWORK OLIVER KNILL Abstract. If F, G are two n m matrices, then det(1+xf T G) = P x P det(f P )det(g P ) where the sum is over all minors [19]. An application is a new proof

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

On the Sandpile Group of Circulant Graphs

On the Sandpile Group of Circulant Graphs On the Sandpile Group of Circulant Graphs Anna Comito, Jennifer Garcia, Justin Rivera, Natalie Hobson, and Luis David Garcia Puente (Dated: October 9, 2016) Circulant graphs are of interest in many areas

More information

ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL

ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL ALTERNATING KNOT DIAGRAMS, EULER CIRCUITS AND THE INTERLACE POLYNOMIAL P. N. BALISTER, B. BOLLOBÁS, O. M. RIORDAN AND A. D. SCOTT Abstract. We show that two classical theorems in graph theory and a simple

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

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

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D).

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D). 1.3. VERTEX DEGREES 11 1.3 Vertex Degrees Vertex Degree for Undirected Graphs: Let G be an undirected graph and x V (G). The degree d G (x) of x in G: the number of edges incident with x, each loop counting

More information

Some Edge-magic Cubic Graphs

Some Edge-magic Cubic Graphs Some Edge-magic Cubic Graphs W. C. Shiu Department of Mathematics Hong Kong Baptist University 4 Waterloo Road, Kowloon Tong Hong Kong, China. and Sin-Min Lee Department of Mathematics and Computer Science

More information

Spanning Trees of Shifted Simplicial Complexes

Spanning Trees of Shifted Simplicial Complexes Art Duval (University of Texas at El Paso) Caroline Klivans (Brown University) Jeremy Martin (University of Kansas) Special Session on Extremal and Probabilistic Combinatorics University of Nebraska, Lincoln

More information

The super line graph L 2

The super line graph L 2 Discrete Mathematics 206 (1999) 51 61 www.elsevier.com/locate/disc The super line graph L 2 Jay S. Bagga a;, Lowell W. Beineke b, Badri N. Varma c a Department of Computer Science, College of Science and

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications xxx (2008) xxx xxx Contents lists available at ScienceDirect Linear Algebra and its Applications journal homepage: wwwelseviercom/locate/laa Graphs with three distinct

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

On the distance signless Laplacian spectral radius of graphs and digraphs

On the distance signless Laplacian spectral radius of graphs and digraphs Electronic Journal of Linear Algebra Volume 3 Volume 3 (017) Article 3 017 On the distance signless Laplacian spectral radius of graphs and digraphs Dan Li Xinjiang University,Urumqi, ldxjedu@163.com Guoping

More information

4 Packing T-joins and T-cuts

4 Packing T-joins and T-cuts 4 Packing T-joins and T-cuts Introduction Graft: A graft consists of a connected graph G = (V, E) with a distinguished subset T V where T is even. T-cut: A T -cut of G is an edge-cut C which separates

More information

DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE

DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE Discussiones Mathematicae Graph Theory 30 (2010 ) 335 347 DECOMPOSITIONS OF MULTIGRAPHS INTO PARTS WITH THE SAME SIZE Jaroslav Ivančo Institute of Mathematics P.J. Šafári University, Jesenná 5 SK-041 54

More information

Chapter 9: Relations Relations

Chapter 9: Relations Relations Chapter 9: Relations 9.1 - Relations Definition 1 (Relation). Let A and B be sets. A binary relation from A to B is a subset R A B, i.e., R is a set of ordered pairs where the first element from each pair

More information

Chapter V DIVISOR GRAPHS

Chapter V DIVISOR GRAPHS i J ' Chapter V DIVISOR GRAPHS Divisor graphs 173 CHAPTER V DIVISOR GRAPHS 5.1 Introduction In this chapter we introduce the concept of a divisor graph. Adivisor graph 0(8) of a finite subset S of Zis

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

Packing of Rigid Spanning Subgraphs and Spanning Trees

Packing of Rigid Spanning Subgraphs and Spanning Trees Packing of Rigid Spanning Subgraphs and Spanning Trees Joseph Cheriyan Olivier Durand de Gevigney Zoltán Szigeti December 14, 2011 Abstract We prove that every 6k + 2l, 2k-connected simple graph contains

More information

Energy of Graphs. Sivaram K. Narayan Central Michigan University. Presented at CMU on October 10, 2015

Energy of Graphs. Sivaram K. Narayan Central Michigan University. Presented at CMU on October 10, 2015 Energy of Graphs Sivaram K. Narayan Central Michigan University Presented at CMU on October 10, 2015 1 / 32 Graphs We will consider simple graphs (no loops, no multiple edges). Let V = {v 1, v 2,..., v

More information

Spanning Trees in Grid Graphs

Spanning Trees in Grid Graphs Spanning Trees in Grid Graphs Paul Raff arxiv:0809.2551v1 [math.co] 15 Sep 2008 July 25, 2008 Abstract A general method is obtained for finding recurrences involving the number of spanning trees of grid

More information

On Some Three-Color Ramsey Numbers for Paths

On Some Three-Color Ramsey Numbers for Paths On Some Three-Color Ramsey Numbers for Paths Janusz Dybizbański, Tomasz Dzido Institute of Informatics, University of Gdańsk Wita Stwosza 57, 80-952 Gdańsk, Poland {jdybiz,tdz}@inf.ug.edu.pl and Stanis

More information

Graph polynomials from simple graph sequences

Graph polynomials from simple graph sequences Graph polynomials from simple graph sequences Delia Garijo 1 Andrew Goodall 2 Patrice Ossona de Mendez 3 Jarik Nešetřil 2 1 University of Seville, Spain 2 Charles University, Prague, Czech Republic 3 CAMS,

More information

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems

Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Using Laplacian Eigenvalues and Eigenvectors in the Analysis of Frequency Assignment Problems Jan van den Heuvel and Snežana Pejić Department of Mathematics London School of Economics Houghton Street,

More information

Course Info. Instructor: Office hour: 804, Tuesday, 2pm-4pm course homepage:

Course Info. Instructor:  Office hour: 804, Tuesday, 2pm-4pm course homepage: Combinatorics Course Info Instructor: yinyt@nju.edu.cn, yitong.yin@gmail.com Office hour: 804, Tuesday, 2pm-4pm course homepage: http://tcs.nju.edu.cn/wiki/ Textbook van Lint and Wilson, A course in Combinatorics,

More information

Packing and decomposition of graphs with trees

Packing and decomposition of graphs with trees Packing and decomposition of graphs with trees Raphael Yuster Department of Mathematics University of Haifa-ORANIM Tivon 36006, Israel. e-mail: raphy@math.tau.ac.il Abstract Let H be a tree on h 2 vertices.

More information

Spanning Trees and a Conjecture of Kontsevich

Spanning Trees and a Conjecture of Kontsevich Annals of Combinatorics 2 (1998) 351-363 Annals of Combinatorics Springer-Verlag 1998 Spanning Trees and a Conjecture of Kontsevich Richard P. Stanley Department of Mathematics, Massachusetts Institute

More information

Combinatorial Optimization

Combinatorial Optimization Combinatorial Optimization Problem set 8: solutions 1. Fix constants a R and b > 1. For n N, let f(n) = n a and g(n) = b n. Prove that f(n) = o ( g(n) ). Solution. First we observe that g(n) 0 for all

More information

On the number of cycles in a graph with restricted cycle lengths

On the number of cycles in a graph with restricted cycle lengths On the number of cycles in a graph with restricted cycle lengths Dániel Gerbner, Balázs Keszegh, Cory Palmer, Balázs Patkós arxiv:1610.03476v1 [math.co] 11 Oct 2016 October 12, 2016 Abstract Let L be a

More information

BOUNDS ON THE FIBONACCI NUMBER OF A MAXIMAL OUTERPLANAR GRAPH

BOUNDS ON THE FIBONACCI NUMBER OF A MAXIMAL OUTERPLANAR GRAPH BOUNDS ON THE FIBONACCI NUMBER OF A MAXIMAL OUTERPLANAR GRAPH Ahmad Fawzi Alameddine Dept. of Math. Sci., King Fahd University of Petroleum and Minerals, Dhahran 11, Saudi Arabia (Submitted August 1) 1.

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Combinatorial and physical content of Kirchhoff polynomials

Combinatorial and physical content of Kirchhoff polynomials Combinatorial and physical content of Kirchhoff polynomials Karen Yeats May 19, 2009 Spanning trees Let G be a connected graph, potentially with multiple edges and loops in the sense of a graph theorist.

More information

Notes. Relations. Introduction. Notes. Relations. Notes. Definition. Example. Slides by Christopher M. Bourke Instructor: Berthe Y.

Notes. Relations. Introduction. Notes. Relations. Notes. Definition. Example. Slides by Christopher M. Bourke Instructor: Berthe Y. Relations Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Spring 2006 Computer Science & Engineering 235 Introduction to Discrete Mathematics Sections 7.1, 7.3 7.5 of Rosen cse235@cse.unl.edu

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

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

CLASSIFICATION OF TREES EACH OF WHOSE ASSOCIATED ACYCLIC MATRICES WITH DISTINCT DIAGONAL ENTRIES HAS DISTINCT EIGENVALUES

CLASSIFICATION OF TREES EACH OF WHOSE ASSOCIATED ACYCLIC MATRICES WITH DISTINCT DIAGONAL ENTRIES HAS DISTINCT EIGENVALUES Bull Korean Math Soc 45 (2008), No 1, pp 95 99 CLASSIFICATION OF TREES EACH OF WHOSE ASSOCIATED ACYCLIC MATRICES WITH DISTINCT DIAGONAL ENTRIES HAS DISTINCT EIGENVALUES In-Jae Kim and Bryan L Shader Reprinted

More information

Laplacian and Random Walks on Graphs

Laplacian and Random Walks on Graphs Laplacian and Random Walks on Graphs Linyuan Lu University of South Carolina Selected Topics on Spectral Graph Theory (II) Nankai University, Tianjin, May 22, 2014 Five talks Selected Topics on Spectral

More information

5. Partitions and Relations Ch.22 of PJE.

5. Partitions and Relations Ch.22 of PJE. 5. Partitions and Relations Ch. of PJE. We now generalize the ideas of congruence classes of Z to classes of any set X. The properties of congruence classes that we start with here are that they are disjoint

More information

A Blossoming Algorithm for Tree Volumes of Composite Digraphs

A Blossoming Algorithm for Tree Volumes of Composite Digraphs A Blossoming Algorithm for Tree Volumes of Composite Digraphs Victor J. W. Guo Center for Combinatorics, LPMC, Nankai University, Tianjin 30007, People s Republic of China Email: jwguo@eyou.com Abstract.

More information

MINIMALLY NON-PFAFFIAN GRAPHS

MINIMALLY NON-PFAFFIAN GRAPHS MINIMALLY NON-PFAFFIAN GRAPHS SERGUEI NORINE AND ROBIN THOMAS Abstract. We consider the question of characterizing Pfaffian graphs. We exhibit an infinite family of non-pfaffian graphs minimal with respect

More information

Non-Recursively Constructible Recursive Families of Graphs

Non-Recursively Constructible Recursive Families of Graphs Non-Recursively Constructible Recursive Families of Graphs Colleen Bouey Department of Mathematics Loyola Marymount College Los Angeles, CA 90045, USA cbouey@lion.lmu.edu Aaron Ostrander Dept of Math and

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

Relations Graphical View

Relations Graphical View Introduction Relations Computer Science & Engineering 235: Discrete Mathematics Christopher M. Bourke cbourke@cse.unl.edu Recall that a relation between elements of two sets is a subset of their Cartesian

More information

arxiv: v6 [math.co] 18 May 2015

arxiv: v6 [math.co] 18 May 2015 A survey on the skew energy of oriented graphs Xueliang Li 1, Huishu Lian 2 1 Center for Combinatorics and LPMC-TJKLC, Nankai University, Tianjin 300071, P.R. China lxl@nankai.edu.cn arxiv:1304.5707v6

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Section Summary. Relations and Functions Properties of Relations. Combining Relations

Section Summary. Relations and Functions Properties of Relations. Combining Relations Chapter 9 Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations Closures of Relations (not currently included

More information

New Constructions of Antimagic Graph Labeling

New Constructions of Antimagic Graph Labeling New Constructions of Antimagic Graph Labeling Tao-Ming Wang and Cheng-Chih Hsiao Department of Mathematics Tunghai University, Taichung, Taiwan wang@thu.edu.tw Abstract An anti-magic labeling of a finite

More information

Notes on the Matrix-Tree theorem and Cayley s tree enumerator

Notes on the Matrix-Tree theorem and Cayley s tree enumerator Notes on the Matrix-Tree theorem and Cayley s tree enumerator 1 Cayley s tree enumerator Recall that the degree of a vertex in a tree (or in any graph) is the number of edges emanating from it We will

More information

DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS

DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS AARON ABRAMS, DAVID GAY, AND VALERIE HOWER Abstract. We show that the discretized configuration space of k points in the n-simplex is homotopy equivalent

More information

0-Sum and 1-Sum Flows in Regular Graphs

0-Sum and 1-Sum Flows in Regular Graphs 0-Sum and 1-Sum Flows in Regular Graphs S. Akbari Department of Mathematical Sciences Sharif University of Technology Tehran, Iran School of Mathematics, Institute for Research in Fundamental Sciences

More information

Advanced Topics in Discrete Math: Graph Theory Fall 2010

Advanced Topics in Discrete Math: Graph Theory Fall 2010 21-801 Advanced Topics in Discrete Math: Graph Theory Fall 2010 Prof. Andrzej Dudek notes by Brendan Sullivan October 18, 2010 Contents 0 Introduction 1 1 Matchings 1 1.1 Matchings in Bipartite Graphs...................................

More information

Graphs and Their Applications (7)

Graphs and Their Applications (7) 11111111 I I I Graphs and Their Applications (7) by K.M. Koh* Department of Mathematics National University of Singapore, Singapore 117543 F.M. Dong and E.G. Tay Mathematics and Mathematics Education National

More information

Malaya J. Mat. 2(3)(2014)

Malaya J. Mat. 2(3)(2014) Malaya J Mat (3)(04) 80-87 On k-step Hamiltonian Bipartite and Tripartite Graphs Gee-Choon Lau a,, Sin-Min Lee b, Karl Schaffer c and Siu-Ming Tong d a Faculty of Comp & Mathematical Sciences, Universiti

More information

Bipartite graphs with at most six non-zero eigenvalues

Bipartite graphs with at most six non-zero eigenvalues Also available at http://amc-journal.eu ISSN 1855-3966 (printed edn.), ISSN 1855-3974 (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 11 (016) 315 35 Bipartite graphs with at most six non-zero eigenvalues

More information

Definition: A binary relation R from a set A to a set B is a subset R A B. Example:

Definition: A binary relation R from a set A to a set B is a subset R A B. Example: Chapter 9 1 Binary Relations Definition: A binary relation R from a set A to a set B is a subset R A B. Example: Let A = {0,1,2} and B = {a,b} {(0, a), (0, b), (1,a), (2, b)} is a relation from A to B.

More information

Applications of the Lopsided Lovász Local Lemma Regarding Hypergraphs

Applications of the Lopsided Lovász Local Lemma Regarding Hypergraphs Regarding Hypergraphs Ph.D. Dissertation Defense April 15, 2013 Overview The Local Lemmata 2-Coloring Hypergraphs with the Original Local Lemma Counting Derangements with the Lopsided Local Lemma Lopsided

More information

RON AHARONI, NOGA ALON, AND ELI BERGER

RON AHARONI, NOGA ALON, AND ELI BERGER EIGENVALUES OF K 1,k -FREE GRAPHS AND THE CONNECTIVITY OF THEIR INDEPENDENCE COMPLEXES RON AHARONI, NOGA ALON, AND ELI BERGER Abstract. Let G be a graph on n vertices, with maximal degree d, and not containing

More information

Aalborg Universitet. The number of independent sets in unicyclic graphs Pedersen, Anders Sune; Vestergaard, Preben Dahl. Publication date: 2005

Aalborg Universitet. The number of independent sets in unicyclic graphs Pedersen, Anders Sune; Vestergaard, Preben Dahl. Publication date: 2005 Aalborg Universitet The number of independent sets in unicyclic graphs Pedersen, Anders Sune; Vestergaard, Preben Dahl Publication date: 2005 Document Version Publisher's PDF, also known as Version of

More information

UNIVERSALLY OPTIMAL MATRICES AND FIELD INDEPENDENCE OF THE MINIMUM RANK OF A GRAPH. June 20, 2008

UNIVERSALLY OPTIMAL MATRICES AND FIELD INDEPENDENCE OF THE MINIMUM RANK OF A GRAPH. June 20, 2008 UNIVERSALLY OPTIMAL MATRICES AND FIELD INDEPENDENCE OF THE MINIMUM RANK OF A GRAPH LUZ M. DEALBA, JASON GROUT, LESLIE HOGBEN, RANA MIKKELSON, AND KAELA RASMUSSEN June 20, 2008 Abstract. The minimum rank

More information

Spectral Graph Theory

Spectral Graph Theory Spectral raph Theory to appear in Handbook of Linear Algebra, second edition, CCR Press Steve Butler Fan Chung There are many different ways to associate a matrix with a graph (an introduction of which

More information

The critical group of a graph

The critical group of a graph The critical group of a graph Peter Sin Texas State U., San Marcos, March th, 4. Critical groups of graphs Outline Laplacian matrix of a graph Chip-firing game Smith normal form Some families of graphs

More information

Decompositions of Balanced Complete Bipartite Graphs into Suns and Stars

Decompositions of Balanced Complete Bipartite Graphs into Suns and Stars International Journal of Contemporary Mathematical Sciences Vol. 13, 2018, no. 3, 141-148 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2018.8515 Decompositions of Balanced Complete Bipartite

More information

Spectral Characterization of Generalized Cocktail-Party Graphs

Spectral Characterization of Generalized Cocktail-Party Graphs Journal of Mathematical Research with Applications Nov., 01, Vol. 3, No. 6, pp. 666 67 DOI:10.3770/j.issn:095-651.01.06.005 Http://jmre.dlut.edu.cn Spectral Characterization of Generalized Cocktail-Party

More information

Tutte Polynomials with Applications

Tutte Polynomials with Applications Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 6 (26), pp. 4781 4797 Research India Publications http://www.ripublication.com/gjpam.htm Tutte Polynomials with Applications

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

Product distance matrix of a tree with matrix weights

Product distance matrix of a tree with matrix weights Product distance matrix of a tree with matrix weights R B Bapat Stat-Math Unit Indian Statistical Institute, Delhi 7-SJSS Marg, New Delhi 110 016, India email: rbb@isidacin Sivaramakrishnan Sivasubramanian

More information

Very few Moore Graphs

Very few Moore Graphs Very few Moore Graphs Anurag Bishnoi June 7, 0 Abstract We prove here a well known result in graph theory, originally proved by Hoffman and Singleton, that any non-trivial Moore graph of diameter is regular

More information

What you learned in Math 28. Rosa C. Orellana

What you learned in Math 28. Rosa C. Orellana What you learned in Math 28 Rosa C. Orellana Chapter 1 - Basic Counting Techniques Sum Principle If we have a partition of a finite set S, then the size of S is the sum of the sizes of the blocks of the

More information

Bicyclic digraphs with extremal skew energy

Bicyclic digraphs with extremal skew energy Electronic Journal of Linear Algebra Volume 3 Volume 3 (01) Article 01 Bicyclic digraphs with extremal skew energy Xiaoling Shen Yoaping Hou yphou@hunnu.edu.cn Chongyan Zhang Follow this and additional

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

NEW METHODS FOR MAGIC TOTAL LABELINGS OF GRAPHS

NEW METHODS FOR MAGIC TOTAL LABELINGS OF GRAPHS NEW METHODS FOR MAGIC TOTAL LABELINGS OF GRAPHS A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Inne Singgih IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE

More information

On the mean connected induced subgraph order of cographs

On the mean connected induced subgraph order of cographs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 71(1) (018), Pages 161 183 On the mean connected induced subgraph order of cographs Matthew E Kroeker Lucas Mol Ortrud R Oellermann University of Winnipeg Winnipeg,

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

Small Cycle Cover of 2-Connected Cubic Graphs

Small Cycle Cover of 2-Connected Cubic Graphs . Small Cycle Cover of 2-Connected Cubic Graphs Hong-Jian Lai and Xiangwen Li 1 Department of Mathematics West Virginia University, Morgantown WV 26505 Abstract Every 2-connected simple cubic graph of

More information

GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017)

GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017) GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017) C. Croitoru croitoru@info.uaic.ro FII November 12, 2017 1 / 33 OUTLINE Matchings Analytical Formulation of the Maximum Matching Problem Perfect Matchings

More information

A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo

A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo A lower bound for the Laplacian eigenvalues of a graph proof of a conjecture by Guo A. E. Brouwer & W. H. Haemers 2008-02-28 Abstract We show that if µ j is the j-th largest Laplacian eigenvalue, and d

More information

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016)

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) The final exam will be on Thursday, May 12, from 8:00 10:00 am, at our regular class location (CSI 2117). It will be closed-book and closed-notes, except

More information

A characterization of graphs by codes from their incidence matrices

A characterization of graphs by codes from their incidence matrices A characterization of graphs by codes from their incidence matrices Peter Dankelmann Department of Mathematics University of Johannesburg P.O. Box 54 Auckland Park 006, South Africa Jennifer D. Key pdankelmann@uj.ac.za

More information

Ma/CS 6b Class 23: Eigenvalues in Regular Graphs

Ma/CS 6b Class 23: Eigenvalues in Regular Graphs Ma/CS 6b Class 3: Eigenvalues in Regular Graphs By Adam Sheffer Recall: The Spectrum of a Graph Consider a graph G = V, E and let A be the adjacency matrix of G. The eigenvalues of G are the eigenvalues

More information

arxiv: v1 [math.co] 20 Sep 2012

arxiv: v1 [math.co] 20 Sep 2012 arxiv:1209.4628v1 [math.co] 20 Sep 2012 A graph minors characterization of signed graphs whose signed Colin de Verdière parameter ν is two Marina Arav, Frank J. Hall, Zhongshan Li, Hein van der Holst Department

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

The expansion of random regular graphs

The expansion of random regular graphs The expansion of random regular graphs David Ellis Introduction Our aim is now to show that for any d 3, almost all d-regular graphs on {1, 2,..., n} have edge-expansion ratio at least c d d (if nd is

More information

Basic graph theory 18.S995 - L26.

Basic graph theory 18.S995 - L26. Basic graph theory 18.S995 - L26 dunkel@math.mit.edu http://java.dzone.com/articles/algorithm-week-graphs-and no cycles Isomorphic graphs f(a) = 1 f(b) = 6 f(c) = 8 f(d) = 3 f(g) = 5 f(h) = 2 f(i) = 4

More information