GraphTheory[SpecialGraphs]
CoxeterGraph
construct Coxeter graph
Calling Sequence
Description
Examples
CoxeterGraph()
The CoxeterGraph command creates the Coxeter graph, which is a nonhamiltonian 3-regular graph on 28 vertices and 42 edges.
It is named after H. S. M. Coxeter.
with⁡GraphTheory:
with⁡SpecialGraphs:
C≔CoxeterGraph⁡
C≔Graph 1: an undirected graph with 28 vertices and 42 edge(s)
IsPlanar⁡C
false
IsRegular⁡C,v
true
v
3
IsHamiltonian⁡C
DrawGraph⁡C
See Also
SpecialGraphs
Tutte8CageGraph
TutteCoxeterGraph
Download Help Document