GraphTheory[SpecialGraphs]
WebGraph
construct web graph
Calling Sequence
Parameters
Description
Examples
WebGraph(a, b)
a
-
positive integer with
b
positive integer
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).
See Also
CycleGraph
PathGraph
SpecialGraphs
Download Help Document