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

Size: px
Start display at page:

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

Transcription

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

2 Graphs We will consider simple graphs (no loops, no multiple edges). Let V = {v 1, v 2,..., v n } denote the set of vertices. The edge set consists of unordered pairs of vertices. We assume G has m edges. Two vertices v i and v j are said to be adjacent if there is an edge {v i, v j } joining them. We denote this by v i v j. 2 / 32

3 Adjacency matrix Given a graph G with vertex set {v 1, v 2,..., v n } we define the adjacency matrix A = [a ij ] of G as follows: { 1 if v i v j a ij = 0 if v i v j A is a symmetric (0,1) matrix of trace zero. Two graphs G and G are isomorphic if and only if there exists a permutation matrix P of order n such that PAP T = A. 3 / 32

4 Adjacency matrix A sequence of l successively adjacent edges is called a walk of length l and is denoted by b 0, b 1, b 2,..., b l 1, b l. The vertices b 0 and b l are the end points of the walk. Let us form [ n ] A 2 = a it a tj, i, j = 1, 2,..., n. t=1 The element in the (i, j) position of A 2 equals the number of walks of length 2 with v i and v j as endpoints. The diagonal entries denote the number of closed walks of length 2. 4 / 32

5 Characteristic polynomial of G The polynomial φ(g, λ) = det(λi A) is called the characteristic polynomial of G. The collection of the n eigenvalues of A is called the spectrum of G. Theorem (Sachs Theorem) Let G be a graph with characteristic polynomial φ(g, λ) = n k=0 a k λ n k. Then for k 1, a k = S L k ( 1) ω(s) 2 c(s) where L k denotes the set of Sachs subgraphs of G with k vertices, that is, the subgraphs S in which every component is either a K 2 or a cycle; ω(s) is the number of connected components of S, and c(s) is the number of cycles contained in S. In addition, a 0 = 1. 5 / 32

6 Spectrum of G Since A is symmetric, the spectrum of G consists of n real numbers λ 1 λ 2... λ n 1 λ n. Because λ 1 λ i, i = 2, 3,..., n the eigenvalue λ 1 is called the spectral radius of G. The following relations are easy to establish: i. ii. iii. n λ i = 0 n λ 2 i = 2m λ i λ j = m i<j 6 / 32

7 Energy of G The following graph parameter was introduced by Ivan Gutman. Definition If G is an n-vertex graph and λ 1,..., λ n are its eigenvalues, then the energy of G is n E(G) = λ i. The term originates from Quantum Chemistry. In Hückel molecular orbital theory, the Hamiltonian operator is related to the adjacency matrix of a pertinently constructed graph. The total π electron energy has an expression similar to E(G). 7 / 32

8 The Coulson Integral Formula This formula for E(G) was obtained by Charles Coulson in Theorem E(G) = 1 π = 1 π [ ] n ıxφ (G, ıx) dx φ(g, ıx) [n x ddx ] ln φ(g, ıx) dx where G is a graph, φ(g, x) is the characteristic polynomial of G, φ (G, x) is its first derivative and (the principal value of the integral). t F (x)dx = lim F (x)dx t t 8 / 32

9 Bounds for E(G) Theorem (McClelland,1971) If G is a graph with n vertices, m edges and adjacency matrix A, then Proof. 2m + n(n 1) det A 2 n E(G) 2mn. ( n ) 2 By Cauchy-Schwarz inequality, λ i n n λ i 2 = 2mn. 9 / 32

10 Bounds for E(G), cont d Proof cont d. ( n ) 2 Observe that λ i = n λ 2 i + 2 λ i λ j. i<j Using AM-GM inequality we get 2 n(n 1) λ i λ j ( 2 n λ i λ j ) n(n 1) = ( λ i n 1 ) i<j i<j n = ( λ i ) 2 2 n = det(a) n. Hence E(G) 2 2m + n(n 1) det(a) 2 n. 2 n(n 1) 10 / 32

11 Bounds for E(G), cont d Corollary If det A 0, then E(G) 2m + n(n 1) n. Also, E(G) 2 = 2m + 2 i<j λ i λ j 2m + 2 i<j λ i λ j = 2m + 2 m = 4m. Proposition If G is a graph containing m edges, then 2 m E(G) 2m. Moreover, E(G) = 2 m holds if and only if G is a complete bipartite graph plus arbitrarily many isolated vertices and E(G) = 2m holds if and only if G is mk 2 and isolated vertices. 11 / 32

12 Strongly regular graphs Definition A graph G is said to be strongly regular with parameters (n, k, λ, µ) whenever G has n vertices, is regular of degree k, every pair of adjacent vertices has λ common neighbors, and every pair of distinct nonadjacent vertices has µ common neighbors. In terms of the adjacency matrix A, the definition translates into: A 2 = ki + λa + µ(j A I) where J is the all-ones matrix and J A I is the adjancency matrix of the complement of G. 12 / 32

13 Maximal Energy Graphs Theorem (Koolen and Moulton) The energy of a graph G on n vertices is at most n(1 + n)/2. Equality holds if and only if G is a strongly regular graph with parameters (n, (n + n)/2, (n + 2 n)/4, (n + 2 n)/4). 13 / 32

14 Graphs with extremal energies One of the fundamental questions in the study of graph energy is which graphs from a given class have minimal or maximal energy. Among tree graphs on n vertices the star has minimal energy and the path has maximal energy. Equienergetic graphs: non-isomorphic graphs that have the same energy. The smallest pair of equienergetic, noncospectral connected graphs of the same order are C 5 and W 1,4. 14 / 32

15 Generalization of E(G) For a graph G on n vertices, let M be a matrix associated with G. Let µ 1,..., µ n be the eigenvalues of M and let µ = tr(m) n be the average of µ 1,..., µ n. The M-energy of G is then defined as n E M (G) := µ i µ. For adjacency matrix A, E A (G) = E(G) since tr(a) = / 32

16 Laplacian matrix The classical Laplacian matrix of a graph G on n vertices is defined as L(G) = D(G) A(G) where D(G) = diag(deg(v 1 ),..., deg(v n )) and A(G) is the adjacency matrix. The normalized Laplacian matrix, L(G), of a graph G (with no isolated vertices) is given by 1 if i = j L ij = 1 if v i v j di d j 0 otherwise. 16 / 32

17 Laplacian Energy Definition Let µ 1,..., µ n be the eigenvalues of L(G). Then the Laplacian energy LE(G), is defined as LE(G) := n µ i 2m n. Definition Let µ 1,..., µ n be the eigenvalues of the normalized Laplacian matrix L(G). The normalized Laplacian energy NLE(G), is defined as NLE(G) := n µ i / 32

18 Remarks on LE(G) If the graph G consists of components G 1 and G 2, then E(G) = E(G 1 ) + E(G 2 ). If the graph G consists of components G 1 and G 2, and if G 1 and G 2 have equal average vertex degrees, then LE(G) = LE(G 1 ) + LE(G 2 ). Otherwise, the equality need not hold. LE(G) E(G) holds for bipartite graphs. (n LE(G) 2m ( ) ] 2m 2 n + 1) [2M n n where M = m (d i 2m n )2. 2 M LE(G) 2M 18 / 32

19 Edge deletion Let H be a subgraph of G. We denote by G H the subgraph of G obtained by removing the vertices of H. We denote by G E(H) the subgraph of G obtained by deleting all edges of H but retaining all vertices of H. Theorem (L. Buggy, A. Culiuc, K. McCall, N, D. Nguyen) Let H be an induced subgraph of a graph G. Suppose H is the union of H and vertices of G H as isolated vertices. Then LE(G) LE( H) LE(G E(H)) LE(G) + LE( H) where E(H) is the edge set of H. 19 / 32

20 Singular values of a matrix The singular values s 1 (A) s 2 (A)... s m (A) of a m n matrix A are the square roots of the eigenvalues of AA. Note that if A M n is a Hermitian (or real symmetric) matrix with eigenvalues µ 1,..., µ n then the singular values of A are the moduli of µ i. Proof of the previous theorem uses the following Ky Fan s inequality for singular values. Theorem (Ky Fan) Let X, Y, and Z be in M n (C) such that X + Y = Z. Then n n s i (X ) + s i (Y ) n s i (Z). 20 / 32

21 Edge deletion Corollary Suppose H is a single edge e of G and H consists of e and n 2 isolated vertices. Then LE(G) 4(n 1) n LE(G e) LE(G) + 4(n 1). n 21 / 32

22 Join of Graphs The join of graph G with graph H, denoted G H is the graph obtained from the disjoint union of G and H by adding the edges {{x, y} : x V (G), y V (H)}. Theorem (A. Hubbard, N, C. Woods) Let G be a r-regular graph on n vertices and H be s-regular graph on p vertices. Then NLE(G H) = r p + r NLE(G) + s n + s NLE(H) + p r p + r + n s n + s. 22 / 32

23 Shadow Graph Let G be a graph with vertex set V = {v 1, v 2,..., v n }. Define the shadow graph S(G) of G to be the graph with vertex set and edge set Theorem (Hubbard, N, Woods) V {u 1, u 2,..., u n } E(G) {{u i, v j } : {v i, v j } E(G)}. E(S p (G)) = 4p + 1E(G) for any graph G NLE(S p (G)) = 2p + 1 NLE(G) for any regular graph G. p / 32

24 Distance energy Let G be a connected graph with vertex set V (G) = {v 1, v 2,..., v n }. The distance matrix D(G) of G is defined so that the (i, j) entry is equal to d G (v i, v j ) where distance is the length of the shortest path between the vertices v i and v j. The distance energy DE(G) is defined as DE(G) = n µ i where µ 1 µ 2... µ n are the eigenvalues of D. (Note that D is a real symmetric matrix with trace zero.) 24 / 32

25 An upper bound for DE(G) The distance degree D i of v i is D i := n d ij. j=1 The second distance degree T i of v i is T i = n d ij D j. Theorem (G. Indulal) n DE(G) n T 2 i Di 2 + (n 1) S j=1 n n T 2 i Di 2 where S is the sum of the squares of entries in the distance matrix. 25 / 32

26 Vertex sum of G and H Let G and H are two graphs with u V (G) and v V (H). We define the vertex sum of G and H, denoted G H, to be the graph obtained by identifying the vertices u and v. Theorem (Buggy, Culiuc, McCall, N, Nguyen) DE(G H) DE(G) + DE(H) and equality holds if and only if u or v is an isolated vertex. n 2 (n 1)(n + 1) 6 DE(P n ) n 3 (n 1)(n + 1) 6 DE(S n ) DE(P n ) 26 / 32

27 Energy of a matrix Let A M m,n (C) and let s 1 (A) s 2 (A)... s m (A) be the singular values of A. Define the energy of A as E(G) = E(A(G)). Theorem (V. Nikiforov) E(A) = m s j. If m n, A is an m n nonnegative matrix with maximum entry α and A 1 := a ij nα, then i,j E(A) A 1 mn + (m 1) j=1 ( ) tr(aa ) A 2 1 n(m + m) α. mn 2 27 / 32

28 Incidence energy For a graph G with vertex set {v 1,..., v n } and edge set {e 1, e 2,..., e m }, the (i, j)th entry of the incidence matrix I(G) is 1 if v i is incident with e j and 0 otherwise. I(G) is a vertex-edge incidence matrix. If the singular values of I(G) are σ 1, σ 2,..., σ n then define incidence energy as IE(G) = n σ i. I(G)I(G) T = D(G) + A(G) = L + (G) called the signless Laplacian of G. Therefore IE(G) = n µ + i where µ + 1,..., µ+ n are the eigenvalues of the signless Laplacian matrix. 28 / 32

29 BIBD A balanced incomplete block design BIBD(v, b, r, k, λ) is a pair (V, B) where V is a v-set of points, B is a collection of k subsets of V called blocks such that any pair of distinct points occur in exactly λ blocks. Here b is the number of blocks and r is the number of blocks containing each point. The incidence matrix of a BIBD is a (0,1)-matrix whose rows and columns are indexed by the points and the blocks, respectively, and the entry (p, B) is 1 if and only if p B. 29 / 32

30 Energy of (0,1) matrices Theorem (H. Kharaghani and B. Tayfeh-Rezaie) Let M be a p q (0,1) matrix with m ones, where m q p. Then E(M) m + (p 1)(m m2 pq pq ). The equality is attained if and only if M is the incidence matrix of a BIBD. Theorem (H. Kharaghani and B. Tayfeh-Rezaie) Let G be a (p, q)-bipartite graph. Then E(G) ( p + 1) pq. The equality is attained if and only if G is the incidence graph of a BIBD(p, q, q(p + p)/2p, (p + p)/2, q(p + 2 p)/4p). 30 / 32

31 References Xueliang Li, Yongtang Shi and Ivan Gutman Graph Energy Springer, New York 2010 H. Kharaghani, B. Tafyeh-Rezaie On the Energy of (0,1) matrices Linear Algebra and its Applications 429(2008), V. Nikiforov The energy of graphs and matrices J. Math. Anal.Appl. 326(2007), I. Gutman The energy of graphs: Old and New Results, Algebraic Combinatorics and Applications Springer, Berlin 2001, J.H. Koolen, V. Moulton Maximal energy graphs Adv. Appl. Math.26, 2001, / 32

32 J.H. Koolen, V. Moulton Maximal energy bipartite graphs Graphs Combin., 19 (2003), G. Indulal Sharp bounds on the distance spectral radius and the distance energy of graphs Linear Alg. Appln., 430 (2009), W.H. Haemers Strongly regular graphs with maximal energy Linear Alg. Appln., 429 (2008), I. Gutman, B. Zhou Laplacian energy of a graph Linear Alg. Appln., 414 (2006), / 32

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

Tilburg University. Strongly Regular Graphs with Maximal Energy Haemers, W. H. Publication date: Link to publication

Tilburg University. Strongly Regular Graphs with Maximal Energy Haemers, W. H. Publication date: Link to publication Tilburg University Strongly Regular Graphs with Maximal Energy Haemers, W. H. Publication date: 2007 Link to publication Citation for published version (APA): Haemers, W. H. (2007). Strongly Regular Graphs

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

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

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

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

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

NOTE ON THE SKEW ENERGY OF ORIENTED GRAPHS. Communicated by Ivan Gutman. 1. Introduction

NOTE ON THE SKEW ENERGY OF ORIENTED GRAPHS. Communicated by Ivan Gutman. 1. Introduction Transactions on Combinatorics ISSN (print): 2251-8657, ISSN (on-line): 2251-8665 Vol. 4 No. 1 (2015), pp. 57-61. c 2015 University of Isfahan www.combinatorics.ir www.ui.ac.ir NOTE ON THE SKEW ENERGY OF

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

On marker set distance Laplacian eigenvalues in graphs.

On marker set distance Laplacian eigenvalues in graphs. Malaya Journal of Matematik, Vol 6, No 2, 369-374, 2018 https://doiorg/1026637/mjm0602/0011 On marker set distance Laplacian eigenvalues in graphs Medha Itagi Huilgol1 * and S Anuradha2 Abstract In our

More information

Journal of Science and Arts Year 17, No. 1(38), pp , 2017

Journal of Science and Arts Year 17, No. 1(38), pp , 2017 Journal of Science and Arts Year 17, No. 1(38), pp. 49-60, 2017 BOUNDS FOR THE ENERGY OF ( ) ORIGINAL PAPER ( ) USING 2-ADJACENCY SERIFE BUYUKKOSE 1, SEMIHA BASDAS NURKAHLI 1, NURSAH MUTLU 1 Manuscript

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

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

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

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

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

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

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

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

Energy and Laplacian Energy of Graphs. ALI REZA ASHRAFI Department of Mathematics, University of Kashan, Kashan , I. R.

Energy and Laplacian Energy of Graphs. ALI REZA ASHRAFI Department of Mathematics, University of Kashan, Kashan , I. R. Energy and Laplacian Energy of Graphs ALI REZA ASHRAFI Department of Mathematics, University of Kashan, Kashan 87317-51167, I. R. Iran E-mail: ashrafi@kashanu.ac.ir Contents Laplacian Matrix Laplacian

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

Resolvent Energy of Graphs

Resolvent Energy of Graphs Resolvent Energy of Graphs I.Gutman 1,2, B.Furtula 1, E.Zogić 2, E.Glogić 2 1 Faculty of Science, University of Kragujevac, Kragujevac, Serbia 2 State University of Novi Pazar, Novi Pazar, Serbia May 19,

More information

Beyond graph energy: norms of graphs and matrices

Beyond graph energy: norms of graphs and matrices Beyond graph energy: norms of graphs and matrices V. Nikiforov arxiv:1510.0850v [math.co] 11 May 016 Abstract In 1978 Gutman introduced the energy of a graph as the sum of the absolute values of graph

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

Graphs and matrices with maximal energy

Graphs and matrices with maximal energy Graphs and matrices with maximal energy arxiv:math/060375v1 [math.co] 30 Mar 006 Vladimir Nikiforov Department of Mathematical Sciences, University of Memphis, Memphis TN 3815, USA, e-mail: vnikifrv@memphis.edu

More information

New skew Laplacian energy of a simple digraph

New skew Laplacian energy of a simple digraph New skew Laplacian energy of a simple digraph Qingqiong Cai, Xueliang Li, Jiangli Song arxiv:1304.6465v1 [math.co] 24 Apr 2013 Center for Combinatorics and LPMC-TJKLC Nankai University Tianjin 300071,

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

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

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

--------------------------------------------------------------------------------------------- Math 6023 Topics: Design and Graph Theory ---------------------------------------------------------------------------------------------

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

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

arxiv: v2 [math.co] 4 Sep 2009

arxiv: v2 [math.co] 4 Sep 2009 Bounds for the Hückel energy of a graph Ebrahim Ghorbani a,b,, Jack H. Koolen c,d,, Jae Young Yang c a Department of Mathematical Sciences, Sharif University of Technology, P.O. Box 11155-9415, Tehran,

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

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

Regular graphs with a small number of distinct eigenvalues

Regular graphs with a small number of distinct eigenvalues Regular graphs with a small number of distinct eigenvalues Tamara Koledin UNIVERZITET U BEOGRADU ELEKTROTEHNIČKI FAKULTET This is joint work with Zoran Stanić Bipartite regular graphs Bipartite regular

More information

D-EQUIENERGETIC SELF-COMPLEMENTARY GRAPHS

D-EQUIENERGETIC SELF-COMPLEMENTARY GRAPHS 123 Kragujevac J. Math. 32 (2009) 123 131. D-EQUIENERGETIC SELF-COMPLEMENTARY GRAPHS Gopalapillai Indulal 1 and Ivan Gutman 2 1 Department of Mathematics, St. Aloysius College, Edathua, Alappuzha 689573,

More information

Solutions to Unsolved Problems on the Minimal Energies of Two Classes of Graphs

Solutions to Unsolved Problems on the Minimal Energies of Two Classes of Graphs MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 66 (2011) 943-958 ISSN 0340-6253 Solutions to Unsolved Problems on the Minimal Energies of Two Classes of

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

Two Laplacians for the distance matrix of a graph

Two Laplacians for the distance matrix of a graph 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

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

Matrix Energy. 1 Graph Energy. Christi DiStefano Gary Davis CSUMS University of Massachusetts at Dartmouth. December 16,

Matrix Energy. 1 Graph Energy. Christi DiStefano Gary Davis CSUMS University of Massachusetts at Dartmouth. December 16, Matrix Energy Christi DiStefano Gary Davis CSUMS University of Massachusetts at Dartmouth December 16, 2009 Abstract We extend Ivan Gutmans idea of graph energy, stemming from theoretical chemistry via

More information

On the second Laplacian eigenvalues of trees of odd order

On the second Laplacian eigenvalues of trees of odd order Linear Algebra and its Applications 419 2006) 475 485 www.elsevier.com/locate/laa On the second Laplacian eigenvalues of trees of odd order Jia-yu Shao, Li Zhang, Xi-ying Yuan Department of Applied Mathematics,

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 the normalized Laplacian energy and general Randić index R 1 of graphs

On the normalized Laplacian energy and general Randić index R 1 of graphs On the normalized Laplacian energy and general Randić index R of graphs Michael Cavers a Shaun Fallat a Steve Kirkland ab3 a Department of Mathematics and Statistics University of Regina Regina SK Canada

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

Eigenvalues and edge-connectivity of regular graphs

Eigenvalues and edge-connectivity of regular graphs Eigenvalues and edge-connectivity of regular graphs Sebastian M. Cioabă University of Delaware Department of Mathematical Sciences Newark DE 19716, USA cioaba@math.udel.edu August 3, 009 Abstract In this

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

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

Some spectral inequalities for triangle-free regular graphs

Some spectral inequalities for triangle-free regular graphs Filomat 7:8 (13), 1561 1567 DOI 198/FIL138561K Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://wwwpmfniacrs/filomat Some spectral inequalities for triangle-free

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

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

PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE. R. B. Bapat and S. Sivasubramanian

PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE. R. B. Bapat and S. Sivasubramanian PRODUCT DISTANCE MATRIX OF A GRAPH AND SQUARED DISTANCE MATRIX OF A TREE R B Bapat and S Sivasubramanian Let G be a strongly connected, weighted directed graph We define a product distance η(i, j) for

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

Cospectrality of graphs

Cospectrality of graphs Linear Algebra and its Applications 451 (2014) 169 181 Contents lists available at ScienceDirect Linear Algebra and its Applications www.elsevier.com/locate/laa Cospectrality of graphs Alireza Abdollahi

More information

What is the meaning of the graph energy after all?

What is the meaning of the graph energy after all? What is the meaning of the graph energy after all? Ernesto Estrada and Michele Benzi Department of Mathematics & Statistics, University of Strathclyde, 6 Richmond Street, Glasgow GXQ, UK Department of

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

On the inverse of the adjacency matrix of a graph

On the inverse of the adjacency matrix of a graph Special Matrices Research Article DOI: 10.2478/spma-2013-0006 Special Matrices 2013 28-41 On the inverse of the adjacency matrix of a graph Abstract A real symmetric matrix G with zero diagonal encodes

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

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

New Results on Equienergetic Graphs of Small Order

New Results on Equienergetic Graphs of Small Order International Journal of Computational and Applied Mathematics. ISSN 1819-4966 Volume 12, Number 2 (2017), pp. 595 602 Research India Publications http://www.ripublication.com/ijcam.htm New Results on

More information

Beyond graph energy: norms of graphs and matrices

Beyond graph energy: norms of graphs and matrices Beyond graph energy: norms of graphs and matrices arxiv:1510.02850v1 [math.co] 9 Oct 2015 Vladimir Nikiforov Abstract In 1978 Gutman introduced the energy of a graph as the sum of the absolute values of

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H, K) with H K = G and E(H K) = and V (H) V (K) = k. Such a separation is proper if V (H) \ V (K) and V (K)

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

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

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H 1, H 2 ) so that H 1 H 2 = G E(H 1 ) E(H 2 ) = V (H 1 ) V (H 2 ) = k Such a separation is proper if V (H

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 energy of integral circulant graphs

The energy of integral circulant graphs Applied Linear Algebra ALA 200 Faculty of Sciences and Mathematics University of Niš, Serbia Novi Sad, May 200 Graph energy Integral circulant graphs Recent applications Let G be a simple graph with n

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

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS

DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS DISTINGUISHING PARTITIONS AND ASYMMETRIC UNIFORM HYPERGRAPHS M. N. ELLINGHAM AND JUSTIN Z. SCHROEDER In memory of Mike Albertson. Abstract. A distinguishing partition for an action of a group Γ on a set

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

A Questionable Distance-Regular Graph

A Questionable Distance-Regular Graph A Questionable Distance-Regular Graph Rebecca Ross Abstract In this paper, we introduce distance-regular graphs and develop the intersection algebra for these graphs which is based upon its intersection

More information

Milovanović Bounds for Seidel Energy of a Graph

Milovanović Bounds for Seidel Energy of a Graph Advances in Theoretical and Applied Mathematics. ISSN 0973-4554 Volume 10, Number 1 (2016), pp. 37 44 Research India Publications http://www.ripublication.com/atam.htm Milovanović Bounds for Seidel Energy

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

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

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

Ma/CS 6b Class 20: Spectral Graph Theory

Ma/CS 6b Class 20: Spectral Graph Theory Ma/CS 6b Class 20: Spectral Graph Theory By Adam Sheffer Eigenvalues and Eigenvectors A an n n matrix of real numbers. The eigenvalues of A are the numbers λ such that Ax = λx for some nonzero vector x

More information

Ma/CS 6b Class 20: Spectral Graph Theory

Ma/CS 6b Class 20: Spectral Graph Theory Ma/CS 6b Class 20: Spectral Graph Theory By Adam Sheffer Recall: Parity of a Permutation S n the set of permutations of 1,2,, n. A permutation σ S n is even if it can be written as a composition of an

More information

On oriented graphs with minimal skew energy

On oriented graphs with minimal skew energy Electronic Journal of Linear Algebra Volume 7 Article 61 014 On oriented graphs with minimal skew energy Shi-Cai Gong Zhejiang A & F University, scgong@zafueducn Xueliang Li Nankai University, lxl@nankaieducn

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

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

FORBIDDEN MINORS FOR THE CLASS OF GRAPHS G WITH ξ(g) 2. July 25, 2006

FORBIDDEN MINORS FOR THE CLASS OF GRAPHS G WITH ξ(g) 2. July 25, 2006 FORBIDDEN MINORS FOR THE CLASS OF GRAPHS G WITH ξ(g) 2 LESLIE HOGBEN AND HEIN VAN DER HOLST July 25, 2006 Abstract. For a given simple graph G, S(G) is defined to be the set of real symmetric matrices

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

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

arxiv: v1 [math.co] 20 Sep 2014

arxiv: v1 [math.co] 20 Sep 2014 On some papers of Nikiforov Bo Ning Department of Applied Mathematics, School of Science, Northwestern Polytechnical University, Xi an, Shaanxi 71007, P.R. China arxiv:109.588v1 [math.co] 0 Sep 01 Abstract

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

Spectra and Randić Spectra of Caterpillar Graphs and Applications to the Energy

Spectra and Randić Spectra of Caterpillar Graphs and Applications to the Energy MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 77 07) 6-75 ISSN 0340-653 Spectra and Randić Spectra of Caterpillar Graphs and Applications to the Energy

More information

This section is an introduction to the basic themes of the course.

This section is an introduction to the basic themes of the course. Chapter 1 Matrices and Graphs 1.1 The Adjacency Matrix This section is an introduction to the basic themes of the course. Definition 1.1.1. A simple undirected graph G = (V, E) consists of a non-empty

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

DISTINGUISHING GRAPHS WITH ZETA FUNCTIONS AND GENERALIZED SPECTRA

DISTINGUISHING GRAPHS WITH ZETA FUNCTIONS AND GENERALIZED SPECTRA DISTINGUISHING GRAPHS WITH ZETA FUNCTIONS AND GENERALIZED SPECTRA CHRISTINA DURFEE AND KIMBALL MARTIN ABSTRACT Conjecturally, almost all graphs are determined by their spectra This problem has also been

More information

An Interlacing Approach for Bounding the Sum of Laplacian Eigenvalues of Graphs

An Interlacing Approach for Bounding the Sum of Laplacian Eigenvalues of Graphs An Interlacing Approach for Bounding the Sum of Laplacian Eigenvalues of Graphs Tilburg University joint work with M.A. Fiol, W.H. Haemers and G. Perarnau Laplacian matrix Eigenvalue interlacing Two cases

More information

Spectrally arbitrary star sign patterns

Spectrally arbitrary star sign patterns Linear Algebra and its Applications 400 (2005) 99 119 wwwelseviercom/locate/laa Spectrally arbitrary star sign patterns G MacGillivray, RM Tifenbach, P van den Driessche Department of Mathematics and Statistics,

More information

Spectral radius of bipartite graphs

Spectral radius of bipartite graphs Linear Algebra and its Applications 474 2015 30 43 Contents lists available at ScienceDirect Linear Algebra and its Applications www.elsevier.com/locate/laa Spectral radius of bipartite graphs Chia-an

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

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

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

A linear algebraic view of partition regular matrices

A linear algebraic view of partition regular matrices A linear algebraic view of partition regular matrices Leslie Hogben Jillian McLeod June 7, 3 4 5 6 7 8 9 Abstract Rado showed that a rational matrix is partition regular over N if and only if it satisfies

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

THE MATCHING ENERGY OF A GRAPH

THE MATCHING ENERGY OF A GRAPH THE MATCHING ENERGY OF A GRAPH IVAN GUTMAN AND STEPHAN WAGNER Abstract. The energy of a graph G is equal to the sum of the absolute values of the eigenvalues of G. We define the matching energy ME of the

More information

The minimum rank of matrices and the equivalence class graph

The minimum rank of matrices and the equivalence class graph Linear Algebra and its Applications 427 (2007) 161 170 wwwelseviercom/locate/laa The minimum rank of matrices and the equivalence class graph Rosário Fernandes, Cecília Perdigão Departamento de Matemática,

More information