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

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

BookGraph

  

construct book graph

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

BookGraph(m)

Parameters

m

-

nonnegint; number of pages

Description

• 

The BookGraph command creates the book graph with m pages.

• 

Each such graph has 2*m+2 vertices and 3*m+1 edges.

Examples

withGraphTheory:

withSpecialGraphs:

BBookGraph6

BGraph 1: an undirected graph with 14 vertices and 19 edge(s)

(1)

IsPlanarB

true

(2)

ChromaticNumberB

2

(3)

DrawGraphB,style=planar

Compatibility

• 

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