GraphTheory/SpecialGraphs/BouquetGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GraphTheory/SpecialGraphs/BouquetGraph

GraphTheory[SpecialGraphs]

  

BouquetGraph

  

construct bouquet graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

BouquetGraph(n)

Parameters

n

-

positive integer

Description

• 

The BouquetGraph(n) function creates the bouquet graph, a graph with one vertex and n self-loops.

Examples

withGraphTheory:

withSpecialGraphs:

BBouquetGraph5

BGraph 1: an undirected multigraph with 1 vertex, no edges, and 5 self-loops

(1)

EdgesB

1,1,1,1,1

(2)

DrawGraphB

Compatibility

• 

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