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.
withGraphTheory:
withSpecialGraphs:
G≔GossetGraph
G≔Graph 1: an undirected graph with 56 vertices and 756 edge(s)
IsPlanarG
false
IsRegularG
true
ChromaticNumberG
8
DrawGraphG,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