WebGraph - 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]

  

WebGraph

  

construct web graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

WebGraph(a, b)

Parameters

a

-

positive integer with a3

b

-

positive integer

Description

• 

The WebGraph(a,b) command returns the web graph with parameters a and b. Namely it returns the Cartesian product of CycleGraph(a) and PathGraph(b).

Examples

withGraphTheory:

withSpecialGraphs:

WWebGraph7,3

WGraph 1: an undirected graph with 21 vertices and 35 edge(s)

(1)

DrawGraphW

See Also

CycleGraph

PathGraph

SpecialGraphs