Close
Close window
GraphPower - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

GraphTheory

GraphPower

construct graph power of a graph

Calling Sequence

GraphPower(G, k)

Parameters

G

-

unweighted graph

k

-

positive integer

Description

GraphPower returns the kth graph power of a given graph. This is a graph in which two vertices are connected if there exists a path of length at most k in the original graph.

The input graph G may be directed or undirected.

The algorithm adds powers of the adjacency matrix of G and removes any multiple edges.

Examples

>

withGraphTheory:

>

PPathGraph5

PGraph 1: an undirected graph with 5 vertices and 4 edges

(1)
>

EdgesP

1,2,2,3,3,4,4,5

(2)
>

DrawGraphP,style=circle

>

P2GraphPowerP,2

P2Graph 2: an undirected graph with 5 vertices and 7 edges

(3)
>

EdgesP2

1,2,1,3,2,3,2,4,3,4,3,5,4,5

(4)
>

DrawGraphP2

>

P3GraphPowerP,3

P3Graph 3: an undirected graph with 5 vertices and 9 edges

(5)
>

EdgesP3

1,2,1,3,1,4,2,3,2,4,2,5,3,4,3,5,4,5

(6)
>

DrawGraphP3


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /