$30
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 ≈.