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

  

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

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔GossetGraph⁡

G≔Graph 1: an undirected graph with 56 vertices and 756 edges

(1)
> 

IsPlanar⁡G

false

(2)
> 

IsRegular⁡G

true

(3)
> 

ChromaticNumber⁡G

8

(4)
> 

DrawGraph⁡G,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