Skip to content

Commit b071ffe

Browse files
committed
remove spaces
1 parent 5bcfbf2 commit b071ffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lectures/eigen_II.md

-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ $$
240240
241241
$A$ here is also a primitive matrix since $A^k$ is everywhere positive for some $k \in \mathbb{N}$.
242242
243-
244243
$$
245244
B = \begin{bmatrix} 0 & 1 \\
246245
1 & 0
@@ -395,7 +394,6 @@ A primitive matrix is both irreducible and aperiodic.
395394

396395
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
397396

398-
399397
```{code-cell} ipython3
400398
P = np.array([[0.68, 0.12, 0.20],
401399
[0.50, 0.24, 0.26],

0 commit comments

Comments
 (0)