KneserGraph - 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]

  

KneserGraph

  

construct Kneser graph

  

OddGraph

  

construct odd Kneser graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

KneserGraph(n,k)

OddGraph(d)

Parameters

n, k, d

-

positive integers

Description

• 

The KneserGraph(n,k) command returns the Kneser graph with parameters n, k.

• 

The OddGraph(d) command returns a Kneser graph with parameters n=2*d+1, k=d.

Examples

(1)

(2)

(3)

(4)

See Also

SpecialGraphs

 


Download Help Document