ClebschGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

ClebschGraph

  

construct Clebsch graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ClebschGraph()

ClebschGraph(V)

Parameters

V

-

set or list of size 16 (optional)

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

CClebschGraph

CGraph 1: an undirected graph with 16 vertices and 40 edge(s)

(1)

IsPlanarC

false

(2)

IsRegularC

true

(3)

ChromaticNumberC

4

(4)

DrawGraphC

See Also

SpecialGraphs