Locating Eigenvalues in Graphs: Algorithms and Applications

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book focuses on linear time eigenvalue location algorithms for graphs. This subject relates to spectral graph theory, a field that combines tools and concepts of linear algebra and combinatorics, with applications ranging from image processing and data analysis to molecular descriptors and random walks. It has attracted a lot of attention and has since emerged as an area on its own.
Studies in spectral graph theory seek to determine properties of a graph through matrices associated with it. It turns out that eigenvalues and eigenvectors have surprisingly many connections with the structure of a graph. This book approaches this subject under the perspective of eigenvalue location algorithms. These are algorithms that, given a symmetric graph matrix M and a real interval I, return the number of eigenvalues of M that lie in I. Since the algorithms described here are typically very fast, they allow one to quickly approximate the value of any eigenvalue, which is a basic step in most applications of spectral graph theory. Moreover, these algorithms are convenient theoretical tools for proving bounds on eigenvalues and their multiplicities, which was quite useful to solve longstanding open problems in the area. This book brings these algorithms together, revealing how similar they are in spirit, and presents some of their main applications.
This work can be of special interest to graduate students and researchers in spectral graph theory, and to any mathematician who wishes to know more about eigenvalues associated with graphs. It can also serve as a compact textbook for short courses on the topic.

Author(s): Carlos Hoppen, David P. Jacobs, Vilmar Trevisan
Series: SpringerBriefs in Mathematics
Publisher: Springer
Year: 2022

Language: English
Pages: 141
City: Cham

Preface
Acknowledgments
Contents
1 Introduction
References
2 Preliminaries
2.1 Graph Theory Review
2.2 Linear Algebra Review
2.3 Eigenvalues and Eigenvectors
2.4 Elementary Matrices and Operations
2.5 Spectral Graph Theory
2.6 Sylvester's Law of Inertia
2.7 Analysis of Algorithms
2.8 Rooted Trees
References
3 Locating Eigenvalues in Trees
3.1 Adjacency Matrix
3.2 Symmetric Matrices with Underlying Tree
3.3 Laplacian Matrix and Applications
References
4 Graph Classes and Graph Decompositions
4.1 Hereditary Graph Classes
4.2 Cographs
4.3 Tree Decomposition
4.4 Nice Tree Decomposition
4.5 Clique Decomposition
4.6 Slick Clique Decomposition
References
5 Locating Eigenvalues in Cographs
5.1 Diagonalizing a Row and Column
5.2 Diagonalizing A + xI
5.3 Applications: Inertia and Spectral Characterization of Cographs
References
6 Locating Eigenvalues Using Tree Decomposition
6.1 Gaussian Elimination and Tree Decompositions
6.2 Diagonalization Algorithm
6.3 Example
References
7 Locating Eigenvalues Using Slick Clique Decomposition
7.1 Clique-Width and Diagonalization
7.2 The Algorithm
7.3 Example
7.4 Correctness, Complexity, and Implementation
References
8 Distance-Hereditary Graphs
8.1 Distance-Hereditary Graphs
8.2 Locating Eigenvalues in Distance-Hereditary Graphs
8.3 The Graphs Having scw ≤2
References
Index