Chapter 11: Problem 16
Graph with four vertices of degrees \(1,2,3\), and \(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 16
Graph with four vertices of degrees \(1,2,3\), and \(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
Let \(\mathbf{A}=\left[\begin{array}{rrr}1 & 1 & -1 \\ 0 & -2 & 1\end{array}\right], \mathbf{B}=\left[\begin{array}{rr}-2 & 0 \\ 1 & 3\end{array}\right]\), and \(\mathbf{C}=\left[\begin{array}{rr}0 & -2 \\ 3 & 1 \\\ 1 & 0\end{array}\right]\). For each of the following, determine whether the indicated product exists, and compute it if it does. a. \(\mathbf{A B}\) b. BA c. \(\mathbf{A}^{2}\) d. \(\mathbf{B C}\) e. \(\mathbf{C B}\) f. B \(^{2}\) g. \(\mathbf{B}^{3}\) h. \(\mathbf{C}^{2}\) i. \(\mathbf{A C}\) j. CA
In each of \(35-50\) either draw a graph with the given specifications or explain why no such graph exists. Full binary tree, five internal vertices
Find directed graphs that have the following adjacency matrices: a. \(\left[\begin{array}{llll}1 & 0 & 1 & 2 \\ 0 & 0 & 1 & 0 \\ 0 & 2 & 1 & 1 \\\ 0 & 1 & 1 & 0\end{array}\right] \quad\) b. \(\left[\begin{array}{llll}0 & 1 & 0 & 0 \\ 2 & 0 & 1 & 0 \\ 1 & 2 & 1 & 0 \\ 0 & 0 & 1 & 0\end{array}\right]\)
In each of \(35-50\) either draw a graph with the given specifications or explain why no such graph exists. Binary trec, height 3 , seven terminal vertices
a. Let \(\mathbf{A}=\left[\begin{array}{lll}1 & 1 & 2 \\ 1 & 0 & 1 \\ 2 & 1 & 0\end{array}\right]\). Find \(\mathbf{A}^{2}\) and \(\mathbf{A}^{3}\). b. Let \(G\) be the graph with vertices \(v_{\mathrm{l}}, v_{2}\), and \(v_{3}\) and with A as its adjacency matrix. Use the answers to part (a) to find the number of walks of length 2 from \(v_{1}\) to \(v_{3}\) and the number of walks of length 3 from \(v_{1}\) to \(v_{3}\). Do not draw \(G\) to solve this problem. c. Examine the calculations you performed in answering part (a) to find five walks of length 2 from \(v_{3}\) to \(v_{3}\). Then draw \(G\) and find the walks by visual inspection.
What do you think about this solution?
We value your feedback to improve our textbook solutions.