Skip to content

Commit cd231b8

Browse files
shlffSmit-create
authored andcommitted
fix_numbering
1 parent 25ed235 commit cd231b8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lectures/olg.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import matplotlib.pyplot as plt
5555
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
5656
```
5757

58-
## 1 Environment
58+
## Environment
5959

6060
TODO add timing and basic ideas of OLG
6161

@@ -72,9 +72,9 @@ First let's consider the household side.
7272

7373
TODO label and recall math equations using correct internal reference
7474

75-
## 2 Supply of capital
75+
## Supply of capital
7676

77-
### 2.1 Consumer's problem
77+
### Consumer's problem
7878

7979
Suppose that the utility functions for individuals born at time $t$ take the following form
8080

@@ -160,7 +160,7 @@ Here $K^S(w_t, R_{t+1})$ means the invariant function relationship between aggre
160160

161161
+++
162162

163-
### 2.2 Special case: log preference
163+
### Special case: log preference
164164

165165
Unless we specify let's assume $u(c) = \log c$.
166166

@@ -183,9 +183,9 @@ $$
183183

184184
+++
185185

186-
## 3 Demand for capital
186+
## Demand for capital
187187

188-
### 3.1 Firm's problem
188+
### Firm's problem
189189

190190
For each integer $t \geq 0$, output $Y_t$ in period $t$ is given by
191191

@@ -202,7 +202,7 @@ Demand for labor $L$ and capital $K_t$ is determined by the profit maximization
202202
\max_{K_t, L} \{ K^{\alpha}_t L^{1-\alpha} - R_t K_t - L w_t \}
203203
```
204204

205-
### 3.2 Demand for capital
205+
### Demand for capital
206206

207207
The first-order conditions for a maximum can be obtained by taking derivative of the objective function with respect to capital and labor respectively and setting to $0$
208208
$$
@@ -221,7 +221,7 @@ $$
221221

222222
+++
223223

224-
## 4 Equilibrium
224+
## Equilibrium
225225

226226
The equality of aggregate demand (12) and aggregate supply (16) for capital yields the equalibrium.
227227

@@ -308,7 +308,7 @@ ax.legend()
308308
plt.show()
309309
```
310310

311-
## 6 Dynamics and steady state
311+
## Dynamics and steady state
312312

313313
Setting $k_t := K_t / L$.
314314

@@ -404,7 +404,7 @@ def k_star(model):
404404
plot_45(m, k_update, kstar=k_star(m))
405405
```
406406

407-
## 6 Another special case: CRRA preference
407+
## Another special case: CRRA preference
408408

409409
+++
410410

@@ -574,7 +574,7 @@ def simulate_ts(m, x0_values, ts_length):
574574
simulate_ts(m_crra, x0, ts_length)
575575
```
576576

577-
## 7 Exercises
577+
## Exercises
578578

579579
+++
580580

0 commit comments

Comments
 (0)