CirculantGraph[n,l]
n 頂点の循環グラフを構築する.これは,リスト l のそれぞれの
について,
番目の頂点が
番目と
番目の頂点に隣接するグラフのことである.
CirculantGraph[n,l]
それぞれの
が
と
に隣接する n 頂点のグラフを返す.ここで l は整数でなければならない.
CirculantGraph
CirculantGraph[n,l]
n 頂点の循環グラフを構築する.これは,リスト l のそれぞれの
について,
番目の頂点が
番目と
番目の頂点に隣接するグラフのことである.
CirculantGraph[n,l]
それぞれの
が
と
に隣接する n 頂点のグラフを返す.ここで l は整数でなければならない.
詳細とオプション
- CirculantGraphの機能はWolfram言語の組込み関数CirculantGraphで利用できるようになった.
- CirculantGraphを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (1)
テクニカルノート
テキスト
Wolfram Research (2012), CirculantGraph, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/CirculantGraph.html.
CMS
Wolfram Language. 2012. "CirculantGraph." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/CirculantGraph.html.
APA
Wolfram Language. (2012). CirculantGraph. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/CirculantGraph.html
BibTeX
@misc{reference.wolfram_2025_circulantgraph, author="Wolfram Research", title="{CirculantGraph}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/CirculantGraph.html}", note=[Accessed: 02-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_circulantgraph, organization={Wolfram Research}, title={CirculantGraph}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/CirculantGraph.html}, note=[Accessed: 02-May-2026]}