GraphTheory[SpecialGraphs]
SchlaefliGraph
construct Schläfli graph
Calling Sequence
Description
Examples
References
Compatibility
SchlaefliGraph()
The SchlaefliGraph command creates the Schläfli graph.
The Schläfli graph is a 16-regular graph with 27 vertices and 216 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔SchlaefliGraph⁡
G≔Graph 1: an undirected graph with 27 vertices and 216 edge(s)
IsStronglyRegular⁡G,parameters
true,16,10,8
ChromaticNumber⁡G
9
"Schläfli graph", Wikipedia. http://en.wikipedia.org/wiki/Schläfli_graph
The GraphTheory[SpecialGraphs][SchlaefliGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document