LadderGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

LadderGraph

  

construct ladder graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LadderGraph(n)

Parameters

n

-

positive integer

Description

• 

The LadderGraph(n) function creates the ladder graph on 2n vertices.

Examples

withGraphTheory:

withSpecialGraphs:

LLadderGraph5

LGraph 1: an undirected graph with 10 vertices and 13 edge(s)

(1)

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

(2)

DrawGraphL

Compatibility

• 

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