Chapter 6: Problem 264
Give examples of the following concepts a) Graph b) Digraph c) Matrix of a digraph d) Incidence matrix.
/*! 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 6: Problem 264
Give examples of the following concepts a) Graph b) Digraph c) Matrix of a digraph d) Incidence matrix.
All the tools & learning materials you need for study success - in one app.
Get started for free
Draw the multi graphs whose adjacency matrices are given below: (1) \(\begin{array}{rrrrrr} & 1 & 1 & 1 & 1 & 2 \\ & 11 & 3 & 1 & 3 & 1 \\\ \mathrm{G}_{1}= & \mid 1 & 1 & 0 & 1 & 1 \mid \\ & 1 & 3 & 1 & 0 & 1 \\ & 2 & 1 & 1 & 1 & 0\end{array}\) (2) \(\quad \begin{array}{rrrrr} & 0 & 2 & 2 & 3 \\ \mathrm{G}_{2}= & 2 & 0 & 3 & 2 \\ & 2 & 3 & 0 & 0 \\ & 2 & 2 & 0 & 0\end{array}\)
Prove the following theorem: "A graph \(\mathrm{G}=(\mathrm{V}, \mathrm{E})\) has a partial graph that is a tree if, and only if, \(G\) is connected."
Convert (a) - (c) from Infix to Prefix and Postfix expressions and \((\mathrm{d})-(\mathrm{f})\) from Prefix to Infix and Postfix expressions. (a) \(\mathrm{A}+\mathrm{B}^{*} \mathrm{C} / \mathrm{D}\) (b) \(A-C \& D+B \uparrow E\) (c) \(\mathrm{X} \uparrow \mathrm{Y} \uparrow \mathrm{Z}\) (d) \(+*-\mathrm{ABCD}\) (e) \(+\mathrm{mA}^{*} \mathrm{BmC}\) (f) \(\uparrow \mathrm{X}+{ }^{*} \mathrm{YZW}\)
(1) Draw the ordered rooted tree for the algebraic expression \(\left[4 x^{4}+6 y^{2}+(6 x+44 z)^{4}-96(4+3 x)\right] \div 45\) (using ** for exponentiation). (2) Rewrite the expression in (a) postfix representation, and (b) prefix representation.
Draw the following: (1) \(\mathrm{K}_{1}\) (2) a connected regular graph of degree 0 (3) a graph that is 1 -regular (4) \(\mathrm{K}_{2,8}\) (5) a bipartite graph of 10 vertices (6) a connected regular graph of degree 3 with 8 vertices.
What do you think about this solution?
We value your feedback to improve our textbook solutions.