GraphTheory[SpecialGraphs]
CrownGraph
construct crown graph
Calling Sequence
Parameters
Description
Examples
Compatibility
CrownGraph(n)
CrownGraph(L1, L2)
n
-
positive integer
L1, L2
lists of vertices; length of lists must be equal
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.
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