主題
Search

鄰接矩陣


鄰接矩陣,有時也稱為連線矩陣,是一個矩陣,其行和列由圖頂點標記,位置 (v_i,v_j) 中的值為 1 或 0,取決於 v_iv_j 是否相鄰。對於沒有自環的簡單圖,鄰接矩陣的對角線上必須為 0。對於無向圖,鄰接矩陣是對稱的。

AdjacencyMatrix

上面的圖示顯示了爪形圖環圖 C_4完全圖 K_4 的特定標記的鄰接矩陣。

AdjacencyMatrices

由於圖的標籤可以在不改變所表示的底層圖的情況下進行置換,因此通常存在與給定簡單圖對應的多個可能的鄰接矩陣。特別是,對於具有頂點計數 n=|G|自同構群階數 |Aut(G)| 的簡單未標記圖 G,不同鄰接矩陣的數量 N_A(G) 由下式給出

 N_A=(|G|!)/(|Aut(G)|),

其中 |G|! 是頂點標籤的排列數。上面的圖示顯示了環圖 C_44!/8=3 個可能的鄰接矩陣。

標記的 n-有向圖 D 的鄰接矩陣是 n 階的二進位制方陣,其第 (i,j) 個條目為 1 當且僅當 (i,j)D 的一條邊時。

圖的鄰接矩陣可以使用 Wolfram 語言 計算,使用AdjacencyMatrix[g],結果以稀疏陣列形式返回。

有時定義了鄰接矩陣的不同版本,其中對角線元素為 a_(ii)=0,如果 v_iv_j 相鄰,則 a_(ij)=1,否則為 -1(例如,Goethals 和 Seidel 1970)。

簡單圖的加權鄰接矩陣 A_f 也可以為實正對稱函式 f(d_i,d_j) 定義,該函式在圖的頂點度 d_i 上(Das et al. 2018, Zheng et al. 2022)。


另請參閱

鄰接表圖頻寬關聯矩陣整數矩陣加權鄰接矩陣

此條目的部分內容由 Lorenzo Sauras-Altuzarra 貢獻

使用 探索

參考文獻

Chartrand, G. Introductory Graph Theory. New York: Dover, p. 218, 1985.Das, K.; Gutman, I.; Milovanović, I.; Milovanović, E.; and Furtula, B. "Degree-Based Energies of Graphs." Linear Algebra Appl. 554, 185-204, 2018.Devillers, J. and Balaban, A. T. (Eds.). Topological Indices and Related Descriptors in QSAR and QSPR. Amsterdam, Netherlands: Gordon and Breach, pp. 69-73, 2000.Goethals, J.-M. and Seidel, J. J. "Strongly Regular Graphs Derived from Combinatorial Designs." Can. J. Math. 22, 597-514, 1970.Skiena, S. "Adjacency Matrices." §3.1.1 in Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, pp. 81-85, 1990.West, D. B. Introduction to Graph Theory, 2nd ed. Englewood Cliffs, NJ: Prentice-Hall, pp. 6-9, 2000.Zheng, R.; Su, P.; and Jin. S. "Arithmetic-Geometric Matrix of Graphs and Its Applications." Appl. Math. Comput. 42, 127764, 1-11, 2023.

在 上被引用

鄰接矩陣

請引用為

Sauras-Altuzarra, LorenzoWeisstein, Eric W. “鄰接矩陣。” 來源: Web 資源。 https://mathworld.tw/AdjacencyMatrix.html

學科分類