Math Problem Statement

Consider the network of webpages shown on the image.

Note. A double headed arrow i ↔ j indicates that there is a link i → j and a link j → i .

Find the PageRank of the highest ranked page. There may be more than one page with the same highest ranking, but in any case compute the ranking which is the highest.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Graph Theory
Markov Chains
Linear Algebra
Probability

Formulas

PR(i) = (1 - d) / N + d * sum(PR(j) / Out(j)) for all j linking to i
PageRank algorithm based on the transition matrix

Theorems

PageRank Algorithm
Markov Process

Suitable Grade Level

Undergraduate - Intro to Computer Science, Mathematics