Consider the following networks:
State the degree of vertex C.
State the degree of vertex D.
State the degree of vertex X.
State the degree of vertex C.
Create an adjacency matrix for the following network:
For each of the following networks:
Create an adjacency matrix for the network.
State the degree of each of the vertex.
Consider this adjacency matrix:
\begin{array}{cc} & \begin{array}{ccc} A & B & C & D \end{array} \\ \begin{array}{c} A \\ B \\ C \\ D \end{array} & \left[ \begin{array}{ccc} 0 & 1 & 1 & 0\\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 0 \\ 0 & 1 & 0 & 0 \end{array}\right] \end{array}How many vertices does the corresponding network have?
What is the degree of each vertex?
Draw the corresponding network for the adjacency matrix.
Consider this adjacency matrix:
\begin{array}{cc} & \begin{array}{ccc} A & B & C & D \end{array} \\ \begin{array}{c} A \\ B \\ C \\ D \end{array} & \left[ \begin{array}{ccc} 0 & 0 & 1 & 1\\ 0 & 1 & 0 & 1 \\ 1 & 0 & 1 & 0 \\ 1 & 1 & 0 & 0 \end{array}\right] \end{array}How many vertices does the corresponding network have?
Which vertices have loops?
What is the degree of each vertex?
Draw the corresponding network for the adjacency matrix.
For each of the following adjacency matrices, draw the corresponding network:
Create an adjacency matrix for each of these networks:
Consider the given adjacency matrix:
\begin{array}{cc} & \begin{array}{ccc} X & Y & Z \end{array} \\ \begin{array}{c} X \\ Y\\ Z \end{array} & \left[ \begin{array}{ccc} 0 & 1 & 1 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{array}\right] \end{array}How many edges flow out of vertices X, Y and Z?
Draw the corresponding network for the adjacency matrix.
For each of the following adjacency matrices, draw the corresponding network: