Reference Text 11
Reference Text 11
G A (G)
The adjacency matrix of a graph , denoted by , is an nxn matrix where the ijth
A (G) vi v j G, A (G)
entry of is 1 if vertices are adjacent in or 0 otherwise. is
symmetric, and has 0 in each entry in its main diagonal.
Given a graph G with n vertices, the degree matrix D ( G ) is an nxn diagonal matrix
defined as
1 2 3
[ ]
011
A= 101
110
If the columns are labelled 1,2 and 3 representing these vertices of the graph, then the
rows are also labelled 1,2and3.
2
If we let vertices be 1,2 and 3 then the matric is symmetric with 0 entries down the
diagonal.
A v =λ v
Eg.
Given A= [−21
1−2
] and vector [−33 ] , what is the eigenvalue of A?
Characteristic polynomial
How do we find the eigenvalues of A?
PA (G) ( λ)
The characteristic polynomial of matrix A ( G ) is denoted by ,
and is expressed in terms of λ.
P A ( G ) ( λ )=det ( λI−A )
λ 1+ λ2 +...+ λn =0
spectrum) in descending
We list the eigenvalues of a matrix (the
m m
( λ ) 1 ,( λ 2 ) 2 ,. ..
order, and their multiplicity as follows: 1
Eg. For A representing the complete graph on 3 vertices with vertices labelled
[ ][ ]
100 011
1,2 and 3. det ( λI −A )=det (λ 010 − 101 )
001 110
([ ])
λ−1−1
det −1 λ−1 = show= λ ( λ2−1 ) +(− λ−1 ) −1. ( 1+ λ )
−1−1 λ
Note the sum of them is 0 and the energy of the graph is 4=1 +1 +2.
Exercise:
Find the characteristic equation of the path on three vertices – label the vertex of
degree 2 label 1 and the two end vertices label 2 and 3.
❑
To solve λ 2−1=0 we get λ 2=1 so that λ =1∨−1.
We introduce complex numbers: (i=√ −1∨i 2=−1 ) and λ=a+ib where a and b
are real.
4
What is |λ|?
2π 4π
The three roots of unity are therefore: cis0; cis and cis .
3 3
These three roots are therefore 1, -√ 3/2+i(1/2) and -√ 3/2-i(1/2).
C8
Cycle graph
We set up the adjacency matrix for the cycle graph on n vertices x ifor
i=1,2,3,….,n where a ij=1 if x i is adjacent x j or 0 otherwise.
Lemma
The characteristic equation associated with the cycle graph results in the
linear homogeneous difference equation with constant coefficients
x i−1 +x i+1=λx i
1 ≤i ≤ n , λ
for where IS THE EIGENVALUE
has n eigenvalues
λ j =2 cos ( 2nπj ); 0≤ j≤¿ n−1 .
Proof
x i−1+ x i +1=λ x i
x n + x n+2=λ x n +1
λ±√ λ2 −4
n
x n=k 1 r 1 +k 2 r 2
n r1 , r2= .
with 2
6
2
By calculation, the sum of the roots of the quadratic p(t )=t −λt+1 is λ
and the product of the roots of this quadratic is 1. Therefore,
r1+ r2= λ
1
r2=
Substituting
r 1 we get
1
r1+ =λ
r1 (*)
x n =x 0
⇒ k 1 r n +k 2 r n =k 1 +k 2
1 2
⇒ r n =1 r n =1
1 and 2 (check other initial condition gives same)
n
Recalling from Lemma, that if r =1 then the solutions are
{ }
2 π ik
n
U n= e =cos ( 2πk )+isin ( 2πk ) ;0≤k≤n−1 where U n is the nth root of
unity and
r n=1
Therefore, 1 has solution set
1
λj =r 1 +
r1
=e
2 πij
n
+e
−−2 πij
n ;0≤ j≤n−1
= cos ( 2nπj )+i sin ( 2nπj )+cos ( −2nπj )+i sin ( −2nπj );0≤j≤n−1
= cos( 2nπj )+i sin ( 2nπj )+cos ( 2nπj )−isin ( 2nπj ); 0 ≤ j ≤ n−1
❑
=2cos (
n )
2 πj
; 0 ≤ j ≤n−1
i.e., x i−1+ x i +1=λ n x i , for 1≤i≤n and x 0=x n and x n+1=x 1 (why these initial
conditions?)
From the above lemma using difference equation we get the main result:
=2 cos ( );0≤j≤n−1.
2 πj
n
Exercise:
You found the roots of the cycle on three vertices – what is the energy of this
three cycle?2
What is the energy of the 4 cycle using the result above?