Worksheet On Analytical and Computational Methods of Graph Theory
Worksheet On Analytical and Computational Methods of Graph Theory
On
Analytical and computational methods of graph theory
By Mehari K.(Ph.D.)
5. For the adjacency matrix A of a graph, the (i,j)-th entry of A2 represents the
number of 2-step paths between vertex i and vertex j.
Prove this property using matrix multiplication and provide an example with
a simple graph.
6. Consider the graph with the adjacency matrix:
0 1 1
𝐴= 1 0 1
1 1 0
Compute A2 and A3, and interpret their meanings in terms of the paths between
vertices.
0 1 0
𝐴= 1 0 1
0 1 0