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