GraphTheory[SpecialGraphs]
KittellGraph
construct Kittell graph
Calling Sequence
Description
Examples
References
Compatibility
KittellGraph()
The KittellGraph() command constructs the Kittell graph.
The Kittell graph is a planar graph with 23 vertices and 63 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
K≔KittellGraph⁡
K≔Graph 1: an undirected graph with 23 vertices and 63 edge(s)
IsPlanar⁡K
true
ChromaticNumber⁡K
4
DrawPlanar⁡K
"Kittell graph", Wikipedia. http://en.wikipedia.org/wiki/Kittell_graph
The GraphTheory[SpecialGraphs][KittellGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document