主題
Search

星圖


StarGraphs

階數為 n 的星圖 S_n,有時簡稱為 “n-星” (Harary 1994, pp. 17-18; Pemmaraju and Skiena 2003, p. 248; Tutte 2005, p. 23),是 ,具有 n 個節點,其中一個節點的頂點度n-1,而其他 n-1 個節點的頂點度為 1。因此,星圖 S_n完全二部圖 K_(1,n-1) 同構 (Skiena 1990, p. 146)。

請注意,星圖的索引有兩種約定,一些作者(例如,Gallian 2007)採用約定,其中 S_n 表示 n+1 個節點上的星圖。

S_4 與“爪圖” claw graph 同構。星圖有時被稱為“爪” (Hoffman 1960) 或“櫻桃” (Erdős and Rényi 1963; Harary 1994, p. 17)。

星圖 S_n 始終是優美的,並且 n>=4 個節點上的星圖是串聯簡化樹。星圖也是支配唯一的

星圖可以使用 Wolfram 語言構建,使用方法如下StarGraph[n]。星圖的預計算屬性可以透過以下方式獲得GraphData[{"Star", n}]。

星圖 S_n色多項式由下式給出

 pi_(s_n)(z)=z(z-1)^(n-1),

對於 n=1色數為 1,否則 chi(S_n)=2

星圖 S_n線圖完全圖 K_(n-1)單純形圖 S_n書圖 B_(n-1)=S_n square P_2

請注意,n-星圖不應與計算機科學和資訊處理中遇到的“排列” n-星圖 (Akers et al. 1987) 及其推廣形式 (n,k)-星圖 (Chiang and Chen 1995) 混淆。

星圖的另一種推廣,其中沿著星圖的每個 n-1 條臂放置 k 個點(而不是通常星圖的 1 個點),可以稱為 (n,k)-輻條圖


另請參閱

香蕉樹, Cayley 樹, 爪圖, 爆竹圖, 諾魯圖, 排列星圖, 混洗交換圖, 輻條圖,

使用 探索

參考文獻

Akers, S.; Harel, D.; and Krishnamurthy, B. "The Star Graph: An Attractive Alternative to the n-Cube." In Proc. International Conference of Parallel Processing, pp. 393-400, 1987.Chiang, W.-K. and Chen, R.-J. "The (n,k)-Star Graph: A Generalized Star Graph." Information Proc. Lett. 56, 259-264, 1995.Erdős, P. and Rényi, A. "Asymmetric Graphs." Acta Math. Acad. Sci. Hungar. 14, 295-315, 1963.Gallian, J. "Dynamic Survey of Graph Labeling." Elec. J. Combin. DS6. Dec. 21, 2018. https://www.combinatorics.org/ojs/index.php/eljc/article/view/DS6.Harary, F. Graph Theory. Reading, MA: Addison-Wesley, 1994.Hoffman, A. J. "On the Uniqueness of the Triangular Association Scheme." Ann. Math. Stat. 31, 492-497, 1960.Pemmaraju, S. and Skiena, S. "Cycles, Stars, and Wheels." §6.2.4 in Computational Discrete Mathematics: Combinatorics and Graph Theory in Mathematica. Cambridge, England: Cambridge University Press, pp. 248-249, 2003.Skiena, S. "Cycles, Stars, and Wheels." §4.2.3 in Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, pp. 83 and 144-147, 1990.Tutte, W. T. Graph Theory. Cambridge, England: Cambridge University Press, 2005.

在 中被引用

星圖

請引用為

Weisstein, Eric W. "Star Graph." 來自 ——Wolfram 網路資源。 https://mathworld.tw/StarGraph.html

主題分類