The [[matrix]] Q containing for each row the transition probabilities for a specific state is called the transition matrix.
- The matrix $Q$ is always a square matrix.
- Each of its rows must add up to one.
- All its entries are non-negative.
- The entry $(i,j)$ is the probability of going from state $i$ to state $j$.
- [[n-Step Transition Probability]]