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.
with⁡GraphTheory:
with⁡SpecialGraphs:
F≔FruchtGraph⁡
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
ChromaticNumber⁡F
3
The Frucht graph has no nontrivial automorphisms.
Aut≔AutomorphismGroup⁡F
Aut≔
GroupTheory:-GroupOrder⁡Aut
1
DrawGraph⁡F
"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