



















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Various network metrics, including paths and components, and introduces the concepts of eulerian and hamiltonian paths. It also covers the concept of eigenvectors and eigenvalues in the context of graph theory. Examples and explanations of how to calculate eigenvectors and eigenvalues.
Typology: Slides
1 / 27
This page cannot be seen from the preview
Don't miss anything!
Lecture 5:
Mathematics of Networks (Cont)
Network metrics: paths
Network metrics: shortest paths
5
A
B C
E^ D
1
2
2
3
3
Eulerian Path
Source: http://en.wikipedia.org/wiki/Seven_Bridges_of_KönigsbergImage 1 – GNU v1.2: Bogdan, Wikipedia; http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License Image 2 – Image 3 – GNU v1.2: Booyabazooka, Wikipedia;GNU v1.2: Riojajar, Wikipedia; http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License http://commons.wikimedia.org/wiki/Commons:GNU_Free_Documentation_License
Eulerian and Hamiltonian paths
Eulerian path: traverse each edge exactly once
Hamiltonian path: visit each vertex exactly once
Network metrics: components
components in directed networks
11
A
B C
E^ D
F (^) G
H
Weakly connected components A B C D E G H F
Strongly connected components Each node within the component can be reached from every other node in the component by following directed links
Strongly connected components B C D E A G H F
Weakly connected components : every node can be reached from every other node by following links in either direction
A
B C
E^ D
F (^) G
H
network metrics: size of giant
bowtie model of the web
Cut Sets and Maximum Flow
Graph Laplacian
Eigenvalues and eigenvectors
Ax = λ x (E.01)
Ax = λ x
The vector x is called an eigenvector and the scalar λ, is called an eigenvalue.
Do all matrices have real eigenvalues?
No, they must be square and the determinant of A- λ I must equal zero. This is easy to show:
This can only be true if det( A- λ I )=| A- λ I |=
Are eigenvectors unique?
No, if x is an eigenvector, then β x is also an eigenvector and β λ is an eigenvalue.
Ax −λ x = 0 x A ( −λ I ) = 0
A (β x )= β Ax = βλ x = λ (β x )
(E.02) (E.03)
(E.04)