Steady state transition matrix

Elpmek
Messages
3
Reaction score
0
Ok, I'm lost. I've an exam coming up so could so with a speedy reply.

This whole transition matrix stuff is not explained at all in our lecture notes. Here's an example question:

"Suppose that a country has a fixed number of voters, all of whom vote for
either party D or party R. Every year, 1/4 of D voters change to party R and 1/3 of R voters switch to party D. Let xn and yn represent the proportions of
D and R voters respectively after n years (so that xn + yn = 1).
(a) Find the transition matrix T for this process.
(b)Explain the term ”steady state”, and find the steady state in this problem.
(c)Show that xn and yn tend to the steady state values as n goes to infinite, regardless
of the values of x0 and y0."

I don't even know what the matrix is suppose to look like...
 
Physics news on Phys.org
The matrix is will have: (3/4 1/3) on the top row and (1/4 2/3) on the bottom row. Do you see why? If you multiply this by the vector (D, R) you get the specified voter switches.

Usually when you are asked to find a steady-state vector one of the eigenvalues of the matrix will be 1, and you need to find the eigenvector corresponding to this eigenvalue. The reason this is called a "steady-state" vector is that the transition matrix does not change it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top