Two Laplacians for the distance matrix of a graph

Size: px
Start display at page:

Download "Two Laplacians for the distance matrix of a graph"

Transcription

1 Two Laplacians for the distance matrix of a graph Mustapha Aouchiche and Pierre Hansen GERAD and HEC Montreal, Canada CanaDAM 2013, Memorial University, June 1013 Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

2 PLAN 1 Adjacency related matrices 2 Distance Matrix 3 Distance Laplacian matrix 4 Distance signless Laplacian matrix Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

3 1. Adjacency related matrices Adjacency matrix For a graph G = (V, E) on n vertices, the adjacency matrix A = A(G) is the 01 n nmatrix indexed by the vertices of G and dened by a i,j = 1 if and only if ij E The (adjacency) spectrum (λ 1, λ 2,..., λ n) of G, with λ 1 λ 2 λ n, is the A's spectrum 2 A = Aspectrum : (3, 1, 0, 0, 2, 2) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

4 1. Adjacency related matrices Laplacian matrix The Laplacian of G is dened by L = L(G) = Deg A, where Deg is the diagonal matrix whose diagonal entries are the degrees in G, and A the adjacency matrix of G The Laplacian spectrum (µ 1, µ 2,..., µ n) of G, with µ 1 µ 2 µ n = 0, is the L's spectrum 2 L = Lspectrum : (5, 5, 3, 3, 2, 0) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

5 1. Adjacency related matrices Signless Laplacian matrix The signless Laplacian of G is dened by Q = Q(G) = Deg + A The Laplacian spectrum (q 1, q 2,..., q n) of G, with q 1 q 2 q n, is the Q's spectrum 2 Q = Qspectrum : (6, 4, 3, 3, 1, 1) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

6 2. Distance matrix Denition In a connected graph G the distance d(i, j) = d G (i, j) is the length of a shortest path between i and j The distance matrix D = D(G) of a connected graph G is the n nmatrix indexed by the vertices of G and where D i,j = d(i, j) The distance spectrum or Dspectrum is denoted by ( 1, 2,..., n) with 1 2 n 2 D = Dspectrum : (7, 0, 0, 2, 2, 3) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

7 3. Distance Laplacian Denition The transmission of a vertex i is the sum of all the distances from i to all other vertices t i = P j V d(i, j). The distance Laplacian matrix of G is dened by D L = Tr D, where Tr is the diagonal matrix whose diagonal entries are the transmissions in G The distance Laplacian spectrum or D L spectrum is denoted by ( L 1, L 2,..., L n ) with L 1 L 2 L n = 0 2 D L = D L spectrum : (10, 9, 9, 7, 7, 0) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

8 3. Distance Laplacian Examples of distance Laplacian spectra The complete graph K n : n (n 1), 0 (also the Laplacian spectrum) The complement of an edge K n e : n + 2, n (n 2), 0 The star S n : 2n 1 (n 2), n, 0 The complete bipartite graph K a,b : 2n a (b 1), 2n b (a 1), n, 0 The complete split graph SK n,α : `n + α α 1, n n α, 0 Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

9 3. Distance Laplacian Properties For any connected graph L n = 0 (with multiplicity m(0) = 1) m( L 1 ) n 1, equality holds only for K n Among trees L 1 2n 1, equality holds only for S n For L-spectra : µ 1(G) µ 1(G e) µ 2(G) µ 2(G e) µ n(g) = µ n(g e) = 0 There is no similar result for D L spectra The D L spectra of P 6 and C 6 are ( , 15, , 11, , 0) and (13, 13, 10, 9, 9, 0), respectively If e is an edge in G such that G e is connected, then L i (G e) L i (G), for i = 1, 2,..., n L i (G) L i (K n) = n, for i = 1, 2,... n 1 Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

10 3. Distance Laplacian Transmission regular graphs A connected graph G is ktransmission regular if t i = k, for i = 1, 2,, n If G is ktransmission regular with Dspectrum ( 1, 2,..., n), then (k n,... k 1) is the D L spectrum of G Moreover, the eigenspaces are the same A 7transmission regular regular Dspectrum : (7, 0, 0, 2, 2, 3) D L spectrum : (10, 9, 9, 7, 7, 0) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

11 3. Distance Laplacian Graphs of diameter 2 Let G be a graph of diameter D = 2, (µ 1, µ 2,..., µ n = 0) its L-spectrum and ( 1, 2,..., n = 0) its D L spectrum. Then i = 2n µ n i, for i = 1, 2,..., n 1. Moreover, the Leigenspaces and Deigenspaces coincide A 7transmission regular regular Lspectrum : (5, 5, 3, 3, 2, 0) D L spectrum : (10, 9, 9, 7, 7, 0) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

12 3. Distance Laplacian Similarities with the algebraic connectivity For the Laplacian L [Fiedler, 1973] : µ n 1 = 0 if and only if G is disconnected The multiplicity of 0 in the Lspectrum of G equals the number of connected components of G µ n 1 is called algebraic connectivity For the distance Laplacian D L : n is a D L eigenvalue of G if and only if the complement G is disconnected The multiplicity of n in the D L spectrum of G is 1 less than the number of connected components of G Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

13 3. Distance Laplacian Similarities with the algebraic connectivity Corollaries : 1 (G) n with equality if and only if G = K n If G is bipartite and n is a distance Laplacian eigenvalue of G, then G is complete bipartite The star S n is the only tree for which n is a distance Laplacian eigenvalue If the maximum degree = n 1, then n is a D L eigenvalue with multiplicity at least n (number of vertices of degree ) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

14 4. Distance signless Laplacian Denition The transmission of a vertex i is the sum of all the distances from i to all other vertices t i = P j V d(i, j). The distance Laplacian matrix of G is dened by D Q = Tr + D, where Tr is the diagonal matrix whose diagonal entries are the transmissions in G The distance Laplacian spectrum or D Q spectrum is denoted by ( Q 1, Q 2,..., Q n ) with Q 1 Q 2 Q n 2 D Q = D Q spectrum : (14, 7, 7, 5, 5, 4) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

15 4. Distance signless Laplacian Examples of distance signless Laplacian spectra For K n : 2n 2, n 2 (n 1) (also the signless Laplacian spectrum) «3n 2± (n 2) For K n e : 2 +16, n 2 (n 2) 2 «5n 8± 9n For S n : 2 32n+32, 2n 5 (n 2) 2 «5n 8± 9(a b) For K a,b : 2 +4ab, 2n a 4 (b 1), 2n b 4 (a 1) 2 Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

16 4. Distance signless Laplacian Properties For Q-spectra : q 1(G) q 1(G e) q 2(G) q 2(G e) q n(g) q n(g e) There is no similar result for D Q spectra The D Q spectra of P 6 and C 6 are ( , , , , , ) and (18, 9, 9, 8, 5, 5), respectively If e is an edge in G such that G e is connected, then Q i (G e) Q i (G), for i = 1, 2,..., n Q 1 (G) Q 1 (Kn) = 2n 2 with equality if and only if G = K n Q i (G) Q i (K n) = n 2, for i = 2, 3,..., n Q 2 (G) n 2 with equality if and only if G = K n Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

17 4. Distance signless Laplacian Transmission regular graphs 2Tr min 2Tr Q 1 (G) 2Tr max with equalities if and only if G is a transmission regular graph If G is ktransmission regular with Dspectrum ( 1, 2,..., n), then (k + 1, k + 2,..., k + n) is the D Q spectrum of G Moreover, the eigenspaces are the same A 7transmission regular regular Dspectrum : (7, 0, 0, 2, 2, 3) D L spectrum : (14, 7, 7, 5, 5, 4) Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

18 4. Distance signless Laplacian Bipartite components For the signless Laplacian : 0 is a Qeigenvalue of G if and only if G contains a bipartite component or an isolated vertex The multiplicity of 0 is equal to the number of bipartite components and isolated vertices For the distance signless Laplacian : If n 2 is a D Q eigenvalue of G with multiplicity m, then G contains at least m components, each of which is bipartite or an isolated vertex There exist graphs with a bipartite complement for which n 2 is not a D Q eigenvalue Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

19 4. Distance signless Laplacian Bipartite components G (left) with n = 5, Q > 3 and G (right) bipartite Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

20 The Petersen graph and its spectra Aouchiche & Hansen CanaDAM 2013, Memorial University, June / 20

A note on a conjecture for the distance Laplacian matrix

A note on a conjecture for the distance Laplacian matrix Electronic Journal of Linear Algebra Volume 31 Volume 31: (2016) Article 5 2016 A note on a conjecture for the distance Laplacian matrix Celso Marques da Silva Junior Centro Federal de Educação Tecnológica

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

The Signless Laplacian Spectral Radius of Graphs with Given Degree Sequences. Dedicated to professor Tian Feng on the occasion of his 70 birthday

The Signless Laplacian Spectral Radius of Graphs with Given Degree Sequences. Dedicated to professor Tian Feng on the occasion of his 70 birthday The Signless Laplacian Spectral Radius of Graphs with Given Degree Sequences Xiao-Dong ZHANG Ü À Shanghai Jiao Tong University xiaodong@sjtu.edu.cn Dedicated to professor Tian Feng on the occasion of his

More information

BOUNDS FOR LAPLACIAN SPECTRAL RADIUS OF THE COMPLETE BIPARTITE GRAPH

BOUNDS FOR LAPLACIAN SPECTRAL RADIUS OF THE COMPLETE BIPARTITE GRAPH Volume 115 No. 9 017, 343-351 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu BOUNDS FOR LAPLACIAN SPECTRAL RADIUS OF THE COMPLETE BIPARTITE GRAPH

More information

Journal of Mathematical Nanoscience. On borderenergetic and L-borderenergetic graphs

Journal of Mathematical Nanoscience. On borderenergetic and L-borderenergetic graphs Journal of Mathematical Nanoscienese 7 (2) (2017) 71 77 Journal of Mathematical Nanoscience Available Online at: http://jmathnano.sru.ac.ir On borderenergetic and L-borderenergetic graphs Mardjan Hakimi-Nezhaad

More information

A Sharp Upper Bound on Algebraic Connectivity Using Domination Number

A Sharp Upper Bound on Algebraic Connectivity Using Domination Number A Sharp Upper Bound on Algebraic Connectivity Using Domination Number M Aouchiche a, P Hansen a,b and D Stevanović c,d a GERAD and HEC Montreal, Montreal, Qc, CANADA b LIX, École Polytechnique, Palaiseau,

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

Spectra of the blow-up graphs

Spectra of the blow-up graphs Spectra of the blow-up graphs Carla Oliveira Leonardo de Lima and Vladimir Nikiforov arxiv:14120319v1 [mathsp] 1 Dec 2014 Abstract Let G be graph on n vertices and G (t) its blow-up graph of order t In

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

Les Cahiers du GERAD ISSN:

Les Cahiers du GERAD ISSN: Les Cahiers du GERAD ISSN: 0711 2440 Cospectrality of graphs with respect to distance matrices M. Aouchiche, P. Hansen G 2016 127 December 2016 Cette version est mise à votre disposition conformément à

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

On sum of powers of the Laplacian and signless Laplacian eigenvalues of graphs

On sum of powers of the Laplacian and signless Laplacian eigenvalues of graphs On sum of powers of the Laplacian and signless Laplacian eigenvalues of graphs Saieed Akbari 1,2 Ebrahim Ghorbani 1,2 Jacobus H. Koolen 3,4 Mohammad Reza Oboudi 1,2 1 Department of Mathematical Sciences

More information

On the distance and distance signless Laplacian eigenvalues of graphs and the smallest Gersgorin disc

On the distance and distance signless Laplacian eigenvalues of graphs and the smallest Gersgorin disc Electronic Journal of Linear Algebra Volume 34 Volume 34 (018) Article 14 018 On the distance and distance signless Laplacian eigenvalues of graphs and the smallest Gersgorin disc Fouzul Atik Indian Institute

More information

Linear algebra and applications to graphs Part 1

Linear algebra and applications to graphs Part 1 Linear algebra and applications to graphs Part 1 Written up by Mikhail Belkin and Moon Duchin Instructor: Laszlo Babai June 17, 2001 1 Basic Linear Algebra Exercise 1.1 Let V and W be linear subspaces

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

The spectral radius of edge chromatic critical graphs

The spectral radius of edge chromatic critical graphs The spectral radius of edge chromatic critical graphs Lihua Feng b, Jianxiang Cao c, Weijun Liu a,b, Shifeng Ding b, Henry Liu b a School of Science, Nantong University, Nantong, Jiangshu, 6019, China.

More information

Iowa State University and American Institute of Mathematics

Iowa State University and American Institute of Mathematics Matrix and Matrix and Iowa State University and American Institute of Mathematics ICART 2008 May 28, 2008 Inverse Eigenvalue Problem for a Graph () Problem for a Graph of minimum rank Specific matrices

More information

Spectral characterization of Signed Graphs

Spectral characterization of Signed Graphs University of Primorska, Koper May 2015 Signed Graphs Basic notions on Signed Graphs Matrices of Signed Graphs A signed graph Γ is an ordered pair (G, σ), where G = (V (G), E(G)) is a graph and σ : E(G)

More information

A New Spectral Technique Using Normalized Adjacency Matrices for Graph Matching 1

A New Spectral Technique Using Normalized Adjacency Matrices for Graph Matching 1 CHAPTER-3 A New Spectral Technique Using Normalized Adjacency Matrices for Graph Matching Graph matching problem has found many applications in areas as diverse as chemical structure analysis, pattern

More information

ELA A LOWER BOUND FOR THE SECOND LARGEST LAPLACIAN EIGENVALUE OF WEIGHTED GRAPHS

ELA A LOWER BOUND FOR THE SECOND LARGEST LAPLACIAN EIGENVALUE OF WEIGHTED GRAPHS A LOWER BOUND FOR THE SECOND LARGEST LAPLACIAN EIGENVALUE OF WEIGHTED GRAPHS ABRAHAM BERMAN AND MIRIAM FARBER Abstract. Let G be a weighted graph on n vertices. Let λ n 1 (G) be the second largest eigenvalue

More information

MATH 829: Introduction to Data Mining and Analysis Clustering II

MATH 829: Introduction to Data Mining and Analysis Clustering II his lecture is based on U. von Luxburg, A Tutorial on Spectral Clustering, Statistics and Computing, 17 (4), 2007. MATH 829: Introduction to Data Mining and Analysis Clustering II Dominique Guillot Departments

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 least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices

The least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices Electronic Journal of Linear Algebra Volume 26 Volume 26 (2013) Article 22 2013 The least eigenvalue of the signless Laplacian of non-bipartite unicyclic graphs with k pendant vertices Ruifang Liu rfliu@zzu.edu.cn

More information

The Adjacency Matrix, Standard Laplacian, and Normalized Laplacian, and Some Eigenvalue Interlacing Results

The Adjacency Matrix, Standard Laplacian, and Normalized Laplacian, and Some Eigenvalue Interlacing Results The Adjacency Matrix, Standard Laplacian, and Normalized Laplacian, and Some Eigenvalue Interlacing Results Frank J. Hall Department of Mathematics and Statistics Georgia State University Atlanta, GA 30303

More information

Cospectral bipartite graphs for the normalized Laplacian. Steven Paul Osborne. A dissertation submitted to the graduate faculty

Cospectral bipartite graphs for the normalized Laplacian. Steven Paul Osborne. A dissertation submitted to the graduate faculty Cospectral bipartite graphs for the normalized Laplacian by Steven Paul Osborne A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY

More information

Determinant of the distance matrix of a tree with matrix weights

Determinant of the distance matrix of a tree with matrix weights Determinant of the distance matrix of a tree with matrix weights R. B. Bapat Indian Statistical Institute New Delhi, 110016, India fax: 91-11-26856779, e-mail: rbb@isid.ac.in Abstract Let T be a tree with

More information

Normalized Laplacian spectrum of two new types of join graphs

Normalized Laplacian spectrum of two new types of join graphs Journal of Linear and Topological Algebra Vol. 6, No. 1, 217, 1-9 Normalized Laplacian spectrum of two new types of join graphs M. Hakimi-Nezhaad a, M. Ghorbani a a Department of Mathematics, Faculty of

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

On Hadamard Diagonalizable Graphs

On Hadamard Diagonalizable Graphs On Hadamard Diagonalizable Graphs S. Barik, S. Fallat and S. Kirkland Department of Mathematics and Statistics University of Regina Regina, Saskatchewan, Canada S4S 0A2 Abstract Of interest here is a characterization

More information

Inequalities for the spectra of symmetric doubly stochastic matrices

Inequalities for the spectra of symmetric doubly stochastic matrices Linear Algebra and its Applications 49 (2006) 643 647 wwwelseviercom/locate/laa Inequalities for the spectra of symmetric doubly stochastic matrices Rajesh Pereira a,, Mohammad Ali Vali b a Department

More information

arxiv: v2 [math.co] 27 Jul 2013

arxiv: v2 [math.co] 27 Jul 2013 Spectra of the subdivision-vertex and subdivision-edge coronae Pengli Lu and Yufang Miao School of Computer and Communication Lanzhou University of Technology Lanzhou, 730050, Gansu, P.R. China lupengli88@163.com,

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

Graphs determined by their (signless) Laplacian spectra

Graphs determined by their (signless) Laplacian spectra Electronic Journal of Linear Algebra Volume Volume (011) Article 6 011 Graphs determined by their (signless) Laplacian spectra Muhuo Liu liumuhuo@scau.edu.cn Bolian Liu Fuyi Wei Follow this and additional

More information

The Hierarchical Product of Graphs

The Hierarchical Product of Graphs The Hierarchical Product of Graphs Lali Barrière Francesc Comellas Cristina Dalfó Miquel Àngel Fiol Universitat Politècnica de Catalunya - DMA4 April 8, 2008 Outline 1 Introduction 2 Graphs and matrices

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

On the Normalized Laplacian Energy(Randić Energy)

On the Normalized Laplacian Energy(Randić Energy) On the Normalized Laplacian Energy(Randić Energy) Selçuk University, Konya/Turkey aysedilekmaden@selcuk.edu.tr SGA 2016- Spectral Graph Theory and Applications May 18-20, 2016 Belgrade, SERBIA Outline

More information

Inverse Perron values and connectivity of a uniform hypergraph

Inverse Perron values and connectivity of a uniform hypergraph Inverse Perron values and connectivity of a uniform hypergraph Changjiang Bu College of Automation College of Science Harbin Engineering University Harbin, PR China buchangjiang@hrbeu.edu.cn Jiang Zhou

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications 436 (2012) 99 111 Contents lists available at SciVerse ScienceDirect Linear Algebra and its Applications journal homepage: www.elsevier.com/locate/laa On weighted directed

More information

An Algorithmist s Toolkit September 10, Lecture 1

An Algorithmist s Toolkit September 10, Lecture 1 18.409 An Algorithmist s Toolkit September 10, 2009 Lecture 1 Lecturer: Jonathan Kelner Scribe: Jesse Geneson (2009) 1 Overview The class s goals, requirements, and policies were introduced, and topics

More information

1 Matrix notation and preliminaries from spectral graph theory

1 Matrix notation and preliminaries from spectral graph theory Graph clustering (or community detection or graph partitioning) is one of the most studied problems in network analysis. One reason for this is that there are a variety of ways to define a cluster or community.

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

Lecture 13: Spectral Graph Theory

Lecture 13: Spectral Graph Theory CSE 521: Design and Analysis of Algorithms I Winter 2017 Lecture 13: Spectral Graph Theory Lecturer: Shayan Oveis Gharan 11/14/18 Disclaimer: These notes have not been subjected to the usual scrutiny reserved

More information

On graphs with largest Laplacian eigenvalue at most 4

On graphs with largest Laplacian eigenvalue at most 4 AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 44 (2009), Pages 163 170 On graphs with largest Laplacian eigenvalue at most 4 G. R. Omidi Department of Mathematical Sciences Isfahan University of Technology

More information

EIGENVECTOR NORMS MATTER IN SPECTRAL GRAPH THEORY

EIGENVECTOR NORMS MATTER IN SPECTRAL GRAPH THEORY EIGENVECTOR NORMS MATTER IN SPECTRAL GRAPH THEORY Franklin H. J. Kenter Rice University ( United States Naval Academy 206) orange@rice.edu Connections in Discrete Mathematics, A Celebration of Ron Graham

More information

Improved Upper Bounds for the Laplacian Spectral Radius of a Graph

Improved Upper Bounds for the Laplacian Spectral Radius of a Graph Improved Upper Bounds for the Laplacian Spectral Radius of a Graph Tianfei Wang 1 1 School of Mathematics and Information Science Leshan Normal University, Leshan 614004, P.R. China 1 wangtf818@sina.com

More information

Copies of a rooted weighted graph attached to an arbitrary weighted graph and applications

Copies of a rooted weighted graph attached to an arbitrary weighted graph and applications Electronic Journal of Linear Algebra Volume 26 Volume 26 2013 Article 47 2013 Copies of a rooted weighted graph attached to an arbitrary weighted graph and applications Domingos M. Cardoso dcardoso@ua.pt

More information

Energies of Graphs and Matrices

Energies of Graphs and Matrices Energies of Graphs and Matrices Duy Nguyen T Parabola Talk October 6, 2010 Summary 1 Definitions Energy of Graph 2 Laplacian Energy Laplacian Matrices Edge Deletion 3 Maximum energy 4 The Integral Formula

More information

Extremal graphs for the sum of the two largest signless Laplacian eigenvalues

Extremal graphs for the sum of the two largest signless Laplacian eigenvalues Electronic Journal of Linear Algebra Volume 30 Volume 30 (2015) Article 41 2015 Extremal graphs for the sum of the two largest signless Laplacian eigenvalues Carla Silva Oliveira Escola Nacional de Ciencias

More information

TOWARDS A SPECTRAL THEORY OF GRAPHS BASED ON THE SIGNLESS LAPLACIAN, I. Dragoš Cvetković and Slobodan K. Simić

TOWARDS A SPECTRAL THEORY OF GRAPHS BASED ON THE SIGNLESS LAPLACIAN, I. Dragoš Cvetković and Slobodan K. Simić PUBLICATIONS DE L INSTITUT MATHÉMATIQUE Nouvelle série, tome 85(99) (2009), 19 33 DOI:10.2298/PIM0999019C TOWARDS A SPECTRAL THEORY OF GRAPHS BASED ON THE SIGNLESS LAPLACIAN, I Dragoš Cvetković and Slobodan

More information

Program (Day 1) Spectral mapping theorem and asymptotic behavior of quantum walks on infinite graphs

Program (Day 1) Spectral mapping theorem and asymptotic behavior of quantum walks on infinite graphs Program (Day 1) Nov.29 (Fri) Kawai Hall, Dept. of Math., Tohoku Univ. 9:25 9:30 10:10 10:20 11:00 11:10 11:50 14:00 14:40 14:50 15:30 15:40 16:30 18:00 Opening Address from Chair Spectral mapping theorem

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

Fiedler s Theorems on Nodal Domains

Fiedler s Theorems on Nodal Domains Spectral Graph Theory Lecture 7 Fiedler s Theorems on Nodal Domains Daniel A. Spielman September 19, 2018 7.1 Overview In today s lecture we will justify some of the behavior we observed when using eigenvectors

More information

The Minimal Rank Problem for Finite Fields. Wayne Barrett (BYU) Hein van der Holst (Eindhoven) Raphael Loewy (Technion) Don March (BYU)

The Minimal Rank Problem for Finite Fields. Wayne Barrett (BYU) Hein van der Holst (Eindhoven) Raphael Loewy (Technion) Don March (BYU) The Minimal Rank Problem for Finite Fields Wayne Barrett (BYU) Hein van der Holst (Eindhoven) Raphael Loewy (Technion) Don March (BYU) 12th ILAS Meeting - Regina June 26-29, 2005 References [BvdHL1] Barrett,

More information

On the nullity number of graphs

On the nullity number of graphs Electronic Journal of Graph Theory and Applications 5 (2) (2017), 335 346 On the nullity number of graphs Mustapha Aouchiche, Pierre Hansen GERAD and HEC Montréal, Montreal, Canada mustapha.aouchiche@gerad.ca,

More information

MATH 567: Mathematical Techniques in Data Science Clustering II

MATH 567: Mathematical Techniques in Data Science Clustering II This lecture is based on U. von Luxburg, A Tutorial on Spectral Clustering, Statistics and Computing, 17 (4), 2007. MATH 567: Mathematical Techniques in Data Science Clustering II Dominique Guillot Departments

More information

Chapter 2 Spectra of Finite Graphs

Chapter 2 Spectra of Finite Graphs Chapter 2 Spectra of Finite Graphs 2.1 Characteristic Polynomials Let G = (V, E) be a finite graph on n = V vertices. Numbering the vertices, we write down its adjacency matrix in an explicit form of n

More information

Extremal Graphs for Randić Energy

Extremal Graphs for Randić Energy MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 77 (2017) 77-84 ISSN 0340-6253 Extremal Graphs for Randić Energy Kinkar Ch. Das, Shaowei Sun Department

More information

Spectra of the generalized edge corona of graphs

Spectra of the generalized edge corona of graphs Discrete Mathematics, Algorithms and Applications Vol 0, No 08) 85000 0 pages) c World Scientific Publishing Company DOI: 04/S7938309850007 Spectra of the generalized edge corona of graphs Yanyan Luo and

More information

A Survey on Energy of Graphs

A Survey on Energy of Graphs Annals of Pure and Applied Mathematics Vol. 8, No. 2, 2014, 183-191 ISSN: 2279-087X (P), 2279-0888(online) Published on 17 December 2014 www.researchmathsci.org Annals of A Survey on Energy of Graphs S.Meenakshi

More information

Lecture 1: Graphs, Adjacency Matrices, Graph Laplacian

Lecture 1: Graphs, Adjacency Matrices, Graph Laplacian Lecture 1: Graphs, Adjacency Matrices, Graph Laplacian Radu Balan January 31, 2017 G = (V, E) An undirected graph G is given by two pieces of information: a set of vertices V and a set of edges E, G =

More information

Fiedler s Theorems on Nodal Domains

Fiedler s Theorems on Nodal Domains Spectral Graph Theory Lecture 7 Fiedler s Theorems on Nodal Domains Daniel A Spielman September 9, 202 7 About these notes These notes are not necessarily an accurate representation of what happened in

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

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

BSc: 1973: Electrical engineering (from Faculty of Electrical Engineering,

BSc: 1973: Electrical engineering (from Faculty of Electrical Engineering, Personal data: Slobodan K. Simić Curriculum Vitae Date and place of birth: July 24, 1948, Belgrade, Serbia Addresses: Mathematical institute SANU, Knez Mihailova 36, 11000 Belgrade, Serbia (email: sksimic@mi.sanu.ac.rs)

More information

On energy, Laplacian energy and p-fold graphs

On energy, Laplacian energy and p-fold graphs Electronic Journal of Graph Theory and Applications 3 (1) (2015), 94 107 On energy, Laplacian energy and p-fold graphs Hilal A. Ganie a, S. Pirzada b, Edy Tri Baskoro c a Department of Mathematics, University

More information

Toughness, connectivity and the spectrum of regular graphs

Toughness, connectivity and the spectrum of regular graphs Outline Toughness, connectivity and the spectrum of regular graphs Xiaofeng Gu (University of West Georgia) Joint work with S.M. Cioabă (University of Delaware) AEGT, August 7, 2017 Outline Outline 1 Toughness

More information

Energy, Laplacian Energy and Zagreb Index of Line Graph, Middle Graph and Total Graph

Energy, Laplacian Energy and Zagreb Index of Line Graph, Middle Graph and Total Graph Int. J. Contemp. Math. Sciences, Vol. 5, 21, no. 18, 895-9 Energy, Laplacian Energy and Zagreb Index of Line Graph, Middle Graph and Total Graph Zhongzhu Liu Department of Mathematics, South China Normal

More information

Spectra of Weighted Directed Graphs. Debajit Kalita. Doctor of Philosophy

Spectra of Weighted Directed Graphs. Debajit Kalita. Doctor of Philosophy Spectra of Weighted Directed Graphs A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy by Debajit Kalita to the Department of Mathematics Indian Institute

More information

LIST OF SELECTED PAPERS SLOBODAN K. SIMIĆ April 2017

LIST OF SELECTED PAPERS SLOBODAN K. SIMIĆ April 2017 LIST OF SELECTED PAPERS SLOBODAN K. SIMIĆ April 2017 (1) A. Al-Azemi, M. An delić, S.K. Simić, Eigenvalue location for chain graphs, Linear Algebra Appl., 505(2016), 194-210. (2) F. Belardo, E.M. Li Marzi,

More information

Spectral Graph Theory

Spectral Graph Theory Spectral Graph Theory Aaron Mishtal April 27, 2016 1 / 36 Outline Overview Linear Algebra Primer History Theory Applications Open Problems Homework Problems References 2 / 36 Outline Overview Linear Algebra

More information

Conditioning of the Entries in the Stationary Vector of a Google-Type Matrix. Steve Kirkland University of Regina

Conditioning of the Entries in the Stationary Vector of a Google-Type Matrix. Steve Kirkland University of Regina Conditioning of the Entries in the Stationary Vector of a Google-Type Matrix Steve Kirkland University of Regina June 5, 2006 Motivation: Google s PageRank algorithm finds the stationary vector of a stochastic

More information

Markov Chains and Spectral Clustering

Markov Chains and Spectral Clustering Markov Chains and Spectral Clustering Ning Liu 1,2 and William J. Stewart 1,3 1 Department of Computer Science North Carolina State University, Raleigh, NC 27695-8206, USA. 2 nliu@ncsu.edu, 3 billy@ncsu.edu

More information

The spectrum of the edge corona of two graphs

The spectrum of the edge corona of two graphs Electronic Journal of Linear Algebra Volume Volume (1) Article 4 1 The spectrum of the edge corona of two graphs Yaoping Hou yphou@hunnu.edu.cn Wai-Chee Shiu Follow this and additional works at: http://repository.uwyo.edu/ela

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

Laplacian spectral radius of trees with given maximum degree

Laplacian spectral radius of trees with given maximum degree Available online at www.sciencedirect.com Linear Algebra and its Applications 429 (2008) 1962 1969 www.elsevier.com/locate/laa Laplacian spectral radius of trees with given maximum degree Aimei Yu a,,1,

More information

This article was originally published in a journal published by Elsevier, and the attached copy is provided by Elsevier for the author s benefit and for the benefit of the author s institution, for non-commercial

More information

THE NORMALIZED LAPLACIAN MATRIX AND

THE NORMALIZED LAPLACIAN MATRIX AND THE NORMALIZED LAPLACIAN MATRIX AND GENERAL RANDIĆ INDEX OF GRAPHS A Thesis Submitted to the Faculty of Graduate Studies and Research In Partial Fulfillment of the Requirements for the Degree of Doctor

More information

arxiv: v2 [math.co] 24 Mar 2011

arxiv: v2 [math.co] 24 Mar 2011 The non-bipartite integral graphs with spectral radius three TAEYOUNG CHUNG E-mail address: tae7837@postech.ac.kr JACK KOOLEN arxiv:1011.6133v2 [math.co] 24 Mar 2011 Department of Mathematics, POSTECH,

More information

Part I: Preliminary Results. Pak K. Chan, Martine Schlag and Jason Zien. Computer Engineering Board of Studies. University of California, Santa Cruz

Part I: Preliminary Results. Pak K. Chan, Martine Schlag and Jason Zien. Computer Engineering Board of Studies. University of California, Santa Cruz Spectral K-Way Ratio-Cut Partitioning Part I: Preliminary Results Pak K. Chan, Martine Schlag and Jason Zien Computer Engineering Board of Studies University of California, Santa Cruz May, 99 Abstract

More information

On the inverse matrix of the Laplacian and all ones matrix

On the inverse matrix of the Laplacian and all ones matrix On the inverse matrix of the Laplacian and all ones matrix Sho Suda (Joint work with Michio Seto and Tetsuji Taniguchi) International Christian University JSPS Research Fellow PD November 21, 2012 Sho

More information

Graph fundamentals. Matrices associated with a graph

Graph fundamentals. Matrices associated with a graph Graph fundamentals Matrices associated with a graph Drawing a picture of a graph is one way to represent it. Another type of representation is via a matrix. Let G be a graph with V (G) ={v 1,v,...,v n

More information

Smith Normal Form and Acyclic Matrices

Smith Normal Form and Acyclic Matrices Smith Normal Form and Acyclic Matrices In-Jae Kim and Bryan L Shader Department of Mathematics University of Wyoming Laramie, WY 82071, USA July 30, 2006 Abstract An approach, based on the Smith Normal

More information

LAPLACIAN ENERGY OF UNION AND CARTESIAN PRODUCT AND LAPLACIAN EQUIENERGETIC GRAPHS

LAPLACIAN ENERGY OF UNION AND CARTESIAN PRODUCT AND LAPLACIAN EQUIENERGETIC GRAPHS Kragujevac Journal of Mathematics Volume 39() (015), Pages 193 05. LAPLACIAN ENERGY OF UNION AND CARTESIAN PRODUCT AND LAPLACIAN EQUIENERGETIC GRAPHS HARISHCHANDRA S. RAMANE 1, GOURAMMA A. GUDODAGI 1,

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

Spectra of Adjacency and Laplacian Matrices

Spectra of Adjacency and Laplacian Matrices Spectra of Adjacency and Laplacian Matrices Definition: University of Alicante (Spain) Matrix Computing (subject 3168 Degree in Maths) 30 hours (theory)) + 15 hours (practical assignment) Contents 1. Spectra

More information

An Introduction to Algebraic Graph Theory

An Introduction to Algebraic Graph Theory An Introduction to Algebraic Graph Theory Rob Beezer beezer@ups.edu Department of Mathematics and Computer Science University of Puget Sound Mathematics Department Seminar Pacific University October 9,

More information

Laplacian Energy of Graphs

Laplacian Energy of Graphs Laplacian Energy of Graphs Sigma Xi Research Exhibition Claire T. Carney Library Uniersity of Massachusetts Dartmouth April 28 th & 29 th, 2009 Leanne R. Silia & Gary E. Dais Department of Mathematics

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications 430 (2009) 532 543 Contents lists available at ScienceDirect Linear Algebra and its Applications journal homepage: wwwelseviercom/locate/laa Computing tight upper bounds

More information

The Laplacian spectrum of a mixed graph

The Laplacian spectrum of a mixed graph Linear Algebra and its Applications 353 (2002) 11 20 www.elsevier.com/locate/laa The Laplacian spectrum of a mixed graph Xiao-Dong Zhang a,, Jiong-Sheng Li b a Department of Mathematics, Shanghai Jiao

More information

MATH 567: Mathematical Techniques in Data Science Clustering II

MATH 567: Mathematical Techniques in Data Science Clustering II Spectral clustering: overview MATH 567: Mathematical Techniques in Data Science Clustering II Dominique uillot Departments of Mathematical Sciences University of Delaware Overview of spectral clustering:

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 3 (0) 333 343 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/disc The Randić index and the diameter of graphs Yiting Yang a,

More information

ELA QUADRATIC FORMS ON GRAPHS WITH APPLICATION TO MINIMIZING THE LEAST EIGENVALUE OF SIGNLESS LAPLACIAN OVER BICYCLIC GRAPHS

ELA QUADRATIC FORMS ON GRAPHS WITH APPLICATION TO MINIMIZING THE LEAST EIGENVALUE OF SIGNLESS LAPLACIAN OVER BICYCLIC GRAPHS QUADRATIC FORMS ON GRAPHS WITH APPLICATION TO MINIMIZING THE LEAST EIGENVALUE OF SIGNLESS LAPLACIAN OVER BICYCLIC GRAPHS GUI-DONG YU, YI-ZHENG FAN, AND YI WANG Abstract. Given a graph and a vector defined

More information

The Distance Spectrum

The Distance Spectrum The Distance Spectrum of a Tree Russell Merris DEPARTMENT OF MATHEMATICS AND COMPUTER SClENCE CALlFORNlA STATE UNlVERSlN HAYWARD, CAL lfornla ABSTRACT Let T be a tree with line graph T*. Define K = 21

More information

For a square matrix A, we let q(a) denote the number of distinct eigenvalues of A. For a graph G, we define. q(g) = min{q(a) : A S(G)}.

For a square matrix A, we let q(a) denote the number of distinct eigenvalues of A. For a graph G, we define. q(g) = min{q(a) : A S(G)}. MINIMUM NUMBER OF DISTINCT EIGENVALUES OF GRAPHS BAHMAN AHMADI, FATEMEH ALINAGHIPOUR, MICHAEL S. CAVERS, SHAUN FALLAT, KAREN MEAGHER, AND SHAHLA NASSERASR Abstract. The minimum number of distinct eigenvalues,

More information

Some constructions of integral graphs

Some constructions of integral graphs Some constructions of integral graphs A. Mohammadian B. Tayfeh-Rezaie School of Mathematics, Institute for Research in Fundamental Sciences (IPM), P.O. Box 19395-5746, Tehran, Iran ali m@ipm.ir tayfeh-r@ipm.ir

More information

Data Analysis and Manifold Learning Lecture 3: Graphs, Graph Matrices, and Graph Embeddings

Data Analysis and Manifold Learning Lecture 3: Graphs, Graph Matrices, and Graph Embeddings Data Analysis and Manifold Learning Lecture 3: Graphs, Graph Matrices, and Graph Embeddings Radu Horaud INRIA Grenoble Rhone-Alpes, France Radu.Horaud@inrialpes.fr http://perception.inrialpes.fr/ Outline

More information

Laplacian eigenvalues and optimality: II. The Laplacian of a graph. R. A. Bailey and Peter Cameron

Laplacian eigenvalues and optimality: II. The Laplacian of a graph. R. A. Bailey and Peter Cameron Laplacian eigenvalues and optimality: II. The Laplacian of a graph R. A. Bailey and Peter Cameron London Taught Course Centre, June 2012 The Laplacian of a graph This lecture will be about the Laplacian

More information

Markov Chains, Random Walks on Graphs, and the Laplacian

Markov Chains, Random Walks on Graphs, and the Laplacian Markov Chains, Random Walks on Graphs, and the Laplacian CMPSCI 791BB: Advanced ML Sridhar Mahadevan Random Walks! There is significant interest in the problem of random walks! Markov chain analysis! Computer

More information

Strongly Regular Decompositions of the Complete Graph

Strongly Regular Decompositions of the Complete Graph Journal of Algebraic Combinatorics, 17, 181 201, 2003 c 2003 Kluwer Academic Publishers. Manufactured in The Netherlands. Strongly Regular Decompositions of the Complete Graph EDWIN R. VAN DAM Edwin.vanDam@uvt.nl

More information

The Minimum Rank of Symmetric Matrices Described by a Graph: A Survey

The Minimum Rank of Symmetric Matrices Described by a Graph: A Survey Mathematics Publications Mathematics 10-2007 The Minimum Rank of Symmetric Matrices Described by a Graph: A Survey Shaun M. Fallat University of Regina Leslie Hogben Iowa State University, hogben@iastate.edu

More information