Starting from:

$25

CS453 - Graph Theoryย  - Assignment 4 - Solved

1.     Recall that the adjacency matrix of a simple graph ๐บ with vertex set 

{๐‘ฃ1, ๐‘ฃ2, … , ๐‘ฃ๐‘›} is the ๐‘› × ๐‘› matrix ๐ด with entries 

                                                                  ๐ด๐‘–,๐‘— = {1      ๐‘ฃ๐‘– is adjacent to ๐‘ฃ๐‘— 

                                                                                     0             otherwise

A.    Let ๐พ3,4 be the complete bipartite graph with vertices 

{๐‘ฃ1, ๐‘ฃ2, ๐‘ฃ3, ๐‘ฃ4, ๐‘ฃ5,๐‘ฃ6, ๐‘ฃ7} and where vertices ๐‘ฃ๐‘– and ๐‘ฃ๐‘— are adjacent if and only if ๐‘– and ๐‘— have different parity (one of ๐‘– or ๐‘— is odd and the other is even.)  What does the adjacency matrix ๐ด look like in this case? 

B.     Let ๐พ3,4 be the complete bipartite graph with vertices 

{๐‘ฃ1, ๐‘ฃ2, ๐‘ฃ3, ๐‘ฃ4, ๐‘ฃ5,๐‘ฃ6, ๐‘ฃ7} and where vertices ๐‘ฃ๐‘– and ๐‘ฃ๐‘— are adjacent if and only if (๐‘– ≤ 3 and ๐‘— ≥ 4) or  (๐‘– ≥ 4 and ๐‘— ≤ 3).  What does the adjacency matrix ๐ด look like in this case? 

 

 

             

2.     We let ๐บ be a connected graph.  For any vertex ๐‘ฃ   ๐‘‰, define its eccentricity by the formula ecc . 

This is the length of “longest among all shortest paths with ๐‘ฃ as an endpoint.” 

a.     Let ๐บ be the graph drawn below.  Label each vertex with its eccentricity. 

 

 

b.    The diameter of a graph is the maximum among the eccentricities of its vertices and the radius of a graph is the minimum among the eccentricities of its vertices.  For the graph ๐บ drawn in part a, what is its diameter and radius? 

c.     A central vertex is a vertex ๐‘ฃ such that ecc(๐‘ฃ) = radius(๐บ).  Which of the vertices in the graph ๐บ are central vertices? 

d.    A peripheral vertex is a vertex ๐‘ฃ such that ecc(๐‘ฃ) = diameter(๐บ).  Which of the vertices in graph ๐บ are peripheral vertices? 

e.     Explain why it is important for these definitions that ๐บ be a connected graph. 

f.       Show that for any connected graph ๐ป,  radius  diameter  radius(๐ป). 

One inequality is quite easy and the second can be handled using a central vertex and the triangle inequality. 

  

           

3.     Recall that a bridge is an edge whose deletion increases the number of components of a graph.  Also, a link is another term for “non-bridge.” 

 

a.     In the graph ๐บ (same as in problem 2a) below, which edges are bridges and which edges are links? 

 

 

b.    If you delete all of the bridges, how many components remain? 

c.     Suppose, instead, you deleted links one at a time until the remaining graph had no links.  How many links could you delete in this process? 

 

4.     Let ๐บ be a graph and ๐‘ฅ be a vertex of ๐บ.  We say that ๐‘ข~๐‘ค if ๐ท(๐‘ข, ๐‘ฅ) = ๐ท(๐‘ค, ๐‘ฅ).  When we discuss trees, the equivalence classes will be the levels of a tree. 

a.     Show that this relation is reflexive. 

b.    Show that this relation is symmetric. 

c.     Show that this relation is transitive. 

d.    Suppose ๐‘ฅ has no loops and suppose ๐‘ข๐‘ฅ is an edge.  Briefly describe the equivalence class [๐‘ข]. 

More products