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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GraphTheory/SpecialGraphs/DipoleGraph

GraphTheory[SpecialGraphs]

  

DipoleGraph

  

construct dipole graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DipoleGraph(n)

Parameters

n

-

positive integer

Description

• 

The DipoleGraph(n) function creates the order n dipole graph, a multigraph with two vertices and n edges between them.

• 

The order n dipole graph is the plane dual of the cycle graph on n vertices.

Examples

withGraphTheory:

withSpecialGraphs:

DGDipoleGraph5

DGGraph 1: an undirected multigraph with 2 vertices and 5 edge(s)

(1)

EdgesDG

1,2,1,2,1,2,1,2,1,2

(2)

DrawGraphDG

PlaneDualCycleGraph5,multigraph

Graph 2: an undirected multigraph with 2 vertices and 5 edge(s)

(3)

Compatibility

• 

The GraphTheory[SpecialGraphs][DipoleGraph] command was introduced in Maple 2023.

• 

For more information on Maple 2023 changes, see Updates in Maple 2023.

See Also

BouquetGraph

CycleGraph

SpecialGraphs