GraphTheory[SpecialGraphs]
GolombGraph
construct Golomb graph
Calling Sequence
Description
Examples
References
Compatibility
GolombGraph()
The GolombGraph command creates the Golomb graph.
The Golomb graph is a planar graph with 10 vertices and 18 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔GolombGraph⁡
G≔Graph 1: an undirected graph with 10 vertices and 18 edge(s)
IsPlanar⁡G
true
ChromaticNumber⁡G
4
"Golomb graph", Wikipedia. http://en.wikipedia.org/wiki/Golomb_graph
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
Download Help Document