Skip to content

Commit 595a555

Browse files
committed
[olg] update links and punctuations
1 parent 3a794e1 commit 595a555

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lectures/olg.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ model.
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

3636
At the same time, the OLG model adds an important new feature: the choice of
3737
how much to save is endogenous.
@@ -78,7 +78,7 @@ An individual born at time $t$ lives for two periods, $t$ and $t + 1$.
7878
We 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

8383
Young 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

699699
Let
700700

0 commit comments

Comments
 (0)