Adjacency Matrix/Examples/Network

From ProofWiki
Jump to navigation Jump to search

Example of Adjacency Matrix

The adjacency matrix for a general network can have any numbers in any of its elements:

DigraphNetwork.png $\qquad \begin{pmatrix} 0 & 1.2 & 0 & 0.5 \\ 0 & 0 & 0 & 3.4 \\ 0 & 0 & 0 & 0 \\ 4.1 & 0 & 10.1 & 0 \\ \end{pmatrix}$