主題
Search

拉普拉斯矩陣


拉普拉斯矩陣,有時也稱為導納矩陣(Cvetković等人 1998,Babić等人 2002)或基爾霍夫矩陣,是一個 G,其中 G=(V,E) 是一個無向、無權圖,沒有圖環 (i,i) 或從一個節點到另一個節點的多重邊V頂點集n=|V|,並且 E邊集,是一個 n×n 對稱矩陣,每行每列對應一個節點,定義如下:

 L=D-A,
(1)

其中 D=diag(d_1,...,d_n)度矩陣,它是從頂點度形成的對角矩陣,而 A鄰接矩陣。因此,l_(ij) 的對角元素 L 等於頂點 v_i 的度,而非對角元素 l_(ij)-1 如果頂點 v_iv_j 相鄰,否則為 0。

圖的拉普拉斯矩陣在 Wolfram 語言 中實現為KirchhoffMatrix[g].

拉普拉斯矩陣的歸一化版本,表示為 L,類似地定義為

 L_(ij)(G)={1   if i=j and d_j!=0; -1/(sqrt(d_id_j))   if i and j are adjacent; 0   otherwise
(2)

(Chung 1997, p. 2).

拉普拉斯矩陣是多元微積分中拉普拉斯運算元的離散 аналог,並透過衡量圖在一個頂點與其附近頂點的值的差異程度來達到類似的目的。拉普拉斯矩陣出現在圖上的隨機遊走和電路網路的分析中(Doyle 和 Snell 1984),尤其是在電阻距離的計算中。拉普拉斯運算元也出現在矩陣樹定理中。


另請參閱

代數連通性, Fiedler 向量, 拉普拉斯多項式, 拉普拉斯譜半徑, 拉普拉斯譜比, 矩陣樹定理, 電阻距離, 譜圖劃分

使用 探索

參考文獻

Akban, S. 和 Oboudi, M. R. "On the Edge Cover Polynomial of a Graph." Europ. J. Combin. 34, 297-321, 2013.Babić, D.; Klein, D. J.; Lukovits, I.; Nikolić, S.; 和 Trinajstić, N. "Resistance-Distance Matrix: A Computational Algorithm and Its Applications." Int. J. Quant. Chem. 90, 166-176, 2002.Bendito, E.; Carmona, A.; 和 Encinas, A. M. "Shortest Paths in Distance-Regular Graphs." Europ. J. Combin. 21, 153-166, 2000.Chung, F. R. K. Spectral Graph Theory. Providence, RI: Amer. Math. Soc., 1997.Cvetković, D. M.; Doob, M.; 和 Sachs, H. Spectra of Graphs: Theory and Applications, 3rd rev. enl. ed. New York: Wiley, 1998.Demmel, J. "CS 267: Notes for Lecture 23, April 9, 1999. Graph Partitioning, Part 2." http://www.cs.berkeley.edu/~demmel/cs267/lecture20/lecture20.html.Devillers, J. 和 Balaban, A. T. (Eds.). Topological Indices and Related Descriptors in QSAR and QSPR. Amsterdam, Netherlands: Gordon and Breach, pp. 74-75, 2000.Doyle, P. G. 和 Snell, L. Random Walks and Electric Networks. Washington, DC: Math. Assoc. Amer., 1984.Lin, Z.; Wang, J.; 和 Cai, M. "The Laplacian Spectral Ratio of Connected Graphs." 21 Feb 2023. https://arxiv.org/abs/2302.10491v1.Mohar, B. "The Laplacian Spectrum of Graphs." In Graph Theory, Combinatorics, and Applications, Vol. 2: Proceedings of the Sixth Quadrennial International Conference on the Theory and Applications of Graphs held at Western Michigan University, Kalamazoo, Michigan, May 30-June 3, 1988 (Ed. Y. Alavi, G. Chartrand, O. R. Oellermann, 和 A. J. Schwenk). New York: Wiley, pp. 871-898, 1991.

在 中被引用

拉普拉斯矩陣

請引用為

Weisstein, Eric W. "拉普拉斯矩陣。" 來自 Web 資源。 https://mathworld.tw/LaplacianMatrix.html

學科分類