DuererGraph - Maple Help

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.

• 

The Dürer graph is a nonplanar bipartite graph with 12 vertices and 18 edges. It is named after Albrecht Dürer and is derived from Dürer's solid, a polyhedron first seen in an engraving by Dürer.

Examples

withGraphTheory:

withSpecialGraphs:

GDuererGraph

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

(1)

IsPlanarG

false

(2)

ChromaticNumberG

3

(3)

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