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

  

DuererGraph

  

construct Duerer graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

DuererGraph()

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

GDuererGraph

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

(1)

IsPlanarG

true

(2)

ChromaticNumberG

3

(3)

DiameterG

4

(4)

GroupTheory:-GroupOrderAutomorphismGroupG

12

(5)

DrawGraphG

References

  

"Dürer graph", Wikipedia. http://en.wikipedia.org/wiki/Duerer_graph

Compatibility

• 

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