
Ryan S. answered 02/12/14
Tutor
4.8
(10)
Mathematics and Statistics
This time I will say more about how to set up the Markov matrix.
Let's let the first column be what happens to GTT customers.
75% stay with GTT (g)
5% go to NCJ (n)
20% got to Dash (d)
The second column is what happens to NCJ customers
25% go to g
50% stay with n
25% go to d
The third column is what happens to Dash customers
30% got to g
30% go to n
40% stay with d
This gives us
Matrix A vector u
0.75 0.25 0.30 g
0.05 0.50 0.30 n
0.20 0.25 0.40 d
0.05 0.50 0.30 n
0.20 0.25 0.40 d
Since all the columns add up to 1, this is a Markov matrix and there exists an eigenvector corresponding to the eigenvalue of 1. This means that A - I = 0 where I is the identity matrix.
A - I
-0.25 0.25 0.30 | 0
0.05 -0.50 0.30 | 0
0.20 0.25 -0.60 | 0
0.05 -0.50 0.30 | 0
0.20 0.25 -0.60 | 0
This reduces to
-0.25 0.25 0.30 | 0
0.00 -0.45 0.36 | 0
0.00 0.00 0.00 | 0
0.00 -0.45 0.36 | 0
0.00 0.00 0.00 | 0
Letting d be a free variable we get
-.45n + 0.36d = 0 => n =0.8d
-0.25g + 0.25*0.8d + 0.3d = 0 => g = 2d
This gives the eigenvector (2, 0.8, 1) or normalized (10/19, 4/19, 5/19).
After a long time 10/19 will be with GTT, 4/19 will be with NCJ, and 5/19 will be with Dash.