GraphTheory[SpecialGraphs]
M22Graph
construct M22 graph
Calling Sequence
Description
Examples
References
Compatibility
M22Graph()
The M22Graph command creates the M22 graph.
The M22 graph is a 16-regular graph with 77 vertices and 616 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔M22Graph⁡
G≔Graph 1: an undirected graph with 77 vertices and 616 edge(s)
IsStronglyRegular⁡G,parameters
true,16,0,4
ChromaticNumber⁡G
5
"M22 graph", Wikipedia. http://en.wikipedia.org/wiki/M22_graph
The GraphTheory[SpecialGraphs][M22Graph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document