Skip to content

Commit 25db3e1

Browse files
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]>
1 parent 95a58b0 commit 25db3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/eigen_II.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ A = \begin{bmatrix} 0.5 & 0.1 \\
238238
\end{bmatrix}
239239
$$
240240
241-
$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}$.
242242
243243
$$
244244
B = \begin{bmatrix} 0 & 1 \\
@@ -392,7 +392,7 @@ We are now prepared to bridge the languages spoken in the two lectures.
392392

393393
A primitive matrix is both irreducible and aperiodic.
394394

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
396396

397397
```{code-cell} ipython3
398398
P = np.array([[0.68, 0.12, 0.20],

0 commit comments

Comments
 (0)