Is it true that the inverse of a regular stochastic matrix is also regular? Are there any other interesting features that the inverse may have of a regular stochastic matrix?
Hope someone could answer these questions. Thanks in advance.
Is it true that the inverse of a regular stochastic matrix is also regular? Are there any other interesting features that the inverse may have of a regular stochastic matrix?
Hope someone could answer these questions. Thanks in advance.
Counterexample: consider the following stochastic matrix: \begin{equation} A = \begin{pmatrix} 2/3 & 1/3 \\ 1/3 & 2/3 \end{pmatrix}. \end{equation} Now, the inverse is \begin{equation} A^{-1} = \begin{pmatrix} 2 & -1 \\ -1 & 2 \end{pmatrix}, \end{equation} which is not even stochastic (entries are not nonnegative), let alone regular.
All powers of $A^{-1}$ also have negative nondiagonal entries, but this is not even needed as the definition of regular stochastic matrix requires stochasticity.