Chapter 6 Computing the Page Rank Vector Flashcards
When does the limit of H exist?
When J(H) has k blocks of size 1 x 1 if 1 occurs k times as an eigenvalue When 1 is the only eigenvalue with absolute value 1 then all others are less than 1
How can we tell the speed of convergence of H
Depends on How close to 1 the other eigenvalues are specifically the second largest. The further away from 1 the second largest eigenvalue is the faster it will converge
Why do we care practically on the speed of convergence
Alot of calculation involved in calculating the powers of hat matrix. Each time we multiply H by itself it gets more expensive so we will want to know how quickly calculations can stop.
What are the conditions imposed on S to have
limit = vw^transpose
S is m x m stochastic matrix with positive entries. So 1 is a simple eigenvalue fo S and V = (1,…,1)^transpose and w^transpose is a row eigenvector of S that is normalised
How can we estimate the limit of a stochastic matrix and estimate the row eigenvector value
Square until we see the rows start to look alike to get an idea of the limit. the limit has structure of three rows of w^transpose.
How does the jordan canonical form converge faster?
The smaller lamda is the quicker the convergence of Jr(lamda)^n to value of 0