GraphTheory[SpecialGraphs]
LadderGraph
construct ladder graph
Calling Sequence
Parameters
Description
Examples
Compatibility
LadderGraph(n)
n
-
positive integer
The LadderGraph(n) function creates the ladder graph on 2n vertices.
withGraphTheory:
withSpecialGraphs:
L≔LadderGraph5
L≔Graph 1: an undirected graph with 10 vertices and 13 edge(s)
EdgesL
1,2,1,3,2,4,3,4,3,5,4,6,5,6,5,7,6,8,7,8,7,9,8,10,9,10
DrawGraphL
The GraphTheory[SpecialGraphs][LadderGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
GearGraph
SpecialGraphs
WheelGraph
Download Help Document