We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4253a commit cb3b043Copy full SHA for cb3b043
lectures/markov_chains_II.md
@@ -58,7 +58,7 @@ import numpy as np
58
59
To explain irreducibility, let's take $P$ to be a fixed stochastic matrix.
60
61
-State $x$ is called **accessible** (or **reachable**) from state $y$ if $P^t(x,y)>0$ for some integer $t\ge 0$.
+State $y$ is called **accessible** (or **reachable**) from state $x$ if $P^t(x,y)>0$ for some integer $t\ge 0$.
62
63
Two states, $x$ and $y$, are said to **communicate** if $x$ and $y$ are accessible from each other.
64
0 commit comments