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

  

CirculantGraph

  

construct circulant graph

 

Calling Sequence

Parameters

Description

Definition

Examples

Compatibility

Calling Sequence

CirculantGraph(n, k)

Parameters

n

-

positive integer

k

-

positive integer or list of positive integers

Description

• 

The CirculantGraph(n,k) command returns the circulant graph on n vertices with jump parameter k.

Definition

• 

The circulant graph is a graph on n vertices in which vertex i is connected to vertices i-j and i+j for each j in k.

Examples

withGraphTheory:

withSpecialGraphs:

C_7_12CirculantGraph7,1,2

C_7_12Graph 1: an undirected graph with 7 vertices and 14 edge(s)

(1)

DrawGraphC_7_12

Compatibility

• 

The GraphTheory[SpecialGraphs][CirculantGraph] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

SpecialGraphs