Jump to content

Network/Directed connections/Same weight column stochastic matrix/Example

From Wikiversity

Let N be a network (a "directed graph“), consisting in a set K of vertices, and a set of directed edges, which can exist between the vertices. For example, K is the set of all web pages, and there exists an arrow from jK to iK, if the web page j has a link to the web page i. The linking structure can be expressed by the adjacency matrix

A=(aij),

where

aij:={1,there exists a link from j to i,0, else,,

or by the column stochastic matrix

B=(bij),

where

bij=aijdj,

and dj is the number of links starting at the vertex j. This division ensures that the column sum equals 1 (we suppose that there is at least one link starting at any vertex).