We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63fbb commit bde6576Copy full SHA for bde6576
lectures/markov_chains_I.md
@@ -779,6 +779,8 @@ For example, we have the following result
779
780
(strict_stationary)=
781
```{prf:theorem}
782
+:label: mc_gs_thm
783
+
784
If there exists an integer $m$ such that all entries of $P^m$ are
785
strictly positive, then
786
@@ -881,8 +883,10 @@ P =
881
883
$$
882
884
885
This matrix does not satisfy the conditions of
-{ref}`prf:theorem` because, as you can readily check, $P^m = P$ when $m$ is odd
-and $P^m = I$, the identity matrix, when $m$ is even.
886
+{ref}`mc_gs_thm` because, as you can readily check,
887
888
+* $P^m = P$ when $m$ is odd and
889
+* $P^m = I$, the identity matrix, when $m$ is even.
890
891
Hence there is no $m$ such that all elements of $P^m$ are strictly positive.
892
0 commit comments