GraphIntersection

GraphIntersection[g1,g2]

グラフ g1 とグラフ g2 の共通集合を与える.

GraphIntersection[g1,g2,]

g1, g2, のグラフの共通集合を与える.

GraphIntersection[{vw,},]

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

詳細とオプション

  • グラフの共通集合Graph[v1,e1]Graph[v2,e2]Graph[v1v2,e1e2]で与えられる.
  • GraphIntersectionは,無向グラフ,有向グラフ,多重グラフ,混合グラフに使うことができる.

例題

すべて開くすべて閉じる

  (1)

2つのグラフのグラフ共通集合を求める:

グラフ共通集合をハイライトする:

スコープ  (5)

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

有向グラフ:

多重グラフ:

混合グラフ:

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

特性と関係  (8)

グラフ共通集合の頂点はそれぞれのグラフの頂点の和集合である:

グラフ共通集合の辺はそれぞれのグラフの辺の共通集合である:

任意のグラフとそれ自身のグラフ共通集合はもとのグラフと同型である:

あるグラフとその部分グラフとのグラフ共通集合はその部分グラフと同じ辺を持つ:

任意のグラフとその補グラフのグラフ共通集合は空グラフである:

名前の異なる2つのグラフの共通集合は空グラフである:

2つのグラフの GraphIntersectionにはGraphUnionと同じ頂点がある:

2つのグラフのGraphIntersectionにはGraphDifferenceと同じ頂点がある:

Wolfram Research (2010), GraphIntersection, Wolfram言語関数, https://reference.wolfram.com/language/ref/GraphIntersection.html (2015年に更新).

テキスト

Wolfram Research (2010), GraphIntersection, Wolfram言語関数, https://reference.wolfram.com/language/ref/GraphIntersection.html (2015年に更新).

CMS

Wolfram Language. 2010. "GraphIntersection." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/GraphIntersection.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_graphintersection, organization={Wolfram Research}, title={GraphIntersection}, year={2015}, url={https://reference.wolfram.com/language/ref/GraphIntersection.html}, note=[Accessed: 22-November-2024 ]}