QUESTION IMAGE
Question
consider the given network. organize the data in matrix form.
\\( x = \
$$\begin{bmatrix} 0 & 0 & 0 \\\\ 1 & 0 & 1 \\\\ 1 & 1 & 0 \\end{bmatrix}$$
\\)
\\( x = \
$$\begin{bmatrix} 0 & 1 & 0 \\\\ 1 & 0 & 1 \\\\ 0 & 1 & 0 \\end{bmatrix}$$
\\)
Identify vertices and connections
Using the Undirected Graph knowledge point
- Vertices: \(A, B, C\)
- Edges: \((A, B)\), \((B, C)\)
Construct the adjacency matrix
Using the Adjacency Matrix Construction knowledge point
$$
X =
LATEXBLOCK0
$$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- (A) \(X =
$$\begin{bmatrix} 0 & 0 & 0 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{bmatrix}$$
\)
- **(B) \(X =
$$\begin{bmatrix} 0 & 1 & 0 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{bmatrix}$$
\) (Correct answer)**