Construction

This note is under construction.

TODO

This note has things to do.

In graph theory, the adjacency matrix [1][2] of a graph is a square matrix indexed by the vertex set of , whose entries record which pairs of vertices are adjacent. Together with the incidence matrix, it is one of the standard matrix representations of a graph.

Definition


Definition 1 (Adjacency matrix)

Let be a graph with vertex set . The adjacency matrix of is the matrix given by

Properties


  • If is an undirected graph, is symmetric, since iff .
  • If is a directed graph, iff the directed edge is in , and need not be symmetric.
  • The entry of counts the number of walks of length from to .

References

  1. [1]

    “Adjacency matrix”, Wikipedia, Available: https://en.wikipedia.org/wiki/Adjacency_matrix, Accessed: 2026-07-15

  2. [2]

    “Adjacency Matrix”, Wolfram MathWorld, Available: https://mathworld.wolfram.com/AdjacencyMatrix.html, Accessed: 2026-07-15