WLJS LogoWLJS Notebook

GraphJoin

GraphJoin[g1, g2] gives the graph join of the graphs g1 and g2.

Examples

GraphJoin[CycleGraph[4], CycleGraph[3]]
GraphJoin[PathGraph[{1, 2, 3}], PathGraph[{a, b, c}]]

Please visit the official Wolfram Language Reference for more details.

On this page