GraphTheory[SpecialGraphs]
GossetGraph
construct Gosset graph
Calling Sequence
Description
Examples
References
Compatibility
GossetGraph()
The GossetGraph() command constructs the Gosset graph.
The Gosset graph is a 27-regular graph with 56 vertices and 756 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔GossetGraph⁡
G≔Graph 1: an undirected graph with 56 vertices and 756 edge(s)
IsPlanar⁡G
false
IsRegular⁡G
true
ChromaticNumber⁡G
8
DrawGraph⁡G,style=spring
"Gosset graph", Wikipedia. http://en.wikipedia.org/wiki/Gosset_graph
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
Download Help Document