GraphTheory[SpecialGraphs]
HerschelGraph
construct Herschel graph
Calling Sequence
Description
Examples
References
HerschelGraph()
The HerschelGraph() command returns the Herschel graph, a bipartite planar undirected graph with 11 vertices and 18 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔HerschelGraph⁡
G≔Graph 1: an undirected graph with 11 vertices and 18 edge(s)
IsBipartite⁡G
true
IsPlanar⁡G
DrawGraph⁡G
"Herschel graph", Wikipedia. http://en.wikipedia.org/wiki/Herschel_graph
See Also
SpecialGraphs
Download Help Document