Skip to content

Commit 49d8437

Browse files
committed
convert numref to ref for code generated image
1 parent ad50fe0 commit 49d8437

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lectures/cass_koopmans_1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ def K_tilde(C, pp):
950950
A steady state $\left(K_s, C_s\right)$ is a pair $(K,C)$ that satisfies both equations {eq}`eq:tildeC` and {eq}`eq:tildeK`.
951951
952952
953-
It is thus the intersection of the two curves $\tilde{C}$ and $\tilde{K}$ that we'll eventually plot in Figure {numref}`stable_manifold` below.
953+
It is thus the intersection of the two curves $\tilde{C}$ and $\tilde{K}$ that we'll eventually plot in Figure {ref}`stable_manifold` below.
954954
955955
We can compute $K_s$ by solving the equation $K_s = \tilde{K}\left(\tilde{C}\left(K_s\right)\right)$
956956
@@ -985,19 +985,19 @@ c_vec1, k_vec1 = bisection(pp, 5, 15, T=200, k_ter=Ks)
985985
c_vec2, k_vec2 = bisection(pp, 1e-3, 1e-3, T=200, k_ter=Ks)
986986
```
987987
988-
The following code generates Figure {numref}`stable_manifold`, which is patterned on a graph that appears on page 411 of {cite}`intriligator2002mathematical`.
988+
The following code generates Figure {ref}`stable_manifold`, which is patterned on a graph that appears on page 411 of {cite}`intriligator2002mathematical`.
989989
990-
Figure {numref}`stable_manifold` is a classic "phase plane" with "state" variable $K$ on the ordinate axis and "co-state" variable $C$ on the coordinate axis.
990+
Figure {ref}`stable_manifold` is a classic "phase plane" with "state" variable $K$ on the ordinate axis and "co-state" variable $C$ on the coordinate axis.
991991
992-
Figure {numref}`stable_manifold` plots three curves:
992+
Figure {ref}`stable_manifold` plots three curves:
993993
994994
* the blue line graphs $C = \tilde C (K)$ of fixed points described by equation {eq}`eq:tildeC`.
995995
* the red line graphs $K = \tilde K(C)$ of fixed points described by equation {eq}`eq:tildeK`
996996
* the green line graphs the stable traced out by paths that converge to the steady state starting from an arbitrary $K_0$ at time $0$.
997997
* for a given $K_0$, the shooting algorithm sets $C_0$ to the coordinate on the green line in order to initiate a path that converges to the optimal steady state
998998
* the arrows on the green line show the direction in which dynamics {eq}`eq:systemdynamics` push successive $(K_{t+1}, C_t)$ pairs.
999999
1000-
In addition to the three curves, Figure {numref}`stable_manifold` plots arrows that point where the dynamics {eq}`eq:systemdynamics` drive the system when, for a given $K_0$, $C_0$ is not on the stable manifold depicted in the green line.
1000+
In addition to the three curves, Figure {ref}`stable_manifold` plots arrows that point where the dynamics {eq}`eq:systemdynamics` drive the system when, for a given $K_0$, $C_0$ is not on the stable manifold depicted in the green line.
10011001
10021002
* If $C_0$ is set below the green line for a given $K_0$, too much capital is accumulated
10031003

0 commit comments

Comments
 (0)