PerkelGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

PerkelGraph

  

construct Perkel graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

PerkelGraph()

Description

• 

The PerkelGraph command creates the Perkel graph.

• 

The Perkel graph is a 6-regular distance-transitive graph with 57 vertices and 171 edges.

Examples

withGraphTheory:

withSpecialGraphs:

GPerkelGraph

GGraph 1: an undirected graph with 57 vertices and 171 edge(s)

(1)

IsRegularG

true

(2)

ChromaticNumberG

3

(3)

References

  

"Perkel graph", Wikipedia. http://en.wikipedia.org/wiki/Perkel_graph

Compatibility

• 

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