adjacensmatriser
Adjacensmatriser is a term used in theoretical graph theory to denote a family of matrices that encodes adjacency relations across multiple steps or layers. It is a coined concept intended to generalize single-step adjacency information to multi-step connectivity in networks.
Formally, for a finite simple graph G = (V,E) with n vertices, an adjacensmatriser A is a sequence
The collection {A_k} thus generalizes the single-step adjacency information to multi-step connectivity, and A_1 determines the
Properties include symmetry for undirected graphs, the potential inclusion or exclusion of diagonal entries to reflect
Applications lie in the study of multi-step reachability, diffusion and contagion processes on networks, and the
Example: in a simple chain on three vertices 1—2—3, A_1 has ones at (1,2) and (2,3); A_2
See also: adjacency matrix, path counting, powers of a matrix, multi-layer networks.