Description
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(π£) = max{π·(π’, π£): π’ β π}.
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(π») β€ 2 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 [π’].