ShrikhandeGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

ShrikhandeGraph

  

construct Shrikhande graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ShrikhandeGraph()

ShrikhandeGraph(V)

Parameters

V

-

set or list of size 16 (optional)

Description

• 

The ShrikhandeGraph command creates the shrikhande graph on 16 vertices. The shrikhande graph is a non-planar 6-regular graph with chromatic number 4 and clique number 3. As an option, you may input the labels of the vertices as a set or list of size 16.

Examples

withGraphTheory:withSpecialGraphs:

GShrikhandeGraph:

ChromaticNumberG,c

4

(1)

c

1,2,5,6,4,7,9,14,3,8,10,13,11,12,15,16

(2)

IsPlanarG

false

(3)

IsStronglyRegularG,parameters

true,6,2,2

(4)

See Also

IsStronglyRegular

SpecialGraphs