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

  

CrownGraph

  

construct crown graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CrownGraph(n)

CrownGraph(L1, L2)

Parameters

n

-

positive integer

L1, L2

-

lists of vertices; length of lists must be equal

Description

• 

The CrownGraph(n) function creates the crown graph on 2n vertices.

• 

The crown graph is a bipartite graph with vertices  in which an edge exists between  and  whenever i differs from j.

• 

A crown graph with 2n vertices has  edges.

Examples

(1)

(2)

Compatibility

• 

The GraphTheory[SpecialGraphs][CrownGraph] command was introduced in Maple 2021.

• 

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

See Also

SpecialGraphs

WheelGraph

 


Download Help Document