DoyleGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

DoyleGraph

  

construct Doyle graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

DoyleGraph()

Description

• 

The DoyleGraph() command returns the Doyle graph, also known as the Holt graph, an undirected graph with 27 vertices and 54 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔DoyleGraph⁡

G≔Graph 1: an undirected graph with 27 vertices and 54 edges

(1)
> 

GroupTheory:-GroupOrder⁡AutomorphismGroup⁡G

54

(2)
> 

DrawGraph⁡G

References

  

"Doyle graph", Wikipedia. http://en.wikipedia.org/wiki/Doyle_graph

Compatibility

• 

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