PR(A) = (1-d) + d(PR(t1)/C(t1) + … + PR(tn)/C(tn))
We can think of it in a simpler way:-
a page’s PageRank = 0.15 + 0.85 * (a “share” of the PageRank of every page that links to it)
“share” = the linking page’s PageRank divided by the number of outbound links on the page.
Ok so far? Good. Now we’ll look at how the calculations are actually done.
Step 1: Calculate page A’s PageRank from the value of its inbound links
Step 2: Calculate page B’s PageRank from the value of its inbound links