GraphTheory[SpecialGraphs]
MoebiusLadderGraph
construct Moebius ladder graph
WagnerGraph
construct Wagner graph
Calling Sequence
Parameters
Description
Definitions
Examples
Compatibility
MoebiusLadderGraph(n)
MoebiusLadderGraph(L1)
WagnerGraph()
WagnerGraph(L2)
n
-
positive integer
L1
list of even length; vertex labels for graph
L2
list of 8 elements; vertex labels for graph
MoebiusLadderGraph(n) creates the Möbius ladder graph on 2n vertices.
WagnerGraph() creates the Wagner graph.
The Möbius ladder graph on 2n vertices is similar to the ladder graph with two additional edges, between vertices 1 and 2n and vertices 2 and 2n-1. These edges join the ends of the ladder to form a Möbius strip. It is named after August Ferdinand Möbius.
The Wagner graph is the special case of the Möbius ladder graph for n=4.
with⁡GraphTheory:
with⁡SpecialGraphs:
L≔MoebiusLadderGraph⁡5
L≔Graph 1: an undirected graph with 10 vertices and 15 edge(s)
Edges⁡L
1,2,1,3,1,10,2,4,2,9,3,4,3,5,4,6,5,6,5,7,6,8,7,8,7,9,8,10,9,10
DrawGraph⁡L
The GraphTheory[SpecialGraphs][MoebiusLadderGraph] command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
GearGraph
MoebiusKantorGraph
SpecialGraphs
WheelGraph
Download Help Document