OutDegree[g,n]
有向グラフ
における頂点
の出次数を返す.
OutDegree[g]
有向グラフ
における頂点の出次数の列を返す.
OutDegree
OutDegree[g,n]
有向グラフ
における頂点
の出次数を返す.
OutDegree[g]
有向グラフ
における頂点の出次数の列を返す.
詳細とオプション
- OutDegreeの機能はWolfram言語の組込み関数VertexOutDegreeで利用できるようになった.
- OutDegreeを使うためには,まず Combinatorica パッケージをロードしなくてはならない.それにはNeeds["Combinatorica`"]を実行する必要がある.
例題
例 (2)
Needs["Combinatorica`"]g = FromOrderedPairs[{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {1, 5}, {1, 6}}];ShowGraph[g]OutDegree[g, 2]OutDegreeの代りにVertexOutDegreeが使われるようになった:
g = Graph[{12, 23, 34, 45, 15, 16}]VertexOutDegree[g, 2]テクニカルノート
テキスト
Wolfram Research (2012), OutDegree, Wolfram言語関数, https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html.
CMS
Wolfram Language. 2012. "OutDegree." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html.
APA
Wolfram Language. (2012). OutDegree. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html
BibTeX
@misc{reference.wolfram_2026_outdegree, author="Wolfram Research", title="{OutDegree}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html}", note=[Accessed: 18-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_outdegree, organization={Wolfram Research}, title={OutDegree}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html}, note=[Accessed: 18-August-2026]}