GraphTheory[SpecialGraphs]
NauruGraph
construct Nauru graph
Calling Sequence
Description
Examples
References
Compatibility
NauruGraph()
The NauruGraph() command returns the Nauru graph, a symmetric bipartite cubic graph with 24 vertices and 36 edges.
It is named after the nation of Nauru, the flag of which features a twelve-pointed star.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔NauruGraph⁡
G≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Nauru graph", Wikipedia. http://en.wikipedia.org/wiki/Nauru_graph
The GraphTheory[SpecialGraphs][NauruGraph] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
SpecialGraphs
Download Help Document