Do Markov Chain Transition Matrices Sum by Row or Column?

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Chain Markov chain
Jamin2112
Messages
973
Reaction score
12

Homework Statement



screen-capture-1-19.png


screen-capture-2-10.png


Homework Equations



screen-capture-3-16.png


The Attempt at a Solution




A few things.

First of all, the homework problem notes that "all the columns should sum to 1," whereas Wikipedia says ∑Pij = 1 when we sum all along the the row i.

Second of all, I don't know where to go after I've constructed my transition matrix. A hint would be much appreciated.
 
Physics news on Phys.org
Are you having problems with part b?

Basically you are interested in player 10 having a turn on turns 1-5 which means that you are interested in p_(x,5)^(n) where x is the initial state and n is the number of iterations. Based on that, what do you think you need to do (Remember in the homework forum, we can't do your work for you, but give you hints).

With regard to the sum of all elements along the rows being 1 that is correct. An easy way to think about this is that all probabilities in one row are those of disjoint events.

For example the probability p_(0,0) and p(0,1) are disjoint and all the probabilities of p(0,x) where x is any valid state must equal 1 because all possible probabilities starting from 0 and going to something else are considered and there can't be anymore.

Part c is more algorithmic and I'm sure you have the algorithm in your notes. Part d asks you to interpret your results from part c.
 
Jamin2112 said:

Homework Statement



screen-capture-1-19.png


screen-capture-2-10.png


Homework Equations



screen-capture-3-16.png


The Attempt at a Solution




A few things.

First of all, the homework problem notes that "all the columns should sum to 1," whereas Wikipedia says ∑Pij = 1 when we sum all along the the row i.

Second of all, I don't know where to go after I've constructed my transition matrix. A hint would be much appreciated.

The vast majority of books and papers use the standard convention in which rows sum to 1. However, I have seen a few papers (mostly from Asian sources) that take the other convention of having columns summing to 1. Basically, one matrix is just the transpose of the other. You should stick to whatever convention your instructor uses, at least when writing up the final solution.

RGV
 
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