VertexAdd

VertexAdd[g,v]

通过对图 g 添加顶点 v,生成一个图.

VertexAdd[g,{v1,v2,}]

g 添加一组顶点.

VertexAdd[{vw,},]

使用规则 vw 指定图 g.

更多信息和选项

  • VertexAdd 也称为顶点插入(vertex insertion).
  • 只有当 g 中不存在顶点 v 时,VertexAdd[g,v] 才添加该顶点.
  • VertexAdd 可用于无向图、有向图、多图和混合图.

范例

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

基本范例  (1)

将顶点添加至一个完全图:

范围  (7)

VertexAdd 作用于无向图:

有向图:

多图:

混合图:

向图中添加一组顶点:

使用规则指定图:

VertexAdd 作用于大规模图:

属性和关系  (2)

VertexAdd 不改变 EdgeList

顶点数可利用 VertexCount 得到:

Wolfram Research (2010),VertexAdd,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VertexAdd.html (更新于 2015 年).

文本

Wolfram Research (2010),VertexAdd,Wolfram 语言函数,https://reference.wolfram.com/language/ref/VertexAdd.html (更新于 2015 年).

CMS

Wolfram 语言. 2010. "VertexAdd." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2015. https://reference.wolfram.com/language/ref/VertexAdd.html.

APA

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

BibTeX

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

BibLaTeX

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