You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix definition of primitive matrix and clarify Hamilton matrix reference (#584)
* Fix definition of primitive matrix and clarify Hamilton matrix reference
* minor updates
* remove spaces
---------
Co-authored-by: Humphrey Yang <[email protected]>
Co-authored-by: Humphrey Yang <[email protected]>
$A$ here is also a primitive matrix since $A^k$ is everywhere nonnegative for $k \in \mathbb{N}$.
241
+
$A$ here is also a primitive matrix since $A^k$ is everywhere positive for some $k \in \mathbb{N}$.
242
242
243
243
$$
244
244
B = \begin{bmatrix} 0 & 1 \\
@@ -392,7 +392,7 @@ We are now prepared to bridge the languages spoken in the two lectures.
392
392
393
393
A primitive matrix is both irreducible and aperiodic.
394
394
395
-
So Perron-Frobenius theorem explains why both {ref}`Imam and Temple matrix <mc_eg3>` and [Hamilton matrix](https://en.wikipedia.org/wiki/Hamiltonian_matrix) converge to a stationary distribution, which is the Perron projection of the two matrices
395
+
So Perron-Frobenius theorem explains why both {ref}`Imam and Temple matrix <mc_eg3>` and {ref}`Hamilton matrix <mc_eg2>` converge to a stationary distribution, which is the Perron projection of the two matrices
0 commit comments