I have been using an absorbing markov chain to calculate the expected number of steps to transition to my absorbing state. I have calculated this correctly by following the wiki guide https://en.m.wikipedia.org/wiki/Absorbing_Markov_chain
Now I have my P transition matrix as well as my fundamental matrix is it possible for me to calculate the probability of transitioning from my start state to my absorbing state in n steps?
Thanks