GraphTheory[SpecialGraphs]
DoyleGraph
construct Doyle graph
Calling Sequence
Description
Examples
References
Compatibility
DoyleGraph()
The DoyleGraph() command returns the Doyle graph, also known as the Holt graph, an undirected graph with 27 vertices and 54 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔DoyleGraph⁡
G≔Graph 1: an undirected graph with 27 vertices and 54 edge(s)
GroupTheory:-GroupOrder⁡AutomorphismGroup⁡G
54
DrawGraph⁡G
"Doyle graph", Wikipedia. http://en.wikipedia.org/wiki/Doyle_graph
The GraphTheory[SpecialGraphs][DoyleGraph] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
SpecialGraphs
Download Help Document