WOLFRAM

yields True if g is an empty graph and False otherwise.

Details

  • A graph is considered empty if it has no edges.

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Test whether a graph is empty:

Out[1]=1

Non-empty graphs:

Out[1]=1

Scope  (6)Survey of the scope of standard use cases

EmptyGraphQ works with undirected graphs:

Out[3]=3

Directed graphs:

Out[1]=1

Multigraphs:

Out[1]=1

Mixed graphs:

Out[1]=1

EmptyGraphQ gives False for expressions that are not edgeless graphs:

Out[1]=1
Out[2]=2

EmptyGraphQ works with large graphs:

Out[2]=2

Properties & Relations  (7)Properties of the function, and connections to other functions

The number of edges of an empty graph is zero:

Out[3]=3

The vertex degree for an empty graph is all zeros:

Out[1]=1

The empty graphs are undirected graphs:

Out[1]=1

The complement of a complete graph is an empty graph:

Out[1]=1

The intersection of two graphs with different names is an empty graph:

Out[1]=1

The intersection of any graph and its complement is an empty graph:

Out[2]=2

The adjacency matrix for an empty graph has all zero entries:

Wolfram Research (2010), EmptyGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/EmptyGraphQ.html.
Wolfram Research (2010), EmptyGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/EmptyGraphQ.html.

Text

Wolfram Research (2010), EmptyGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/EmptyGraphQ.html.

Wolfram Research (2010), EmptyGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/EmptyGraphQ.html.

CMS

Wolfram Language. 2010. "EmptyGraphQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EmptyGraphQ.html.

Wolfram Language. 2010. "EmptyGraphQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EmptyGraphQ.html.

APA

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

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

BibTeX

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

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

BibLaTeX

@online{reference.wolfram_2025_emptygraphq, organization={Wolfram Research}, title={EmptyGraphQ}, year={2010}, url={https://reference.wolfram.com/language/ref/EmptyGraphQ.html}, note=[Accessed: 29-March-2025 ]}

@online{reference.wolfram_2025_emptygraphq, organization={Wolfram Research}, title={EmptyGraphQ}, year={2010}, url={https://reference.wolfram.com/language/ref/EmptyGraphQ.html}, note=[Accessed: 29-March-2025 ]}