GraphTheory[SpecialGraphs]
ButterflyGraph
construct butterfly graph
Calling Sequence
Description
Examples
References
Compatibility
ButterflyGraph()
ButterflyGraph() constructs the butterfly graph, a planar undirected graph with 5 vertices and 6 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
B≔ButterflyGraph⁡
B≔Graph 1: an undirected graph with 5 vertices and 6 edge(s)
ChromaticNumber⁡B
3
Girth⁡B
DrawGraph⁡B
"Butterfly graph", Wikipedia. http://en.wikipedia.org/wiki/Butterfly_graph
The GraphTheory[SpecialGraphs][ButterflyGraph] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
SpecialGraphs
Download Help Document