Eigen Values Interlacing Result For Various Types of Graphs
Eigen Values Interlacing Result For Various Types of Graphs
Supervised By-
Dr. Jitendra Kumar Presented by-
Assistant Professor DIPALI SWAIN
Department of Mathematics CUJ/M/2017/MMA/08
Central University of Jharkhand
Graph Theory
The Konigsberg Bridge Problem:- The problem was proposed and one of the
most notable problem in the history of mathematics.
The negative resolution was given by Leonhard Euler in 1736 that there exists no
such trip from any point such that every bridge is travelled exactly once and return
to the same point.
C
c g
d
A e D
a b
f
B
Resolving the problem into a graph theoretic problem
Graph:
A graph G is a pair of sets denoted by G(V, E), where V is
the set of vertices and E is the set of edges, connecting the
pairs of vertices.
v1 e1 v2 Degree:-
deg(v1)= 4
e3 deg(v2)= 2
e5 deg(v3)= 5
deg(v4)= 2
e9 e2 deg(v5)= 5 (self loop counted twice)
Walk:-
Trail:-
v5 Path:-
e4 v3 Circuit:-
e8 e7 e6
v4
Complete graph Connected graph Minimally Connected graph
v1 v6
v2 v5
v3 v4
Complete bipartite graph
Matrices associated with Graph Theory
• Incidence matrix: Denoted by I with entries defined
as the following:-
1 if ej is incident on vi
aij=
v1 0 otherwise
e1 e5 e1 e2 e3 e4 e5 e6
e4 v4 e6 v1 1 0 0 0 1 0
v5
v2 v2 1 1 0 1 0 0
e2 e3 v3 0 1 1 0 0 0
v4 0 0 1 1 1 0
v3
v5 0 0 0 0 0 1
• Adjacency matrix: Denoted by A with entries defined
as the following:-
1 if vi adjacent to vj
aij =
0 otherwise
v1
e1 e5 v1 v2 v3 v4 v5
e4 v4 e6 v1 0 1 0 1 0
v5 v2 1 0 1 1 0
v2
v3 0 1 0 1 0
e2 e3
v4 1 1 1 0 1
v3 v5 0 0 0 1 0
• Laplacian matrix: Denoted by L with entries defined
as the following:-
di if vi = vj and d(vi) ≠ 0
-1 if vi is adjacent to vj
aij =
v1 0 otherwise
e1 e5 v1 v2 v3 v4 v5
e4 v4 e6 v1 2 1 0 1 0
v5
v2 v2 1 3 1 1 0
e3 v3 0 1 2 1 0
e2
v4 1 1 1 4 1
v3
v5 0 0 0 1 1
• Normalised Laplacian matrix: Denoted by L with
entries defined as the following:-
1 if vi = vj and d(vi) ≠ 0
1
aij = if if vi is adjacent to vj
di d j
v1 0 otherwise
e1 v1 v2 v3 v4 v5
e5 1 1
1 0 0
e4 v4 e6 v1 6 2 2
v5 1 1 1
1 0
v2 v2 6 6 2 3
1 1
v3 0 1 0
e2 e3 1
6
1 1
2 2
1
v4 1
2 2 2 3 2 2 2
v3 v5 1
0 0 0 1
2
Properties of Laplacian Matrix L of a graph.
• For a simple graph G with non isolated vertices, L = D - A
where D is the diagonal matrix with diagonal entries dii as
the degree of the ith vertex.
• The Laplacian matrix L is positive semi definite therefore
it has non negative eigen values.
• The row sum in a Laplacian matrix L is 0 thus (smallest
eigen value)λ1= 0 is always an eigen value for L.
• The second eigenvalue λ2 is non zero only for connected
graphs and is called Friedler value and the associated
eigenvector is called Friedler vector.
• The first(smallest) non zero eigen value λk is called the
spectral gap for L.
Properties of Normalised Laplacian Matrix