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.
withGraphTheory:
withSpecialGraphs:
F≔TietzeGraph
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsPlanarF
false
ChromaticNumberF
3
DrawGraphF
"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