GraphTheory[SpecialGraphs]
FruchtGraph
construct Frucht graph
Calling Sequence
Description
Examples
References
Compatibility
FruchtGraph()
The FruchtGraph() command constructs the Frucht graph.
The Frucht graph is a 3-regular graph with 12 vertices and 18 edges and no nontrivial automorphisms. It was first described by Robert Frucht in 1939.
withGraphTheory:
withSpecialGraphs:
F≔FruchtGraph
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
ChromaticNumberF
3
The Frucht graph has no nontrivial automorphisms.
Aut≔AutomorphismGroupF
Aut≔
GroupTheory:-GroupOrderAut
1
DrawGraphF
"Frucht graph", Wikipedia. http://en.wikipedia.org/wiki/Frucht_graph
The GraphTheory[SpecialGraphs][FruchtGraph] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
SpecialGraphs
Download Help Document