GraphTheory[SpecialGraphs]
DuererGraph
construct Duerer graph
Calling Sequence
Description
Examples
References
Compatibility
DuererGraph()
The DuererGraph() command constructs the Dürer graph, a planar cubic graph with 12 vertices and 18 edges.
It is derived from Dürer's solid, a polyhedron first seen in an engraving by Albrecht Dürer.
withGraphTheory:
withSpecialGraphs:
G≔DuererGraph
G≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsPlanarG
true
ChromaticNumberG
3
DiameterG
4
GroupTheory:-GroupOrderAutomorphismGroupG
12
DrawGraphG
"Dürer graph", Wikipedia. http://en.wikipedia.org/wiki/Duerer_graph
The GraphTheory[SpecialGraphs][DuererGraph] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
SpecialGraphs
Download Help Document