GraphTheory[SpecialGraphs]
BouquetGraph
construct bouquet graph
Calling Sequence
Parameters
Description
Examples
Compatibility
BouquetGraph(n)
n
-
positive integer
The BouquetGraph(n) function creates the bouquet graph, a graph with one vertex and n self-loops.
withGraphTheory:
withSpecialGraphs:
B≔BouquetGraph5
B≔Graph 1: an undirected multigraph with 1 vertex, no edges, and 5 self-loops
EdgesB
1,1,1,1,1
DrawGraphB
The GraphTheory[SpecialGraphs][BouquetGraph] command was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
DipoleGraph
SpecialGraphs
Download Help Document