Edmonds matrix
{{No footnotes|date=November 2024}}
In graph theory, the Edmonds matrix of a balanced bipartite graph with sets of vertices and is defined by
:
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 . In addition, the rank of is equal to the maximum matching size of .
The Edmonds matrix is named after Jack Edmonds. The Tutte matrix is a generalisation to non-bipartite graphs.
References
- {{cite book|author=R. Motwani, P. Raghavan |title=Randomized Algorithms |url=https://books.google.com/books?id=QKVY4mDivBEC&pg=PR5 |publisher=Cambridge University Press|year=1995|page=167|isbn=9780521474658 }}
- {{cite book|author=Allen B. Tucker|title=Computer Science Handbook|publisher=CRC Press|date=2004|isbn=1-58488-360-X|page=12.19}}
{{Matrix classes}}
Category:Algebraic graph theory
{{graph-stub}}