Chapter 6 Computing the Page Rank Vector Flashcards

1
Q

When does the limit of H exist?

A
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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can we tell the speed of convergence of H

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why do we care practically on the speed of convergence

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the conditions imposed on S to have

limit = vw^transpose

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can we estimate the limit of a stochastic matrix and estimate the row eigenvector value

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does the jordan canonical form converge faster?

A

The smaller lamda is the quicker the convergence of Jr(lamda)^n to value of 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly