GraphTheory[SpecialGraphs]
HarborthGraph
construct Harborth graph
Calling Sequence
Description
Examples
References
Compatibility
HarborthGraph()
The HarborthGraph() command constructs the Harborth graph.
The Harborth graph is a 4-regular graph with 52 vertices and 104 edges, named after H. Harborth. It is the smallest known 4-regular matchstick graph.
with⁡GraphTheory:
with⁡SpecialGraphs:
H≔HarborthGraph⁡
H≔Graph 1: an undirected graph with 52 vertices and 104 edge(s)
IsPlanar⁡H
true
IsRegular⁡H
ChromaticNumber⁡H
3
DrawPlanar⁡H
"Matchstick graph", Wikipedia. http://en.wikipedia.org/wiki/Matchstick_graph
The GraphTheory[SpecialGraphs][HarborthGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document