Analyzing the Surfing Process: Transition Matrix and Singularity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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?