Analyzing the Surfing Process: Transition Matrix and Singularity

jkeatin
Messages
66
Reaction score
0

Homework Statement


p1 goes to p2
p2 goes to p3
p3 goes to p1
p4 goes to p3

Assume that surfers have an 80% chance of following one of the links on the page, and a
20% chance of jumping to a random page.
(a) Write the transition matrix A representing the surfing process.
(b) Is A singular or nonsingular?

Homework Equations





The Attempt at a Solution




i got this matrix

.2 .2 (.2*.8) .2
(.2*.8) .2 .2 .2
.2 (.2*.8) .2 (.2*.8)
.2 .2 .2 .2

then do i just let lamda = 1 and find the eigenvector?
 
Physics news on Phys.org
Each column should sum to 1, since that's the total probability. They don't, so you need to think more carefully about what the probabilies are for each transition.
 
do i divide every entry in the matrix by 1/4th ?
 
.2 1/4th
.2 1/4th *.8
1/4th
1/4this that correct for column a?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top