Tutte matrix: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
(New article, my own wording from Wikipedia)
 
imported>Richard Pinch
(remove WPmarkup; subpages)
 
Line 1: Line 1:
{{subpages}}
In [[graph theory]], the '''Tutte matrix''' <math>A</math> of a [[Graph (mathematics)|graph]] ''G'' = (''V'',''E'') is a matrix used to determine the existence of a [[perfect matching]]: that is, a set of edges which is incident with each vertex exactly once.
In [[graph theory]], the '''Tutte matrix''' <math>A</math> of a [[Graph (mathematics)|graph]] ''G'' = (''V'',''E'') is a matrix used to determine the existence of a [[perfect matching]]: that is, a set of edges which is incident with each vertex exactly once.


Line 16: Line 17:
* {{cite journal|url= http://jlms.oxfordjournals.org/cgi/reprint/s1-22/2/107.pdf|title= The factorization of linear graphs.
* {{cite journal|url= http://jlms.oxfordjournals.org/cgi/reprint/s1-22/2/107.pdf|title= The factorization of linear graphs.
|accessdate= 2008-06-15|author= W.T. Tutte|authorlink=W. T. Tutte|year= 1947|month= April|volume=22|journal=J. London Math. Soc.|pages=107-111|doi=10.1112/jlms/s1-22.2.107}}
|accessdate= 2008-06-15|author= W.T. Tutte|authorlink=W. T. Tutte|year= 1947|month= April|volume=22|journal=J. London Math. Soc.|pages=107-111|doi=10.1112/jlms/s1-22.2.107}}
{{combin-stub}}
[[Category:Graph theory]]
[[Category:Matrices]]

Latest revision as of 17:10, 28 October 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In graph theory, the Tutte matrix of a graph G = (V,E) is a matrix used to determine the existence of a perfect matching: that is, a set of edges which is incident with each vertex exactly once.

If the set of vertices V has 2n elements then the Tutte matrix is a 2n × 2n matrix A with entries

where the xij are indeterminates. The determinant of this skew-symmetric matrix is then a polynomial (in the variables xij, i<j ): this coincides with the square of the pfaffian of the matrix A and is non-zero (as a polynomial) if and only if a perfect matching exists. (It should be noted that this is not the Tutte polynomial of G.)

The Tutte matrix is a generalisation of the Edmonds matrix for a balanced bipartite graph.

References