GraphTheory[SpecialGraphs]
BookGraph
construct book graph
Calling Sequence
Parameters
Description
Examples
Compatibility
BookGraph(m)
m
-
nonnegint; number of pages
The BookGraph command creates the book graph with m pages.
Each such graph has 2*m+2 vertices and 3*m+1 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
B≔BookGraph⁡6
B≔Graph 1: an undirected graph with 14 vertices and 19 edge(s)
IsPlanar⁡B
true
ChromaticNumber⁡B
2
DrawGraph⁡B,style=planar
The GraphTheory[SpecialGraphs][BookGraph] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
ChromaticNumber
IsPlanar
SpecialGraphs
Download Help Document