主題
Search

輪圖


WheelGraphs

如本文所定義,輪圖 W_n,有時簡稱為 n-輪(Harary 1994, p. 46; Pemmaraju and Skiena 2003, p. 248; Tutte 2005, p. 78),是一個包含 且階數為 n-1 的圖,其中圈中的每個圖頂點都連線到另一個稱為中心頂點圖頂點。 包含中心頂點的輪的邊稱為輻條 (Skiena 1990, p. 146)。 輪圖 W_n 可以定義為圖的連線 K_1+C_(n-1),其中 K_1單點圖C_n圈圖,使其成為 (n,1)-錐圖。 上面展示了 4 到 8 階輪圖的一些嵌入方式。

請注意,一些作者(例如 Gallian 2007)採用了另一種約定,其中 W_n 表示在 n+1 節點上的輪圖。

四面體圖(即,K_4)與 W_4 同構,而 W_5完全三部圖 K_(1,2,2) 同構。 一般來說,n-輪圖是 (n-1)-稜錐骨架

輪圖 W_nJahangir 圖 J_(1,n-1) 同構。

W_5 是從五胞體圖 K_5 中移除兩條邊得到的兩個圖之一,另一個是房屋 X 圖

W_5 是一個準正則圖

輪圖是優美的自對偶的泛圈的支配唯一的

對於 n=7,輪圖 W_n圖的維數為 2(因此是單位距離圖),否則維數為 3(因此不是單位距離圖)(Erdős et al. 1965, Buckley 和 Harary 1988)。

輪圖可以使用以下 Wolfram 語言構造:WheelGraph[n]。 預計算的輪圖屬性可以透過以下方式獲得GraphData[{"Wheel", n}].

WheelGraphCycles4
WheelGraphCycles5

輪圖 W_n 中的圖圈數由 n^2-3n+3 給出,或者對於 n=4, 5, ... 為 7、13、21、31、43、57、...(OEIS A002061)。

在輪圖中,中心頂點n-1,其他節點的度為 3。 輪圖是 3-連通的。 W_4=K_4,其中 K_4 是四階完全圖W_n色數

 chi(W_n)={3   for n odd; 4   for n even.
(1)

輪圖 W_n色多項式

 pi(x)=x[(x-2)^(n-1)-(-1)^n(x-2)].
(2)

另請參閱

完全圖, 錐圖, 雙稜錐圖, 齒輪圖, 舵圖, 中心頂點, Jahangir 圖, 梯形圖, 稜錐, 輻條圖, Tutte 輪定理, 網狀圖, 輪補圖

使用 探索

參考文獻

Brandstädt, A.; Le, V. B.; and Spinrad, J. P. Graph Classes: A Survey. Philadelphia, PA: SIAM, p. 19, 1987.Buckley, F. and Harary, F. "On the Euclidean Dimension of a Wheel." Graphs and Combin. 4, 23-30, 1988.Frucht, R. "Graceful Numbering of Wheels and Related Graphs." Ann. New York Acad. Sci. 319, 219-229, 1979.Erdős, P.; Harary, F.; and Tutte, W. T. "On the Dimension of a Graph." Mathematika 12, 118-122, 1965.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, p. 46, 1994.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.Saaty, T. L. and Kainen, P. C. The Four-Color Problem: Assaults and Conquest. New York: Dover, p. 148, 1986.Skiena, S. "Cycles, Stars, and Wheels." §4.2.3 in Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, pp. 91 and 144-147, 1990.Sloane, N. J. A. Sequence A002061/M2638 in "The On-Line Encyclopedia of Integer Sequences."Tutte, W. T. Graph Theory. Cambridge, England: Cambridge University Press, 2005.

在 中被引用

輪圖

請引用為

Weisstein, Eric W. "Wheel Graph." 來自 —— 資源。 https://mathworld.tw/WheelGraph.html

主題分類