In graph theory, a branch of mathematics, the rank of an undirected graph has two unrelated definitions. Let n equal the number of vertices of the graph.

Analogously, the nullity of the graph is the nullity of its adjacency matrix, which equals nr.
Analogously, the nullity of the graph is the nullity of its oriented incidence matrix, given by the formula mn + c, where n and c are as above and m is the number of edges in the graph. The nullity is equal to the first Betti number of the graph. The sum of the rank and the nullity is the number of edges.

Examples

A sample graph and matrix:

An undirected graph.

(corresponding to the four edges, e1–e4):

1 2 3 4
1 0 1 1 1
2 1 0 0 0
3 1 0 0 1
4 1 0 1 0
=

In this example, the matrix theory rank of the matrix is 4, because its column vectors are linearly independent.

See also

Notes

  1. ^ Weisstein, Eric W. "Graph Rank." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/GraphRank.html
  2. ^ Grossman, Jerrold W.; Kulkarni, Devadatta M.; Schochetman, Irwin E. (1995), "On the minors of an incidence matrix and its Smith normal form", Linear Algebra and Its Applications, 218: 213–224, doi:10.1016/0024-3795(93)00173-W, MR 1324059. See in particular the discussion on p. 218.

References