MeredithGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

MeredithGraph

  

construct Meredith graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

MeredithGraph()

Description

• 

The MeredithGraph command creates the Meredith graph.

• 

The Meredith graph is a 4-regular distance-transitive graph with 70 vertices and 140 edges.

Examples

withGraphTheory:

withSpecialGraphs:

GMeredithGraph

GGraph 1: an undirected graph with 70 vertices and 140 edge(s)

(1)

IsRegularG

true

(2)

ChromaticNumberG

3

(3)

References

  

"Meredith graph", Wikipedia. http://en.wikipedia.org/wiki/Meredith_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][MeredithGraph] command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

SpecialGraphs