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

  

TietzeGraph

  

construct Tietze graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

TietzeGraph()

Description

• 

The TietzeGraph() command constructs the Tietze graph.

• 

The Tietze graph is a cubic graph with 12 vertices and 18 edges, named after Heinrich Franz Friedrich Tietze.

Examples

withGraphTheory:

withSpecialGraphs:

FTietzeGraph

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

(1)

IsPlanarF

false

(2)

ChromaticNumberF

3

(3)

DrawGraphF

References

  

"Tietze graph", Wikipedia. http://en.wikipedia.org/wiki/Tietze_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][TietzeGraph] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

SpecialGraphs