$25
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 [๐ข].