Markov Chain Fundamental Matrix

350 Views Asked by At

I am modeling baseball using a Markov chain model. I am using matrix theory to calculate the number of times in each state using N=(I-Q)^-1. However in Maple, when I take the inverse of (I-Q) it results is a matrix with mostly negative values. Any idea why this could be happening? Let me know if you want more info/the code I'm using.