GitHub

@@ -326,7 +326,7 @@ m = Market()

326326

plot45(m, 0, 9, 2, num_arrows=3)

327327

```

328328329-

The plot shows the function $g$ defined in {eq}`def_g` and the $45\degree$ line.

329+

The plot shows the function $g$ defined in {eq}`def_g` and the 45-degree line.

330330331331

Think of $ p_t $ as a value on the horizontal axis.

332332

@@ -336,7 +336,7 @@ Clearly,

336336337337

- If $ g $ lies above the 45-degree line at $p_t$, then we have $ p_{t+1} > p_t $.

338338

- If $ g $ lies below the 45-degree line at $p_t$, then we have $ p_{t+1} < p_t $.

339-

- If $ g $ hits the 45-degree line at $p_t$, then we have $ p_{t+1} = p_t $, so $ p_t $ is a {ref}` steady state <scalar-dynam:steady-state>`.

339+

- If $ g $ hits the 45-degree line at $p_t$, then we have $ p_{t+1} = p_t $, so $ p_t $ is a steady state.

340340341341

Consider the sequence of prices starting at $p_0$, as shown in the figure.

342342

Read the original on github.com ↗