File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030
3131## Overview
3232
33- The dynamics of the OLG model are quite similar to those of the Solow-Swan
34- growth model.
33+ The dynamics of the OLG model are quite similar to those of the [ Solow-Swan
34+ growth model] ( https://intro.quantecon.org/solow.html ) .
3535
3636At the same time, the OLG model adds an important new feature: the choice of
3737how much to save is endogenous.
@@ -78,7 +78,7 @@ An individual born at time $t$ lives for two periods, $t$ and $t + 1$.
7878We call an agent
7979
8080- "young" during the first period of their lives and
81- - "old" during the second period of their lives
81+ - "old" during the second period of their lives.
8282
8383Young agents work, supplying labor and earning labor income.
8484
@@ -232,8 +232,8 @@ describing demand for capital given prices.
232232
233233### Firm's problem
234234
235- For each integer $t \geq 0$, output $y_t$ in period $t$ is given by
236- the ** Cobb-Douglas production function**
235+ For each integer $t \geq 0$, output $y_t$ in period $t$ is given by the
236+ ** [ Cobb-Douglas production function] ( https://en.wikipedia.org/wiki/Cobb%E2%80%93Douglas_production_function ) **
237237
238238``` {math}
239239:label: cobb_douglas
@@ -694,7 +694,7 @@ Visualize the dynamics using a 45 degree diagram.
694694```
695695
696696
697- To solve for $k_ {t+1}$ given $k_t$ we use Newton's method.
697+ To solve for $k_ {t+1}$ given $k_t$ we use [ Newton's method] ( https://python.quantecon.org/newton_method.html ) .
698698
699699Let
700700
You can’t perform that action at this time.
0 commit comments