VertexOutComponentGraph

VertexOutComponentGraph[g,{v1,v2,}]

v1,v2,の少なくとも一つからの有向路を持つ頂点によって生成されたグラフ g の部分グラフを与える.

VertexOutComponentGraph[g,{v1,v2,},k]

v1,v2,の少なくとも一つからの長さが最大で k の有向路を持つ頂点によって生成された g の部分グラフを与える.

VertexOutComponentGraph[g,{v1,v2,},{k}]

長さが厳密に k の頂点によって生成された g の部分グラフを与える.

VertexOutComponentGraph[{vw,},]

規則 vw を使ってグラフ g を指定する.

詳細とオプション

  • VertexOutComponentGraphは,無向グラフ,有向グラフ,多重グラフ,混合グラフに使うことができる.

例題

すべて開くすべて閉じる

  (3)

頂点の出成分グラフを求める:

頂点の出成分グラフをハイライトする:

グラフ中の頂点集合の出成分グラフを求める:

頂点の出成分グラフをハイライトする:

スコープ  (9)

VertexOutComponentGraphは無向グラフに使うことができる:

有向グラフ:

多重グラフ:

混合グラフ:

タグ付きグラフ:

規則を使ってグラフを指定する:

パターンを使って頂点の部分集合を選択する:

グラフ中の最大で長さ2の経路で頂点に連結された出成分グラフを求める:

VertexOutComponentGraphは大きいグラフに使うことができる:

アプリケーション  (1)

次の遷移確率行列を使用して,有限状態マルコフ鎖の有限ステップ内で状態4から到達できる状態ごとにグラフを作成する:

遷移行列の状態遷移図を構築する:

状態4から到達可能な状態ごとにグラフを構築する:

特性と関係  (1)

VertexOutComponentを使って出成分グラフを求める:

Wolfram Research (2021), VertexOutComponentGraph, Wolfram言語関数, https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html.

テキスト

Wolfram Research (2021), VertexOutComponentGraph, Wolfram言語関数, https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html.

CMS

Wolfram Language. 2021. "VertexOutComponentGraph." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html.

APA

Wolfram Language. (2021). VertexOutComponentGraph. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html

BibTeX

@misc{reference.wolfram_2024_vertexoutcomponentgraph, author="Wolfram Research", title="{VertexOutComponentGraph}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_vertexoutcomponentgraph, organization={Wolfram Research}, title={VertexOutComponentGraph}, year={2021}, url={https://reference.wolfram.com/language/ref/VertexOutComponentGraph.html}, note=[Accessed: 18-November-2024 ]}