networks[cycle] - creates a cycle
|
Calling Sequence
|
|
cycle(n)
|
|
Parameters
|
|
n
|
-
|
the number of vertices
|
|
|
|
|
Description
|
|
•
|
This procedure returns a graph that is an undirected cycle with n vertices and edges.
|
•
|
This routine is normally loaded by using the command with(networks), but it may also be referenced by using the full name networks[cycle](...).
|
|
|
Download Help Document
Was this information helpful?