nLab adjacency matrix

Contents

Definition

In graph theory, an adjacency matrix for a finite multigraph or pseudograph with nn vertices is an nn by nn matrix of natural numbers which encodes the number of edges between each vertex: entry a i,ja_{i, j} in the matrix is the number of edges between vertex v iv_i and v jv_j.

Properties

Let GG be a finite multigraph, and let AA be the associated adjacency matrix. Then the matrix power A nA^n encodes the number of nn-step walks? between each vertex: entry b i,jb_{i, j} in A nA^n is the number of nn-step walks between vertex v iGv_i \in G and v jGv_j \in G.

 References

Last revised on January 3, 2025 at 12:39:55. See the history of this page for a list of all contributions to it.