GraphCenter[g]
グラフ
の最小離心率を持つ頂点のリストを与える.
GraphCenter
GraphCenter[g]
グラフ
の最小離心率を持つ頂点のリストを与える.
詳細とオプション
- GraphCenterの機能はWolfram言語の組込み関数GraphCenterで利用できるようになった.
- GraphCenterを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (2)
Needs["Combinatorica`"]g = FromUnorderedPairs[{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {1, 5}, {1, 6}}];ShowGraph[g]GraphCenter[g]この関数の代りに Mathematica カーネルのGraphCenterが使われるようになった:
g = Graph[UndirectedEdge@@@{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {1, 5}, {1, 6}}]GraphCenter[g]テクニカルノート
テキスト
Wolfram Research (2012), GraphCenter, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/GraphCenter.html.
CMS
Wolfram Language. 2012. "GraphCenter." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/GraphCenter.html.
APA
Wolfram Language. (2012). GraphCenter. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/GraphCenter.html
BibTeX
@misc{reference.wolfram_2026_graphcenter, author="Wolfram Research", title="{GraphCenter}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/GraphCenter.html}", note=[Accessed: 10-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_graphcenter, organization={Wolfram Research}, title={GraphCenter}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/GraphCenter.html}, note=[Accessed: 10-August-2026]}