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.
with⁡GraphTheory:
with⁡SpecialGraphs:
B≔BouquetGraph⁡5
B≔Graph 1: an undirected multigraph with 1 vertex, no edges, and 5 self-loops
Edges⁡B
1,1,1,1,1
DrawGraph⁡B
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