GraphTheory[SpecialGraphs]
PerkelGraph
construct Perkel graph
Calling Sequence
Description
Examples
References
Compatibility
PerkelGraph()
The PerkelGraph command creates the Perkel graph.
The Perkel graph is a 6-regular distance-transitive graph with 57 vertices and 171 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔PerkelGraph⁡
G≔Graph 1: an undirected graph with 57 vertices and 171 edge(s)
IsRegular⁡G
true
ChromaticNumber⁡G
3
"Perkel graph", Wikipedia. http://en.wikipedia.org/wiki/Perkel_graph
The GraphTheory[SpecialGraphs][PerkelGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document