ITTC Science of Communication Networks The University of Kansas EECS SCN Graph Spectra

Size: px
Start display at page:

Download "ITTC Science of Communication Networks The University of Kansas EECS SCN Graph Spectra"

Transcription

1 Science of Communication Networks The University of Kansas EECS SCN Graph Spectra Egemen K. Çetinkaya and James P.G. Sterbenz Department of Electrical Engineering & Computer Science Information Technology & Telecommunications Research Center The University of Kansas 11 February 2013 rev James P.G. Sterbenz

2 Graph Spectra Outline ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work Primary reference: [CARS2012] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-2

3 Graph Spectra Introduction and Motivation ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-3

4 Analysis of Internet Infrastructure Introduction and Motivation Modelling the Internet complexity of the Internet is non-trivial structural levels and protocols layers unrealistic synthetic topology models Steps towards understanding evolution of Internet physical topology modelling security and competitiveness hinders physical graphs we have the US fibre-optic map [KMI] how accurate is physical topology data? Utilisation of graph spectra for network analysis graph metrics exist; however, not suitable for different graph 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-4

5 Analysis of Internet Infrastructure Introduction and Motivation [KU-TopView] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-5

6 Graph Spectra Background and Related Work ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-6

7 Graph Spectra Electromagnetic Spectrum Distribution (or range) of em. waves according to wavelength 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-7

8 Representation of Graphs Matrix Types Adjacency matrix A (G ) if nodes i and j are connected, a ij =1 else 0 Laplacian matrix L (G ) = D (G ) A (G ) D (G ) is diagonal matrix of node degrees L + (G ) = Q (G ) is signless Laplacian Normalised Laplacian matrix 1, if i = j and d i 0 L (G ) = -1 / d i d j, if v i and v j are adjacent 0, otherwise 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-8

9 v 1 e 3 v 0 v 3 e 1 e 2 e 4 v 2 Matrix Types v 0 v 1 v 2 v 3 Examples v 0 v 1 v 2 v v 0 v 1 v 2 v 3 v 0 v 1 v 2 v A (G ) D (G ) v 0 v 1 v 2 v 3 v 0 v 1 v 2 v v 0 v 1 v 2 v 3 v 0 v 1 v 2 v v 0 v 1 v 2 v 3 v 0 v 1 v 2 v L (G) Q (G) L (G) 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-9

10 Graph Spectra Eigenvalues and Eigenvectors Given a matrix M, eigenvalues λ, and eigenvectors x Eigenvalues and eigenvectors satisfy, M x = λ x Eigenvalues are roots of characteristic polynomial det ( M λ I ) for x 0 Spectrum of M is its eigenvalues and multiplicities multiplicity is the number of occurrences of an eigenvalue 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-10

11 Graph Spectra Important Characteristics of NLS Eigenvalues of normalised Laplacian spectra (nls) {0 = λ 1 λ 2 λ n 2} number of 0s represent number of connected components Quasi-symmetric about 1 Spectral radius ρ(l ) : largest eigenvalue if ρ(l ) = 2, then the graph is bipartite closer to 2 means nearly bipartite λ 2 (L ) 1 for non-complete (non-full-mesh) graphs λ 2 (L ) 1/(2e D) 0 where e is the graph size (# of links) and D is graph diameter 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-11

12 Graph Spectra Applications in Computer Science Expanders and combinatorial optimization Complex networks and the Internet Data mining Computer vision and pattern recognition Web search Statistical databases and social networks Quantum computing [CS2011] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-12

13 Graph Spectra Topological Dataset ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-13

14 Topological Dataset US Interstate Highways Added 5 highways, 6 interchange nodes, 2 pendants [AASHTO] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-14

15 Topological Dataset PoP-Level Topologies AT&T and Sprint Included only 48 US contiguous states [Rocketfuel] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-15

16 Topological Dataset Fibre-Optic Routes AT&T and Sprint Included only 48 US contiguous states [KMI] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-16

17 Graph Spectra Topology Analysis ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-17

18 Topology Analysis of Graphs Metrics We started our analysis with baseline networks star, linear, tree, ring, grid, toroid, mesh order (number of nodes) of the baseline graphs: 10 and 100 Average degree is same for star, linear, tree do these graphs share same structural properties? Clustering coefficient is to coarse for baseline graphs except for mesh which the value is 1, rest is 0 Algebraic connectivity a (G ): second smallest eigenvalue of the Laplacian matrix a (G ) = 0.1 for n=10 (linear) and n=100 (grid) not very useful for comparing different order graphs 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-18

19 Topological Analysis via Metrics Baseline Networks with n=10 Topology Star Linear Tree Ring Grid Toroid Mesh Number of nodes Number of links Maximum degree Average degree Degree assortativity Node closeness Clustering coefficient Algebraic connectivity Network diameter Network radius Average hop count Node betweenness Link betweenness February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-19

20 Topological Analysis via Metrics Baseline Networks with n=100 Topology Star Linear Tree Ring Grid Toroid Mesh Number of nodes Number of links Maximum degree Average degree Degree assortativity Node closeness Clustering coefficient Algebraic connectivity Network diameter Network radius Average hop count Node betweenness Link betweenness February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-20

21 Topology Analysis of Graphs Spectra Metrics are useful, but have limitations We investigate spectra of graphs in particular normalised Laplacian spectrum since it is normalised, the eigenvalues range [0,2] We calculate: RF: relative frequency [BJ2009] RCF: relative cumulative frequency [VHE2002] Eigenvalue of 2 indicates how bipartite a graph is Eigenvalue 1 multiplicity indicates node duplications nodes having similar neighbours Spectrum is symmetric around 1 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-21

22 Graph Spectrum RF for Baseline Networks with n=100 RF of eigenvalue multiplicities is noisy mesh and star graphs look similar (except λ = 2 eigenvalue) 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-22

23 Graph Spectrum RCF for Baseline Networks with n=100 λ max = 2 means graph is bipartite 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-23

24 Graph Spectrum Full Mesh Networks As n ; λ 1 for full mesh graphs higher multiplicity at a point might be crucial for resilience 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-24

25 Topology Analysis of Real Networks Metrics and Spectra Communication and transportation networks studied Metrics indicate: physical topologies are closer to transportation network difference between physical and logical topologies higher number of nodes in physical topologies rich connectivity in logical topologies Normalised Laplacian spectrum indicates: similar conclusions, visually helpful in reliable network design Spectral properties can help resilience evaluation 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-25

26 Topological Analysis via Metrics Real Networks Topology Sprint Physical Sprint Logical AT&T Physical AT&T Logical US Highways Number of nodes Number of links Maximum degree Average degree Degree assortativity Node closeness Clustering coefficient Algebraic connectivity Network diameter Network radius Average hop count Node betweenness Link betweenness February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-26

27 Graph Spectrum RF for Real Networks RF floor is noisy to extract useful information 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-27

28 Graph Spectrum RCF for Real Networks Spectrum of physical topologies resemble motorways 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-28

29 Spectral Properties of Real Networks ctgd vs. Algebraic Conn. & Spectral Radius Topology ctgd ctgd Rank a(g) a(g) Rank Level AboveNet Exodus EBONE Tiscali Sprint Verio VSNL GEANT2 phys February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-29 ρ(l) ρ(l) Rank AT&T Telstra AT&T phys Sprint phys

30 Graph Spectrum RCF for Communication Networks Spectrum of physical topologies resemble motorways Level 3 is richly connected and have small spectral radius 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-30

31 Graph Spectra Conclusions and Future Work ST.1 Introduction and motivation ST.2 Background and related work ST.3 Topological dataset ST.4 Topology analysis ST.5 Conclusions and future work 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-31

32 Analysis of Internet Infrastructure Conclusions and Future Work Physical topologies resemble motorways known: but not rigorously studied grid-like structures The normalised Laplacian spectrum is powerful spectral radius indicates bipartiteness λ = 1 multiplicity indicates duplicates (i.e. star-like structures) Future work: study other physical critical infrastructures railways, power grid, pipelines investigate metrics and relationship to resiliency/connectivity 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-32

33 Analysis of Internet Infrastructure Review of Graph Spectra All but structural graphs have same nodes 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-33

34 Graph Theory References and Further Reading [CARS2012] Egemen K. Çetinkaya, Mohammed J.F. Alenazi, Justin P. Rohrer, and James P.G. Sterbenz, Topology Connectivity Analysis of Internet Infrastructure Using Graph Spectra, in Proc. of the IEEE/IFIP RNDM, St. Petersburg, October 2012 [AASHTO] American Association of State Highway and Transportation Officials, Guidelines for the Selection of Supplemental Guide Signs for Traffic Generators Adjacent to Freeways, Washington, D.C., 2001 [KMI] KMI Corporation, North American Fiberoptic Long-haul Routes Planned and in Place, 1999 [KU-TopView] [Rocketfuel] 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-34

35 Graph Spectra References and Further Reading [C1994] Fan R. K. Chung, Spectral Graph Theory, American Mathematical Society, 1994 [M2011] Piet van Mieghem, Graph Spectra for Complex Networks, Cambridge University Press, 2011 [BH2012] Andries E. Brouwer and Willem H. Haemers, Spectra of Graphs, Springer, 2012 [CRS2010] Dragoš Cvetković, Peter Rowlinson, and Slobodan Simić, An Introduction to the Theory of Graph Spectra, London Mathematical Society, 2010 [B1993] Norman Biggs, Algebraic Graph Theory, Cambridge University Press, February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-35

36 Graph Spectra References and Further Reading [GN2006] M. T. Gastner and M. E. Newman, The spatial structure of networks,the European Physical Journal B, vol. 49, no. 2, January 2006, pp [JWM2006] Almerima Jamaković, Huijuan Wang, and Piet van Mieghem, Topological Characteristics of the Dutch Road Infrastructure, in Infrastructure Reliability Seminar, Delft, June February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-36

37 Graph Spectra References and Further Reading [CS2011] Dragoš Cvetković and Slobodan Simić, Graph spectra in Computer Science, Linear Algebra and its Applications, vol. 434, no. 6, March 2011, pp [VHE2002] Danica Vukadinović, Polly Huang, and Thomas Erlebach, On the Spectrum and Structure of Internet Topology Graphs, in Proc. of the IICS, June 2002, pp [BJ2009] Anirban Banerjee and Jürgen Jost, Spectral Characterization of Network Structures and Dynamics, Dynamics On and Of Complex Networks, 2009, pp February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-37

38 End of Foils 11 February 2013 KU EECS SCN Science of Nets Graph Spectra SCN-ST-38

Topology Connectivity Analysis of Internet Infrastructure Using Graph Spectra

Topology Connectivity Analysis of Internet Infrastructure Using Graph Spectra Calhoun: The NPS Institutional Archive DSpace Repository Faculty and Researchers Faculty and Researchers Collection 2012-10 Topology Connectivity Analysis of Internet Infrastructure Using Graph Spectra

More information

Variations in Graph Energy: A Measure for Network Resilience

Variations in Graph Energy: A Measure for Network Resilience Variations in Graph Energy: A Measure for Network Resilience Tristan A. Shatto* and Egemen K. Çetinkaya* *Department of Electrical and Computer Engineering Intelligent Systems Center Missouri University

More information

Spectral Graph Theory for. Dynamic Processes on Networks

Spectral Graph Theory for. Dynamic Processes on Networks Spectral Graph Theory for Dynamic Processes on etworks Piet Van Mieghem in collaboration with Huijuan Wang, Dragan Stevanovic, Fernando Kuipers, Stojan Trajanovski, Dajie Liu, Cong Li, Javier Martin-Hernandez,

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

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

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

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

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

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

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

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

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

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 March 22, 2007 Outline 1 Introduction 2 The hierarchical

More information

Network Science & Telecommunications

Network Science & Telecommunications Network Science & Telecommunications Piet Van Mieghem 1 ITC30 Networking Science Vision Day 5 September 2018, Vienna Outline Networks Birth of Network Science Function and graph Outlook 1 Network: service(s)

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 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

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

Machine Learning for Data Science (CS4786) Lecture 11

Machine Learning for Data Science (CS4786) Lecture 11 Machine Learning for Data Science (CS4786) Lecture 11 Spectral clustering Course Webpage : http://www.cs.cornell.edu/courses/cs4786/2016sp/ ANNOUNCEMENT 1 Assignment P1 the Diagnostic assignment 1 will

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

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

Spectral Generative Models for Graphs

Spectral Generative Models for Graphs Spectral Generative Models for Graphs David White and Richard C. Wilson Department of Computer Science University of York Heslington, York, UK wilson@cs.york.ac.uk Abstract Generative models are well known

More information

A construction of cospectral graphs for the normalized Laplacian

A construction of cospectral graphs for the normalized Laplacian A construction of cospectral graphs for the normalized Laplacian Steve Butler Department of Mathematics Iowa State University Ames, IA 50011, U.S.A. butler@iastate.edu Jason Grout Department of Mathematics

More information

ORIE 4741: Learning with Big Messy Data. Spectral Graph Theory

ORIE 4741: Learning with Big Messy Data. Spectral Graph Theory ORIE 4741: Learning with Big Messy Data Spectral Graph Theory Mika Sumida Operations Research and Information Engineering Cornell September 15, 2017 1 / 32 Outline Graph Theory Spectral Graph Theory Laplacian

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

ITTC Introduction to Digital Logic Design The University of Kansas EECS 140 / 141 Summary

ITTC Introduction to Digital Logic Design The University of Kansas EECS 140 / 141 Summary Introduction to Digital Logic Design The University o Kansas EECS 140 / 141 Summary James P.G. Sterbenz Department o Electrical Engineering & Computer Science Inormation Technology & Telecommunications

More information

Large Scale Curvature of Networks:

Large Scale Curvature of Networks: Bell Labs Large Scale Curvature of Networks: And Implications for Network Management and Security Iraj Saniee Collaboration with Onuttom Narayan, UCSC with support from AFOSR & NIST Math & Computing, Bell

More information

Network Theory with Applications to Economics and Finance

Network Theory with Applications to Economics and Finance Network Theory with Applications to Economics and Finance Instructor: Michael D. König University of Zurich, Department of Economics, Schönberggasse 1, CH - 8001 Zurich, email: michael.koenig@econ.uzh.ch.

More information

Lecture 9: Laplacian Eigenmaps

Lecture 9: Laplacian Eigenmaps Lecture 9: Radu Balan Department of Mathematics, AMSC, CSCAMM and NWC University of Maryland, College Park, MD April 18, 2017 Optimization Criteria Assume G = (V, W ) is a undirected weighted graph with

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

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks

Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Sparse Linear Algebra Issues Arising in the Analysis of Complex Networks Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory)

More information

BIPARTITE SUBGRAPHS AND THE SIGNLESS LAPLACIAN MATRIX

BIPARTITE SUBGRAPHS AND THE SIGNLESS LAPLACIAN MATRIX BIPARTITE SUBGRAPHS AND THE SIGNLESS LAPLACIAN MATRIX Steve Kirkland and Debdas Paul For a connected graph G, we derive tight inequalities relating the smallest signless Laplacian eigenvalue to the largest

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

Networks as vectors of their motif frequencies and 2-norm distance as a measure of similarity

Networks as vectors of their motif frequencies and 2-norm distance as a measure of similarity Networks as vectors of their motif frequencies and 2-norm distance as a measure of similarity CS322 Project Writeup Semih Salihoglu Stanford University 353 Serra Street Stanford, CA semih@stanford.edu

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

A Different Kind of Flow Analysis. David M Nicol University of Illinois at Urbana-Champaign

A Different Kind of Flow Analysis. David M Nicol University of Illinois at Urbana-Champaign A Different Kind of Flow Analysis David M Nicol University of Illinois at Urbana-Champaign 2 What Am I Doing Here??? Invite for ICASE Reunion Did research on Peformance Analysis Supporting Supercomputing

More information

Technical Report. Weighted spectral distribution. Damien Fay, Hamed Haddadi, Steve Uhlig, Andrew W. Moore, Richard Mortier, Almerima Jamakovic

Technical Report. Weighted spectral distribution. Damien Fay, Hamed Haddadi, Steve Uhlig, Andrew W. Moore, Richard Mortier, Almerima Jamakovic Technical Report UCAM-CL-TR-729 ISSN 1476-2986 Number 729 Computer Laboratory Weighted spectral distribution Damien Fay, Hamed Haddadi, Steve Uhlig, Andrew W. Moore, Richard Mortier, Almerima Jamakovic

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

Algebraic Representation of Networks

Algebraic Representation of Networks Algebraic Representation of Networks 0 1 2 1 1 0 0 1 2 0 0 1 1 1 1 1 Hiroki Sayama sayama@binghamton.edu Describing networks with matrices (1) Adjacency matrix A matrix with rows and columns labeled by

More information

COMPSCI 514: Algorithms for Data Science

COMPSCI 514: Algorithms for Data Science COMPSCI 514: Algorithms for Data Science Arya Mazumdar University of Massachusetts at Amherst Fall 2018 Lecture 8 Spectral Clustering Spectral clustering Curse of dimensionality Dimensionality Reduction

More information

Spectral Clustering on Handwritten Digits Database

Spectral Clustering on Handwritten Digits Database University of Maryland-College Park Advance Scientific Computing I,II Spectral Clustering on Handwritten Digits Database Author: Danielle Middlebrooks Dmiddle1@math.umd.edu Second year AMSC Student Advisor:

More information

Diffusion and random walks on graphs

Diffusion and random walks on graphs Diffusion and random walks on graphs Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Structural

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

Applicable Analysis and Discrete Mathematics available online at GRAPHS WITH TWO MAIN AND TWO PLAIN EIGENVALUES

Applicable Analysis and Discrete Mathematics available online at   GRAPHS WITH TWO MAIN AND TWO PLAIN EIGENVALUES Applicable Analysis and Discrete Mathematics available online at http://pefmath.etf.rs Appl. Anal. Discrete Math. 11 (2017), 244 257. https://doi.org/10.2298/aadm1702244h GRAPHS WITH TWO MAIN AND TWO PLAIN

More information

Curriculum Vitae. Education: Degrees and Diplomas: Employments:

Curriculum Vitae. Education: Degrees and Diplomas: Employments: Curriculum Vitae Full name Address E - mail Date of birth July 1, 1975. Place of birth Ivanjica, Serbia Citizenship Serbia Zoran Stanić University of Belgrade, Faculty of Mathematics Studentski trg 16,

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

Spectral Clustering on Handwritten Digits Database Mid-Year Pr

Spectral Clustering on Handwritten Digits Database Mid-Year Pr Spectral Clustering on Handwritten Digits Database Mid-Year Presentation Danielle dmiddle1@math.umd.edu Advisor: Kasso Okoudjou kasso@umd.edu Department of Mathematics University of Maryland- College Park

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

Spectral Analysis of k-balanced Signed Graphs

Spectral Analysis of k-balanced Signed Graphs Spectral Analysis of k-balanced Signed Graphs Leting Wu 1, Xiaowei Ying 1, Xintao Wu 1, Aidong Lu 1 and Zhi-Hua Zhou 2 1 University of North Carolina at Charlotte, USA, {lwu8,xying, xwu,alu1}@uncc.edu

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

Data Analysis and Manifold Learning Lecture 7: Spectral Clustering

Data Analysis and Manifold Learning Lecture 7: Spectral Clustering Data Analysis and Manifold Learning Lecture 7: Spectral Clustering Radu Horaud INRIA Grenoble Rhone-Alpes, France Radu.Horaud@inrialpes.fr http://perception.inrialpes.fr/ Outline of Lecture 7 What is spectral

More information

CS168: The Modern Algorithmic Toolbox Lectures #11 and #12: Spectral Graph Theory

CS168: The Modern Algorithmic Toolbox Lectures #11 and #12: Spectral Graph Theory CS168: The Modern Algorithmic Toolbox Lectures #11 and #12: Spectral Graph Theory Tim Roughgarden & Gregory Valiant May 2, 2016 Spectral graph theory is the powerful and beautiful theory that arises from

More information

Lecture 1: From Data to Graphs, Weighted Graphs and Graph Laplacian

Lecture 1: From Data to Graphs, Weighted Graphs and Graph Laplacian Lecture 1: From Data to Graphs, Weighted Graphs and Graph Laplacian Radu Balan February 5, 2018 Datasets diversity: Social Networks: Set of individuals ( agents, actors ) interacting with each other (e.g.,

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

The non-backtracking operator

The non-backtracking operator The non-backtracking operator Florent Krzakala LPS, Ecole Normale Supérieure in collaboration with Paris: L. Zdeborova, A. Saade Rome: A. Decelle Würzburg: J. Reichardt Santa Fe: C. Moore, P. Zhang Berkeley:

More information

Algebraic aspects of the normalized Laplacian

Algebraic aspects of the normalized Laplacian Algebraic aspects of the normalized Laplacian Steve Butler Abstract Spectral graph theory looks at the interplay between the structure of a graph and the eigenvalues of a matrix associated with the graph.

More information

Cospectral graphs and the generalized adjacency matrix

Cospectral graphs and the generalized adjacency matrix Linear Algebra and its Applications 42 2007) 41 www.elsevier.com/locate/laa Cospectral graphs and the generalized adjacency matrix E.R. van Dam a,1, W.H. Haemers a,, J.H. Koolen b,2 a Tilburg University,

More information

The minimal spectral radius of graphs with a given diameter

The minimal spectral radius of graphs with a given diameter Linear Algebra and its Applications 43 (007) 408 419 www.elsevier.com/locate/laa The minimal spectral radius of graphs with a given diameter E.R. van Dam a,, R.E. Kooij b,c a Tilburg University, Department

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

Predicting Graph Labels using Perceptron. Shuang Song

Predicting Graph Labels using Perceptron. Shuang Song Predicting Graph Labels using Perceptron Shuang Song shs037@eng.ucsd.edu Online learning over graphs M. Herbster, M. Pontil, and L. Wainer, Proc. 22nd Int. Conf. Machine Learning (ICML'05), 2005 Prediction

More information

Maxima of the signless Laplacian spectral radius for planar graphs

Maxima of the signless Laplacian spectral radius for planar graphs Electronic Journal of Linear Algebra Volume 0 Volume 0 (2015) Article 51 2015 Maxima of the signless Laplacian spectral radius for planar graphs Guanglong Yu Yancheng Teachers University, yglong01@16.com

More information

Spectral Graph Theory Tools. Analysis of Complex Networks

Spectral Graph Theory Tools. Analysis of Complex Networks Spectral Graph Theory Tools for the Department of Mathematics and Computer Science Emory University Atlanta, GA 30322, USA Acknowledgments Christine Klymko (Emory) Ernesto Estrada (Strathclyde, UK) Support:

More information

Space-Variant Computer Vision: A Graph Theoretic Approach

Space-Variant Computer Vision: A Graph Theoretic Approach p.1/65 Space-Variant Computer Vision: A Graph Theoretic Approach Leo Grady Cognitive and Neural Systems Boston University p.2/65 Outline of talk Space-variant vision - Why and how of graph theory Anisotropic

More information

v iv j E(G) x u, for each v V(G).

v iv j E(G) x u, for each v V(G). Volume 3, pp. 514-5, May 01 A NOTE ON THE LEAST EIGENVALUE OF A GRAPH WITH GIVEN MAXIMUM DEGREE BAO-XUAN ZHU Abstract. This note investigates the least eigenvalues of connected graphs with n vertices and

More information

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

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

More information

Topology-Driven Performance Analysis of Power Grids

Topology-Driven Performance Analysis of Power Grids Topology-Driven Performance Analysis of Power Grids Hale Çetinay, Yakup Koç, Fernando A. Kuipers, Piet Van Mieghem Abstract Direct connections between nodes usually result in efficient transmission in

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

Graph Partitioning Algorithms and Laplacian Eigenvalues

Graph Partitioning Algorithms and Laplacian Eigenvalues Graph Partitioning Algorithms and Laplacian Eigenvalues Luca Trevisan Stanford Based on work with Tsz Chiu Kwok, Lap Chi Lau, James Lee, Yin Tat Lee, and Shayan Oveis Gharan spectral graph theory Use linear

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

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

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

Kronecker Product of Networked Systems and their Approximates

Kronecker Product of Networked Systems and their Approximates Kronecker Product of Networked Systems and their Approximates Robotics, Aerospace and Information Networks (RAIN) University of Washington (Robotics, Aerospace Kronecker and Information Products Networks

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

ORIE 6334 Spectral Graph Theory September 8, Lecture 6. In order to do the first proof, we need to use the following fact.

ORIE 6334 Spectral Graph Theory September 8, Lecture 6. In order to do the first proof, we need to use the following fact. ORIE 6334 Spectral Graph Theory September 8, 2016 Lecture 6 Lecturer: David P. Williamson Scribe: Faisal Alkaabneh 1 The Matrix-Tree Theorem In this lecture, we continue to see the usefulness of the graph

More information

Shortest Paths & Link Weight Structure in Networks

Shortest Paths & Link Weight Structure in Networks Shortest Paths & Link Weight Structure in etworks Piet Van Mieghem CAIDA WIT (May 2006) P. Van Mieghem 1 Outline Introduction The Art of Modeling Conclusions P. Van Mieghem 2 Telecommunication: e2e A ETWORK

More information

poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007

poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007 poster presented at: Complex Networks: from Biology to Information Technology Pula (CA), Italy, July 2-6, 2007 What network analysis can reveal about tourism destinations Rodolfo Baggio Master in Economics

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

Spectral gap in bipartite biregular graphs and applications

Spectral gap in bipartite biregular graphs and applications Spectral gap in bipartite biregular graphs and applications Ioana Dumitriu Department of Mathematics University of Washington (Seattle) Joint work with Gerandy Brito and Kameron Harris ICERM workshop on

More information

SEIDEL ENERGY OF ITERATED LINE GRAPHS OF REGULAR GRAPHS

SEIDEL ENERGY OF ITERATED LINE GRAPHS OF REGULAR GRAPHS Kragujevac Journal of Mathematics Volume 39(1) (015), Pages 7 1. SEIDEL ENERGY OF ITERATED LINE GRAPHS OF REGULAR GRAPHS HARISHCHANDRA S. RAMANE 1, IVAN GUTMAN, AND MAHADEVAPPA M. GUNDLOOR 3 Abstract.

More information

Two Mathematical Papers Relevant for the Hückel Molecular Orbital Theory 1

Two Mathematical Papers Relevant for the Hückel Molecular Orbital Theory 1 MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 72 (2014) 565-572 ISSN 0340-6253 Two Mathematical Papers Relevant for the Hückel Molecular Orbital Theory

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

Eugene Wigner [4]: in the natural sciences, Communications in Pure and Applied Mathematics, XIII, (1960), 1 14.

Eugene Wigner [4]: in the natural sciences, Communications in Pure and Applied Mathematics, XIII, (1960), 1 14. Introduction Eugene Wigner [4]: The miracle of the appropriateness of the language of mathematics for the formulation of the laws of physics is a wonderful gift which we neither understand nor deserve.

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

Móstoles, Spain. Keywords: complex networks, dual graph, line graph, line digraph.

Móstoles, Spain. Keywords: complex networks, dual graph, line graph, line digraph. Int. J. Complex Systems in Science vol. 1(2) (2011), pp. 100 106 Line graphs for directed and undirected networks: An structural and analytical comparison Regino Criado 1, Julio Flores 1, Alejandro García

More information

LAPLACIAN MATRIX AND APPLICATIONS

LAPLACIAN MATRIX AND APPLICATIONS LAPLACIAN MATRIX AND APPLICATIONS Alice Nanyanzi Supervisors: Dr. Franck Kalala Mutombo & Dr. Simukai Utete alicenanyanzi@aims.ac.za August 24, 2017 1 Complex systems & Complex Networks 2 Networks Overview

More information

Lecture 1 and 2: Introduction and Graph theory basics. Spring EE 194, Networked estimation and control (Prof. Khan) January 23, 2012

Lecture 1 and 2: Introduction and Graph theory basics. Spring EE 194, Networked estimation and control (Prof. Khan) January 23, 2012 Lecture 1 and 2: Introduction and Graph theory basics Spring 2012 - EE 194, Networked estimation and control (Prof. Khan) January 23, 2012 Spring 2012: EE-194-02 Networked estimation and control Schedule

More information

Networks and Their Spectra

Networks and Their Spectra Networks and Their Spectra Victor Amelkin University of California, Santa Barbara Department of Computer Science victor@cs.ucsb.edu December 4, 2017 1 / 18 Introduction Networks (= graphs) are everywhere.

More information

The Laplacian Spectrum of Complex Networks

The Laplacian Spectrum of Complex Networks 1 The Laplacian Spectrum of Complex etworks A. Jamakovic and P. Van Mieghem Delft University of Technology, The etherlands {A.Jamakovic,P.VanMieghem}@ewi.tudelft.nl Abstract The set of all eigenvalues

More information

SIMPLICES AND SPECTRA OF GRAPHS

SIMPLICES AND SPECTRA OF GRAPHS University of Ljubljana Institute of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 9, 000 Ljubljana, Slovenia Preprint series, Vol. 47 (2009), 07 SIMPLICES AND SPECTRA OF GRAPHS

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

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

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

The chromatic number and the least eigenvalue of a graph

The chromatic number and the least eigenvalue of a graph The chromatic number and the least eigenvalue of a graph Yi-Zheng Fan 1,, Gui-Dong Yu 1,, Yi Wang 1 1 School of Mathematical Sciences Anhui University, Hefei 30039, P. R. China fanyz@ahu.edu.cn (Y.-Z.

More information

Spectral Algorithms I. Slides based on Spectral Mesh Processing Siggraph 2010 course

Spectral Algorithms I. Slides based on Spectral Mesh Processing Siggraph 2010 course Spectral Algorithms I Slides based on Spectral Mesh Processing Siggraph 2010 course Why Spectral? A different way to look at functions on a domain Why Spectral? Better representations lead to simpler solutions

More information

Designing Information Devices and Systems I Fall 2018 Homework 5

Designing Information Devices and Systems I Fall 2018 Homework 5 Last Updated: 08-09-9 0:6 EECS 6A Designing Information Devices and Systems I Fall 08 Homework 5 This homework is due September 8, 08, at 3:59. Self-grades are due October, 08, at 3:59. Submission Format

More information

The eigenvalues of an n x n complex matrix A are the roots of the n th degree polynomial det(a-λi) = 0. Further the positive square roots of the

The eigenvalues of an n x n complex matrix A are the roots of the n th degree polynomial det(a-λi) = 0. Further the positive square roots of the The eigenvalues of an n x n complex matrix A are the roots of the n th degree polynomial det(a-λi) = 0. Further the positive square roots of the eigenvalues of the positive semidefinite matrix A*A are

More information

The spectral radius of graphs on surfaces

The spectral radius of graphs on surfaces The spectral radius of graphs on surfaces M. N. Ellingham* Department of Mathematics, 1326 Stevenson Center Vanderbilt University, Nashville, TN 37240, U.S.A. mne@math.vanderbilt.edu Xiaoya Zha* Department

More information

Self Similar (Scale Free, Power Law) Networks (I)

Self Similar (Scale Free, Power Law) Networks (I) Self Similar (Scale Free, Power Law) Networks (I) E6083: lecture 4 Prof. Predrag R. Jelenković Dept. of Electrical Engineering Columbia University, NY 10027, USA {predrag}@ee.columbia.edu February 7, 2007

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms : Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA 2 Department of Computer

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

Graph Matching & Information. Geometry. Towards a Quantum Approach. David Emms

Graph Matching & Information. Geometry. Towards a Quantum Approach. David Emms Graph Matching & Information Geometry Towards a Quantum Approach David Emms Overview Graph matching problem. Quantum algorithms. Classical approaches. How these could help towards a Quantum approach. Graphs

More information