EmptyGraphQ

EmptyGraphQ[g]

如果 g 是一个空图,则给出 True,否则,给出 False.

更多信息

  • 如果一个图不含有边,则称它为空图.

范例

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

基本范例  (2)

检验一个图是否是空图:

非空图:

范围  (6)

EmptyGraphQ 作用于无向图:

有向图:

多图:

混合图:

EmptyGraphQ 对于不是无边的图的表达式给出 False

EmptyGraphQ 作用于大规模图:

属性和关系  (7)

空图的边数是零:

空图的顶点度都是零:

空图是无向图:

完全图的补图是一个空图:

两个具有不同名称的图的交集是空图:

任意图和它的补图的交集是空图:

空图的邻接矩阵的所有元素都是零:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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