GraphTheory[SpecialGraphs]
BiggsSmithGraph
construct Biggs-Smith graph
Calling Sequence
Description
Examples
References
Compatibility
BiggsSmithGraph()
The BiggsSmithGraph command creates the Biggs-Smith graph.
The Biggs-Smith graph is a 3-regular graph with 102 vertices and 153 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
BS≔BiggsSmithGraph⁡
BS≔Graph 1: an undirected graph with 102 vertices and 153 edge(s)
Diameter⁡BS
7
ChromaticNumber⁡BS
3
"Biggs-Smith graph", Wikipedia. http://en.wikipedia.org/wiki/Biggs-Smith_graph
The GraphTheory[SpecialGraphs][BiggsSmithGraph] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
SpecialGraphs
Download Help Document