GrayGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

GrayGraph

  

construct Gray graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

GrayGraph()

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

GGrayGraph

GGraph 1: an undirected graph with 54 vertices and 81 edge(s)

(1)

IsBipartiteG

true

(2)

DrawGraphG

References

  

"Gray graph", Wikipedia. http://en.wikipedia.org/wiki/Gray_graph

Compatibility

• 

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