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

  

FruchtGraph

  

construct Frucht graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

FruchtGraph()

Description

• 

The FruchtGraph() command constructs the Frucht graph.

• 

The Frucht graph is a 3-regular graph with 12 vertices and 18 edges and no nontrivial automorphisms. It was first described by Robert Frucht in 1939.

Examples

withGraphTheory:

withSpecialGraphs:

FFruchtGraph

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

(1)

ChromaticNumberF

3

(2)

The Frucht graph has no nontrivial automorphisms.

AutAutomorphismGroupF

Aut

(3)

GroupTheory:-GroupOrderAut

1

(4)

DrawGraphF

References

  

"Frucht graph", Wikipedia. http://en.wikipedia.org/wiki/Frucht_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][FruchtGraph] command was introduced in Maple 2017.

• 

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

See Also

SpecialGraphs