|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CycleGraph
CycleGraph[n]
gives the cycle graph with n vertices
.
Details and OptionsDetails and Options
- CycleGraph[n] gives a graph with vertices
, with edges between i and i+1 as well as between n and
. - CycleGraph[..., DirectedEdges->True] gives a directed cycle graph.
- CycleGraph takes the same options as Graph.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


