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

  

GossetGraph

  

construct Gosset graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

GossetGraph()

Description

• 

The GossetGraph() command constructs the Gosset graph.

• 

The Gosset graph is a 27-regular graph with 56 vertices and 756 edges.

Examples

withGraphTheory:

withSpecialGraphs:

GGossetGraph

GGraph 1: an undirected graph with 56 vertices and 756 edge(s)

(1)

IsPlanarG

false

(2)

IsRegularG

true

(3)

ChromaticNumberG

8

(4)

DrawGraphG,style=spring

References

  

"Gosset graph", Wikipedia. http://en.wikipedia.org/wiki/Gosset_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][GossetGraph] command was introduced in Maple 2021.

• 

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

See Also

SpecialGraphs