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.
withGraphTheory:
withSpecialGraphs:
B≔ButterflyGraph
B≔Graph 1: an undirected graph with 5 vertices and 6 edge(s)
ChromaticNumberB
3
GirthB
DrawGraphB
"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