GraphTheory[SpecialGraphs]
CirculantGraph
construct circulant graph
Calling Sequence
Parameters
Description
Definition
Examples
Compatibility
CirculantGraph(n, k)
n
-
positive integer
k
positive integer or list of positive integers
The CirculantGraph(n,k) command returns the circulant graph on n vertices with jump parameter k.
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.
with⁡GraphTheory:
with⁡SpecialGraphs:
C_7_12≔CirculantGraph⁡7,1,2
C_7_12≔Graph 1: an undirected graph with 7 vertices and 14 edge(s)
DrawGraph⁡C_7_12
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
Download Help Document