GraphTheory[SpecialGraphs]
MeredithGraph
construct Meredith graph
Calling Sequence
Description
Examples
References
Compatibility
MeredithGraph()
The MeredithGraph command creates the Meredith graph.
The Meredith graph is a 4-regular distance-transitive graph with 70 vertices and 140 edges.
withGraphTheory:
withSpecialGraphs:
G≔MeredithGraph
G≔Graph 1: an undirected graph with 70 vertices and 140 edge(s)
IsRegularG
true
ChromaticNumberG
3
"Meredith graph", Wikipedia. http://en.wikipedia.org/wiki/Meredith_graph
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
Download Help Document