GearGraph - 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]

  

GearGraph

  

construct gear graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GearGraph(n)

Parameters

n

-

positive integer

Description

• 

The GearGraph(n) function creates the gear graph on 2n+1 vertices.

• 

The gear graph, also called the bipartite wheel graph, can be seen as a wheel graph in which a vertex has been inserted between each vertex other than the central vertex.

Examples

(1)

(2)

Compatibility

• 

The GraphTheory[SpecialGraphs][GearGraph] command was introduced in Maple 2018.

• 

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

See Also

SpecialGraphs

WheelGraph

 


Download Help Document