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

  

TutteGraph

  

construct Tutte graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

TutteGraph()

Description

• 

The TutteGraph() command returns the Tutte graph, a 3-regular graph with 46 vertices and 69 edges, named after W. T. Tutte.

• 

It should not be confused with the Tutte 8-cage or Tutte 12-cage graphs.

Examples

withGraphTheory:

withSpecialGraphs:

GTutteGraph

GGraph 1: an undirected graph with 46 vertices and 69 edge(s)

(1)

ChromaticNumberG

3

(2)

DrawGraphG

References

  

"Tutte graph", Wikipedia. http://en.wikipedia.org/wiki/Tutte_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][TutteGraph] command was introduced in Maple 2018.

• 

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

See Also

SpecialGraphs

Tutte8CageGraph