ClebschGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

C≔ClebschGraph⁡

C≔Graph 1: an undirected graph with 16 vertices and 40 edges

(1)
> 

IsPlanar⁡C

false

(2)
> 

IsRegular⁡C

true

(3)
> 

ChromaticNumber⁡C

4

(4)
> 

DrawGraph⁡C

See Also

SpecialGraphs