Article · Wikipedia archive · Last revised Jun 1, 2026

Edmonds matrix

In graph theory, the Edmonds matrix of a balanced bipartite graph with sets of vertices and is defined by

Last revised
Jun 1, 2026
Read time
≈ 1 min
Length
229 w
Citations
Source

In graph theory, the Edmonds matrix A {\displaystyle A} of a balanced bipartite graph G = ( U , V , E ) {\displaystyle G=(U,V,E)} with sets of vertices U = { u 1 , u 2 , , u n } {\displaystyle U=\{u_{1},u_{2},\dots ,u_{n}\}} and V = { v 1 , v 2 , , v n } {\displaystyle V=\{v_{1},v_{2},\dots ,v_{n}\}} is defined by

A i j = { x i j ( u i , v j ) E 0 ( u i , v j ) E {\displaystyle A_{ij}=\left\{{\begin{array}{ll}x_{ij}&(u_{i},v_{j})\in E\\0&(u_{i},v_{j})\notin E\end{array}}\right.}

where the xij are indeterminates. One application of the Edmonds matrix of a bipartite graph is that the graph admits a perfect matching if and only if the polynomial det(A) in the xij is not identically zero. Furthermore, the number of perfect matchings is equal to the number of monomials in the polynomial det(A), and is also equal to the permanent of A {\displaystyle A} . In addition, the rank of A {\displaystyle A} is equal to the maximum matching size of G {\displaystyle G} .

The Edmonds matrix is named after Jack Edmonds. The Tutte matrix is a generalisation to non-bipartite graphs.

References

References