Description
Questions with a (β) are each worth 1 bonus point for 453 students.
- 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
- 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?
- 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?
- 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.β
- Let πΊ be the graph drawn below. Label each vertex with its eccentricity.
- 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?
- A central vertex is a vertex π£ such that ecc(π£) = radius(πΊ). Which of the vertices in the graph πΊ are central vertices?
- A peripheral vertex is a vertex π£ such that ecc(π£) = diameter(πΊ). Which of the vertices in graph πΊ are peripheral vertices?
- Explain why it is important for these definitions that πΊ be a connected graph.
- 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.
- 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.β
- In the graph πΊ (same as in problem 2a) below, which edges are bridges and which edges are links?
- If you delete all of the bridges, how many components remain?
- 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?
- Let πΊ be a graph and π₯ be a vertex of πΊ. We say that π’ β π€ if π·(π’, π₯) = π·(π€, π₯).Β When we discuss trees, the equivalence classes under β will be the levels of a tree.
- Show that the relation β is reflexive.
- Show that the relation β is symmetric.
- Show that the relation β is transitive.
- Suppose π₯ has no loops and suppose π’π₯ is an edge. Briefly describe the equivalence class [π’] under β.




