Skip to content

Commit 73f572a

Browse files
authored
Merge branch 'main' into update_markov_chain_I
2 parents a2460e2 + 5db9f6e commit 73f572a

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash -l {0}
3939
run: pip list
4040
- name: Download "build" folder (cache)
41-
uses: dawidd6/action-download-artifact@v9
41+
uses: dawidd6/action-download-artifact@v11
4242
with:
4343
workflow: cache.yml
4444
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -l {0}
2121
run: pip list
2222
- name: Download "build" folder (cache)
23-
uses: dawidd6/action-download-artifact@v9
23+
uses: dawidd6/action-download-artifact@v11
2424
with:
2525
workflow: cache.yml
2626
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
run: pip list
4141
- name: Download "build" folder (cache)
42-
uses: dawidd6/action-download-artifact@v9
42+
uses: dawidd6/action-download-artifact@v11
4343
with:
4444
workflow: cache.yml
4545
branch: main

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],

lectures/troubleshooting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@ One way to give feedback is to raise an issue through our [issue tracker](https:
6565
Please be as specific as possible. Tell us where the problem is and as much
6666
detail about your local set up as you can provide.
6767

68-
Another feedback option is to use our [discourse forum](https://discourse.quantecon.org/).
69-
7068
Finally, you can provide direct feedback to [contact@quantecon.org](mailto:contact@quantecon.org)
7169

0 commit comments

Comments
 (0)