VertexIndex
VertexIndex[g,v]
グラフ g 中の頂点 v の整数指標を与える.
VertexIndex[{vw,…},…]
規則 vw を使ってグラフ g を指定する.
詳細
- VertexIndexは頂点順序としても知られている.
- VertexIndexは,グラフ中の各頂点に一意的な整数指標を割り当てるマッピングであり,配列中の要素を参照する際にしばしば使われる.
- VertexIndexはVertexList,AdjacencyMatrix,KirchhoffMatrix,IncidenceMatrix,GraphDistanceMatrix等の関数で使われる順序を与える.
- VertexIndex[g,v]はVertexList[g]における頂点 v の位置を与える.
- VertexIndex[g,v]はIncidenceMatrix[g]における頂点 v の行の位置を与える.
- VertexIndex[g,v]はAdjacencyMatrix[g],KirchhoffMatrix[g],GraphDistanceMatrix[g]における頂点 v の行と列の位置を与える.
例題
すべて開くすべて閉じるスコープ (4)
特性と関係 (11)
頂点のVertexIndexはVertexList中の位置に相当する:
VertexIndexは一般にPositionより速い:
VertexQを使ってVertexIndexがうまく行くかどうかを知ることができる:
EdgeIndexを使って辺の整数指標を求める:
VertexIndexはAdjacencyMatrixで使われている行と列の並び方を与える:
VertexIndexはWeightedAdjacencyMatrixで使われている行と列の並び方を与える:
VertexIndexはAdjacencyMatrixで使われている行と列の並び方を与える:
VertexIndexはKirchhoffMatrixで使われている行と列の並び方を与える:
VertexIndexとEdgeIndexはIncidenceMatrixで使われている行と列の並び方を与える:
VertexIndexはVertexDegreeの並び順を与える:
VertexDegreeを直接使う:
VertexIndexは中心性の並び順を与える:
テキスト
Wolfram Research (2010), VertexIndex, Wolfram言語関数, https://reference.wolfram.com/language/ref/VertexIndex.html (2015年に更新).
CMS
Wolfram Language. 2010. "VertexIndex." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/VertexIndex.html.
APA
Wolfram Language. (2010). VertexIndex. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VertexIndex.html