GolombGraph - 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]

  

GolombGraph

  

construct Golomb graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

GolombGraph()

Description

• 

The GolombGraph command creates the Golomb graph.

• 

The Golomb graph is a planar graph with 10 vertices and 18 edges.

Examples

withGraphTheory:

withSpecialGraphs:

GGolombGraph

GGraph 1: an undirected graph with 10 vertices and 18 edge(s)

(1)

IsPlanarG

true

(2)

ChromaticNumberG

4

(3)

References

  

"Golomb graph", Wikipedia. http://en.wikipedia.org/wiki/Golomb_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][GolombGraph] command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

SpecialGraphs