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 walks? between each vertex: entry b i,jb_{i, j} in A nA^n is the number of walks between vertex v iGv_i \in G and v jGv_j \in G.

 References

Created on July 11, 2023 at 21:46:27. See the history of this page for a list of all contributions to it.