GraphTheory[SpecialGraphs]
TutteGraph
construct Tutte graph
Calling Sequence
Description
Examples
References
Compatibility
TutteGraph()
The TutteGraph() command returns the Tutte graph, a 3-regular graph with 46 vertices and 69 edges, named after W. T. Tutte.
It should not be confused with the Tutte 8-cage or Tutte 12-cage graphs.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔TutteGraph⁡
G≔Graph 1: an undirected graph with 46 vertices and 69 edge(s)
ChromaticNumber⁡G
3
DrawGraph⁡G
"Tutte graph", Wikipedia. http://en.wikipedia.org/wiki/Tutte_graph
The GraphTheory[SpecialGraphs][TutteGraph] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
SpecialGraphs
Tutte8CageGraph
Download Help Document