Skip to content

Commit 88fa56c

Browse files
committed
updates
1 parent 2ff6291 commit 88fa56c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lectures/cass_koopmans_1.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -804,11 +804,10 @@ over time.
804804
```{exercise}
805805
:label: ck1_ex1
806806
807-
Turnspike property is an property that is independent of the
808-
initial condition $K_0$ as long as $T$ is large enough.
807+
The turnpike property is a property that is independent of the initial condition
808+
$K_0$ provided that $T$ is sufficiently large.
809809
810-
Try to expand the function `plot_paths` to plot paths
811-
of multiple initial points.
810+
Expand the `plot_paths` function so that it plots trajectories for multiple initial points using `k0s = [k_ss*2, k_ss*3, k_ss/3]`.
812811
```
813812
814813
```{solution-start} ck1_ex1
@@ -867,7 +866,7 @@ def plot_multiple_paths(pp, c0, k0s, T_arr, k_ter=0, k_ss=None, axs=None):
867866
_ = plot_multiple_paths(pp, 0.3, [k_ss*2, k_ss*3, k_ss/3], [250, 150, 75, 50], k_ss=k_ss)
868867
```
869868
870-
We can see that the turnpike property holds for different initial capital stocks $K_0$.
869+
We see that the turnpike property holds for various initial values of $K_0$.
871870
872871
```{solution-end}
873872
```

0 commit comments

Comments
 (0)