GraphTheory[SpecialGraphs]
GrayGraph
construct Gray graph
Calling Sequence
Description
Examples
References
Compatibility
GrayGraph()
The GrayGraph() command returns the Gray graph, a bipartite cubic graph with 54 vertices and 81 edges.
It was discovered by Marion Gray in 1932.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔GrayGraph⁡
G≔Graph 1: an undirected graph with 54 vertices and 81 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Gray graph", Wikipedia. http://en.wikipedia.org/wiki/Gray_graph
The GraphTheory[SpecialGraphs][GrayGraph] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
SpecialGraphs
Download Help Document