GraphTheory[SpecialGraphs]
HeawoodGraph
construct Heawood graph
Calling Sequence
Description
Examples
References
HeawoodGraph()
The HeawoodGraph() command returns the Heawood graph, an undirected graph with 14 vertices and 21 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔HeawoodGraph⁡
G≔Graph 1: an undirected graph with 14 vertices and 21 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Heawood graph", Wikipedia. http://en.wikipedia.org/wiki/Heawood_graph
See Also
SpecialGraphs
Download Help Document