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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔MeredithGraph⁡
G≔Graph 1: an undirected graph with 70 vertices and 140 edge(s)
IsRegular⁡G
true
ChromaticNumber⁡G
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