A stochastic matrix, , is a square matrices with positive real values as elements, . Each element represents the probability of some transformation taking place.
They are applied to vectors that contain probabilities of a system being in a given state. For example,
and is the probability of they system being in the th state.
is left stochastic if each row sums to one.
is right stochastic if each column sums to one.
is doubly stochastic if each row and column sums to one. This means both and are stochastic matrices.
If
then is the probability of initially being in the 1 state and ending up in the 1 state, is the probability of initially being in the 1 state and ending up in the 2 state etc..
The total probability that a state starts in a given state and ends up in another must be one, hence
and is left stochastic.
Fixed Points¶
Let be a left stochastic matrix and be a probability vector such that
then is the stationary probability vector, or fixed point, of the transformation .
All doubly stochastic matrices have the maximally mixed probability vector as there fixed point, such that
if is doubly stochastic.
If there exists a stocastic matrix such that , then can be considered to be more mixed then .
Birkhoff-Von Neumann Theorem¶
is a doubly stochastic matrix if and only if there exists a set of numbers where and such that
where are the permutation matrices. Therefore, all doubly stochastic matrices are convex combinations of permutation matrices.