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.
withGraphTheory:
withSpecialGraphs:
G≔HeawoodGraph
G≔Graph 1: an undirected graph with 14 vertices and 21 edge(s)
IsBipartiteG
true
DrawGraphG
"Heawood graph", Wikipedia. http://en.wikipedia.org/wiki/Heawood_graph
See Also
SpecialGraphs
Download Help Document