I've understood the concept and application of the "recursive n-Step state transition formula" by Chapman/Kolmogorov. For those who don't recall it is this formula:
$$ r_{ij}(n)=\sum_{k=1}^{m}r_{ik}(n-1)*p_{kj} $$
where
n= number of transitions
i= current node
j= destination node
m= number of nodes
I just wanted to know if there is a calculator, which lets me input everything and consequtively draws the graphs to n, calculates every matrix to n and also draws a timeline which includes the $p_{ij}$'s with increasing n?
I've been searching but could not find any program which does it alltogether.