networks
cycle
creates a cycle
Calling Sequence
Parameters
Description
Examples
cycle(n)
n
-
the number of vertices
Important: The networks package has been deprecated. Use the superseding command GraphTheory[CycleGraph] instead.
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](...).
with⁡networks:
G≔cycle⁡6:
ends⁡G
1,2,1,6,2,3,3,4,4,5,5,6
See Also
GraphTheory
GraphTheory[CycleGraph]
networks(deprecated)[addedge]
networks(deprecated)[addvertex]
with
Download Help Document