GraphTheory[SpecialGraphs]
TietzeGraph
construct Tietze graph
Calling Sequence
Description
Examples
References
Compatibility
TietzeGraph()
The TietzeGraph() command constructs the Tietze graph.
The Tietze graph is a cubic graph with 12 vertices and 18 edges, named after Heinrich Franz Friedrich Tietze.
with⁡GraphTheory:
with⁡SpecialGraphs:
F≔TietzeGraph⁡
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsPlanar⁡F
false
ChromaticNumber⁡F
3
DrawGraph⁡F
"Tietze graph", Wikipedia. http://en.wikipedia.org/wiki/Tietze_graph
The GraphTheory[SpecialGraphs][TietzeGraph] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
SpecialGraphs
Download Help Document