Qurak

CycleGraph

可用

Cycle graph on n vertices

CycleGraph[n]
Table[CycleGraph[i, PlotLabel -> Subscript[C, i]], {i, 3, 5}] → {Graph[<3>, <3>], Graph[<4>, <4>], Graph[<5>, <5>]}Table[CycleGraph[i, DirectedEdges -> True, EdgeStyle -> Arrowheads[Medium], PlotLabel -> Subscript[C, i]], {i, 3, 5}] → {Graph[<3>, <3>], Graph[<4>, <4>], Graph[<5>, <5>]}g = CycleGraph[8, VertexLabels -> "Name"] → Graph[<8>, <8>]

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用