MathProblemsBank

6.4.37 Graph theory

condition: Using a given adjacency matrix, construct a graph diagram. \[ \left(\begin{array}{lllll} 0 & 1 & 1 & 1 & 1 \\ 0 & 1 & 0 & 0 & 0 \\ 2 & 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 & 1 \\ 1 & 1 & 1 & 1 & 1 \end{array}\right) \]

-> Graph theory