TietzeGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

F≔TietzeGraph⁡

F≔Graph 1: an undirected graph with 12 vertices and 18 edges

(1)
> 

IsPlanar⁡F

false

(2)
> 

ChromaticNumber⁡F

3

(3)
> 

DrawGraph⁡F

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