GraphTheory[SpecialGraphs]
ClebschGraph
construct Clebsch graph
Calling Sequence
Parameters
Description
Examples
ClebschGraph()
ClebschGraph(V)
V
-
set or list of size 16 (optional)
The ClebschGraph command creates the Clebsch graph on 16 vertices.
The Clebsch graph is a non-planar, triangle-free, and 5-regular graph with chromatic number 4. As an option, you may input the labels of the vertices as a list of size 16.
withGraphTheory:
withSpecialGraphs:
C≔ClebschGraph
C≔Graph 1: an undirected graph with 16 vertices and 40 edge(s)
IsPlanarC
false
IsRegularC
true
ChromaticNumberC
4
DrawGraphC
See Also
SpecialGraphs
Download Help Document