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.
withGraphTheory:
withSpecialGraphs:
G≔NauruGraph
G≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsBipartiteG
true
DrawGraphG
"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