GitHub

@@ -35,7 +35,7 @@ Our model equates the demand for money to the supply at each time $t \geq 0$.

3535

Equality between those demands and supply gives a *dynamic* model in which money supply

3636

and price level *sequences* are simultaneously determined by a set of simultaneous linear equations.

373738-

These equations take the form of what are often called vector linear **difference equations**.

38+

These equations take the form of what is often called vector linear **difference equations**.

39394040

In this lecture, we'll roll up our sleeves and solve those equations in two different ways.

4141

@@ -49,19 +49,19 @@ In this lecture we will encounter these concepts from macroeconomics:

4949

* perverse dynamics under rational expectations in which the system converges to the higher stationary inflation tax rate

5050

* a peculiar comparative stationary-state outcome connected with that stationary inflation rate: it asserts that inflation can be *reduced* by running *higher* government deficits, i.e., by raising more resources by printing money.

515152-

The same qualitive outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.

52+

The same qualitative outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.

53535454

These outcomes set the stage for the analysis to be presented in this lecture {doc}`laffer_adaptive` that studies a nonlinear version of the present model; it assumes a version of "adaptive expectations" instead of rational expectations.

55555656

That lecture will show that

57575858

* replacing rational expectations with adaptive expectations leaves the two stationary inflation rates unchanged, but that $\ldots$

59-

* it reverse the pervese dynamics by making the *lower* stationary inflation rate the one to which the system typically converges

59+

* it reverses the perverse dynamics by making the *lower* stationary inflation rate the one to which the system typically converges

6060

* a more plausible comparative dynamic outcome emerges in which now inflation can be *reduced* by running *lower* government deficits

616162-

This outcome will be used to justify a selection of a stationary inflation rate that underlies the analysis of unpleasant monetarist arithmetic to be studies in this lecture {doc}`unpleasant`.

62+

This outcome will be used to justify a selection of a stationary inflation rate that underlies the analysis of unpleasant monetarist arithmetic to be studied in this lecture {doc}`unpleasant`.

636364-

We'll use theses tools from linear algebra:

64+

We'll use these tools from linear algebra:

65656666

* matrix multiplication

6767

* matrix inversion

@@ -349,7 +349,7 @@ g2 = seign(msm.R_l, msm)

349349

print(f'R_l, g_l = {msm.R_l:.4f}, {g2:.4f}')

350350

```

351351352-

Now let's compute the maximum steady-state amount of seigniorage that could be gathered by printing money and the state state rate of return on money that attains it.

352+

Now let's compute the maximum steady-state amount of seigniorage that could be gathered by printing money and the state-state rate of return on money that attains it.

353353354354

## Two computation strategies

355355

@@ -950,7 +950,7 @@ Those dynamics are "perverse" not only in the sense that they imply that the mon

950950951951952952

```{note}

953-

The same qualitive outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.

953+

The same qualitative outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.

954954

```

955955956956

Read the original on github.com ↗