WeaklyConnectedGraphComponents

WeaklyConnectedGraphComponents[g]

给出图 g 的弱连通分量.

WeaklyConnectedGraphComponents[g,{v1,v2,}]

给出至少包含顶点 v1v2 之一的弱连通分量.

WeaklyConnectedGraphComponents[g,patt]

给出其中包含和模式 patt 相匹配的顶点的连通分量.

WeaklyConnectedGraphComponents[{vw,},]

用规则 vw 来指定图 g.

更多信息和选项

  • WeaklyConnectedComponents 返回 {c1,c2,} 列表,其中以图给出每个分量 ci.
  • 如果有一系列的边连接 uv,顶点 uv 将都在同一个分量 ci 中.
  • 按长度为分量 ci 排序,最大的分量排在第一位.
  • WeaklyConnectedGraphComponents 可用于无向图、有向图、多图和混合图.

范例

打开所有单元关闭所有单元

基本范例  (1)

给出图的弱连通分量:

突出显示分量:

范围  (8)

WeaklyConnectedGraphComponents 可用于无向图:

有向图:

多图:

混合图:

用规则来指定图:

选出含有至少一个指定顶点的弱连通图分量:

用模式来选出弱连通图分量的子集:

WeaklyConnectedGraphComponents 可用于大图:

应用  (1)

荷花池里的青蛙能跳到1.5英尺高以在25个荷叶之间跳跃. 根据荷叶的密度和 SpatialGraphDistribution 模拟青蛙的跳跃网络:

对任意荷花池进行抽样:

找出青蛙可在其中跳跃的最大范围的荷叶的数量:

求如果青蛙要到访每个荷叶,需要游水的次数:

属性和关系  (3)

对于无向图,连通分量和弱连通分量是相同的:

WeaklyConnectedGraphQ 来测试一个图是否为弱连通图:

弱连通图分量按顶点数量排序,最大的分量排在第一位:

Wolfram Research (2016),WeaklyConnectedGraphComponents,Wolfram 语言函数,https://reference.wolfram.com/language/ref/WeaklyConnectedGraphComponents.html.

文本

Wolfram Research (2016),WeaklyConnectedGraphComponents,Wolfram 语言函数,https://reference.wolfram.com/language/ref/WeaklyConnectedGraphComponents.html.

CMS

Wolfram 语言. 2016. "WeaklyConnectedGraphComponents." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/WeaklyConnectedGraphComponents.html.

APA

Wolfram 语言. (2016). WeaklyConnectedGraphComponents. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/WeaklyConnectedGraphComponents.html 年

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_weaklyconnectedgraphcomponents, organization={Wolfram Research}, title={WeaklyConnectedGraphComponents}, year={2016}, url={https://reference.wolfram.com/language/ref/WeaklyConnectedGraphComponents.html}, note=[Accessed: 24-November-2024 ]}