主題
Search

匹配多項式


G 中的 k-匹配 是一個包含 k 條邊的集合,其中任意兩條邊都沒有公共頂點(即,大小為 k獨立邊集)。設 Phi_k 為圖 Gk-匹配 的數量,其中 Phi_0(G)=1Phi_1(G)=m 為圖 G 的邊數。那麼,匹配多項式定義為

 mu(x)=sum_(k=0)^(nu(G))(-1)^kPhi_kx^(n-2k),
(1)

其中 n=|G| 是圖 G頂點數 (Ivanciuc 和 Balaban 2000, p. 92; Levit 和 Mandrescu 2005),nu(G)匹配數(滿足 nu(G)<=|_n/2_|,其中 |_x_|向下取整函式)。

匹配多項式也稱為無環多項式 (Gutman 和 Trinajstić 1976, Devillers 和 Merino 2000)、匹配缺陷多項式 (Lovász 和 Plummer 1986) 以及參考多項式 (Aihara 1976)。

一個更自然的多項式可能是匹配生成多項式,它直接編碼了圖 G獨立邊集數量,並定義為

 M(x)=sum_(k=0)^(nu(G))Phi_kx^k,
(2)

mu(x) 已經牢固確立。幸運的是,兩者透過以下公式相關:

 mu(x)=x^nM(-x^(-2))
(3)

(Ellis-Monaghan 和 Merino 2008;筆誤已更正),因此

 M(x)=(-i)^nx^(n/2)mu(ix^(-1/2)).
(4)

匹配多項式與獨立多項式密切相關。特別是,圖 G匹配生成多項式等於 G線圖獨立多項式 (Levit 和 Mandrescu 2005)。

匹配多項式具有非零的 a_0 係數(或者等價地,對於一個具有 n 個節點的圖,匹配生成多項式的次數為 n)當且僅當該圖具有完美匹配

可以使用以下方法獲得許多命名圖的預計算匹配多項式,以變數 x 表示:GraphData[graph,"MatchingPolynomial"][x].

下表總結了一些常見圖類的匹配多項式的閉合形式。其中,He_n(x) 是修正的 埃爾米特多項式H_n(x) 是通常的 埃爾米特多項式L_n(x)拉蓋爾多項式U(a,b,z)第二類合流超幾何函式L^^_n(x)盧卡斯多項式s=sqrt(1-6x^2+x^4)t=sqrt(x^2-4),以及 u=sqrt(1-6x^2+x^4)

下表總結了一些簡單圖類的獨立多項式的遞推關係。

非同構圖不一定具有不同的匹配多項式。下表總結了一些同匹配圖。

對於任何圖 G,匹配多項式 mu(x) 只有實零點。


另請參閱

特徵多項式, Hosoya 指數, 獨立邊集, 匹配, 匹配生成多項式, 匹配數, 完美匹配

使用 探索

參考文獻

Aihara, J. "A New Definition of Dewar-Type Resonance Energies." J. Amer. Chem. Soc. 98, 2750-2758, 1976.Devillers, J. and Balaban, A. T. (Eds.). Topological Indices and Related Descriptors in QSAR and QSPR. Amsterdam, Netherlands: Gordon and Breach, pp. 92-94, 2000.Ellis-Monaghan, J. A. and Merino, C. "Graph Polynomials and Their Applications II: Interrelations and Interpretations." 28 Jun 2008. http://arxiv.org/abs/0806.4699.Godsil, C. D. Algebraic Combinatorics. Chapman and Hall, 1993.Godsil, C. D. and Gutman, I. "On the Theory of the Matching Polynomial." J. Graph Theory 5, 137-144, 2006.Gutman, I. "Polynomials in Graph Theory." In Chemical Graph Theory: Introduction and Fundamentals (Ed. D. Bonchev and D. H. Rouvray). New York: Abacus Press, 1991.Gutman, I. and Trinajstić, N. "Graph Theory and Molecular Orbitals, XIV. On Topological Definition of Resonance Energy." Acta Chimica Academiae Scientiarum Hungaricae 91, 203-209, 1976.Ivanciuc, O. and Balaban, A. T. "The Graph Description of Chemical Structures." Ch. 3 in Topological Indices and Related Descriptors in QSAR and QSPR (Ed. J. Devillers and A. T. Balaban). Amsterdam, Netherlands: Gordon and Breach, pp. 59-167, 2000.Levit, V. E. and Mandrescu, E. "The Independence Polynomial of a Graph--A Survey." In Proceedings of the 1st International Conference on Algebraic Informatics. Held in Thessaloniki, October 20-23, 2005 (Ed. S. Bozapalidis, A. Kalampakas, and G. Rahonis). Thessaloniki, Greece: Aristotle Univ., pp. 233-254, 2005.Lovász, L. and Plummer, M. D. Matching Theory. Amsterdam, Netherlands: North-Holland, 1986.Lundow, P. H. "Enumeration of Matchings in Polygraphs." Department of Mathematics, Umea University. Research report. 1998. http://www.theophys.kth.se/~phl/Text/1factors2.ps.gz. Lundow, P. H. "GrafPack." http://www.theophys.kth.se/~phl/Mathematica/.Sloane, N. J. A. Sequences A046741 and A096713 in "The On-Line Encyclopedia of Integer Sequences."

在 中被引用

匹配多項式

請按如下方式引用

Weisstein, Eric W. "Matching Polynomial." 來自 —— 資源。 https://mathworld.tw/MatchingPolynomial.html

主題分類