Chapter 11: Problem 20
Draw four nonisomorphic graphs with six vertices, two of degree 4 and four of degree 3 .
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 20
Draw four nonisomorphic graphs with six vertices, two of degree 4 and four of degree 3 .
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Suppose \(G\) is a connected graph and \(T\) is a circuit-free subgraph of \(G\). Suppose also that if any edge \(e\) of \(G\) not in \(T\) is added to \(T\), the resulting graph contains a circuit. Prove that \(T\) is a spanning tree for \(G\).
Suppose that \(G\) is a graph with \(v\) vertices and \(e\) edges and that the degree of each vertex is at least \(d_{\text {tain }}\) and at most \(d_{\max }\). Show that $$ \frac{1}{2} d_{\min }, v \leq e \leq \frac{1}{2} d_{\max } \cdot v . $$
A graph has eight vertices and six edges. Is it connected? Why'?
In each of 8-21, either draw a graph with the given specifications or explain why no such graph exists. Graph, connected, nine vertices, nine edges
a. Draw a graph that has
$$
\left[\begin{array}{lllll}
0 & 0 & 0 & 1 & 2 \\
0 & 0 & 0 & 1 & 1 \\
0 & 0 & 0 & 2 & 1 \\
1 & 1 & 2 & 0 & 0 \\
2 & 1 & 1 & 0 & 0
\end{array}\right]
$$
as its adjacency matrix. Is this graph bipartite? (For a definition of
bipartite, see exercise 37 in Section 11.1.)
Definition: Given an \(m \times n\) matrix A whose \(i j\) th entry is
denoted \(a_{i j}\), the transpose of \(\mathbf{A}\) is the matrix
\(\mathbf{A}^{\mathrm{t}}\) whose \(i j\) th
entry is \(a_{j i}\), for all \(i=1,2, \ldots . m\) and \(j=1,2, \ldots, n\).
Note that the first row of \(\mathbf{A}\) becomes the first column of
\(\mathbf{A}^{\prime}\), the second row of \(\mathbf{A}\) becomes the second
column of \(\mathbf{A}^{\mathrm{r}}\), and so forth. For instance,
if \(\mathbf{A}=\left[\begin{array}{lll}0 & 2 & 1 \\ 1 & 2 &
3\end{array}\right]\), then \(\mathbf{A}^{t}=\left[\begin{array}{ll}0 & 1 \\ 2
& 2 \\ 1 & 3\end{array}\right]$$H\) b. Show that a graph with \(n\) vertices is
bipartite if, and only if, for some labeling of its vertices, its adjacency
matrix has the form
$$
\left[\begin{array}{ll}
\mathrm{O} & \mathrm{A} \\
\mathrm{A}^{t} & \mathrm{O}
\end{array}\right]
$$
where \(\mathrm{A}\) is a \(k \times(n-k)\) matrix for some integer \(k\) such that
\(0
What do you think about this solution?
We value your feedback to improve our textbook solutions.