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.
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