GraphJoin
GraphJoin[g1,g2]
给出图 g1 和 g2 的联.
更多信息和选项
- GraphJoin 亦称为全并 (complete union).
- GraphJoin 通常用于生成具有特定可达子图的新图.
- GraphJoin[g1,g2] 给出通过将 g1 的每一个顶点与 g2 的所有顶点相连得到的图.
- GraphJoin[g1,g2] 返回 GraphDisjointUnion[g1,g2] 以及 IndexGraph[g1] 的每个顶点与 IndexGraph[g2,n+1] 的每个顶点之间的所有边,其中 n 是 g1 的 VertexCount.
- GraphJoin 接受与 Graph 一样的选项.
所有选项的列表
范例
打开所有单元关闭所有单元范围 (29)
有向图 (5)
无向图 (5)
混合图 (5)
多重图 (5)
加权图 (5)
属性和关系 (4)
将两个图的邻接矩阵在对角线上合并将得到 GraphJoin 的邻接矩阵:
Wolfram Research (2022),GraphJoin,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GraphJoin.html.
文本
Wolfram Research (2022),GraphJoin,Wolfram 语言函数,https://reference.wolfram.com/language/ref/GraphJoin.html.
CMS
Wolfram 语言. 2022. "GraphJoin." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/GraphJoin.html.
APA
Wolfram 语言. (2022). GraphJoin. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/GraphJoin.html 年