Skip to content

Commit ad1fa6d

Browse files
Tom's March 19 morning edits of some lectures
1 parent b1114dc commit ad1fa6d

File tree

4 files changed

+54
-26
lines changed

4 files changed

+54
-26
lines changed

lectures/french_rev.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ in payment, they were to be burned.
101101
The appendix to {cite}`sargent_velde1995` describes the
102102
auction rules in detail.
103103
```
104-
) The Estates available for sale were thought to be worth about 2,400
104+
The Estates available for sale were thought to be worth about 2,400
105105
million, while the exactable debt (essentially fixed-term loans, unpaid arrears,
106106
and liquidated offices) stood at about 2,000 million. The value of the land was
107107
sufficient to let the Assembly retire all of the exactable debt and thereby eliminate
@@ -114,12 +114,12 @@ aspects of monetary theory help in thinking about the assignat plan. First, a sy
114114
beginning with a commodity standard typically has room for a once-and-for-all emission
115115
of (an unbacked) paper currency that can replace the commodity money without generating
116116
inflation. \citet{Sargent/Wallace:1983} describe models with this property. That
117-
commodity money systems are wasteful underlies Milton \possessivecite{Friedman1960} preference
117+
commodity money systems are wasteful underlies Milton Friedman's (1960) TOM:ADD REFERENCE preference
118118
for a fiat money regime over a commodity money. Second, in a small country on a
119119
commodity money system that starts with restrictions on intermediation, those restrictions
120120
can be relaxed by letting the government issue bank notes on the security of safe
121121
private indebtedness, while leaving bank notes convertible into gold at par. See
122-
Adam \citet{Smith:1776} and \citet{Sargent_Wallace_1982} for expressions of this idea.
122+
Adam Smith and Sargent and Wallace (1982) for expressions of this idea. TOM: ADD REFERENCES HEREAND IN BIBTEX FILE.
123123
```
124124

125125

@@ -401,17 +401,15 @@ with the Terror. It is marked by high real balances, around 2,500 millions, and
401401
roughly stable prices. The fall of Robespierre in late July 1794 begins the third
402402
of our episodes, in which real balances decline and prices rise rapidly. We interpret
403403
these three episodes in terms of three separate theories about money: a ``backing''
404-
or ''real bills'' theory (the text is Adam Smith [1776],
405-
a legal restrictions theory,%
406-
\footnote{\citet{Keynes:1940} urged a forced saving
407-
program for war finance. \citet{Bryant/Wallace:1984} and \citet{Villamil:1988} have formalized aspects
408-
of Keynes's analysis.}
404+
or ''real bills'' theory (the text is Adam Smith (1776)),
405+
a legal restrictions theory (TOM: HERE PLEASE CITE
406+
Keynes,1940, AS WELL AS Bryant/Wallace:1984 and Villamil:1988)
409407
and a classical hyperinflation theory.%
410408
```{note}
411-
According to \possessivecite{Cagan:1956} definition of hyperinflation,
409+
According to the empirical definition of hyperinflation adopted by {cite}`Cagan`,
412410
beginning in the month that inflation exceeds 50 percent
413411
per month and ending in the month before inflation drops below 50 percent per month
414-
for at least a year, the \emph{assignat} experienced a hyperinflation from May to December
412+
for at least a year, the *assignat* experienced a hyperinflation from May to December
415413
1795.
416414
```
417415
We view these

lectures/laffer_adaptive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ kernelspec:
1717

1818
## Overview
1919

20-
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this XXXX lecture.
20+
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this lecture {doc}`money_inflation`.
2121

22-
As in lecture XXXXX, this lecture uses the log-linear version of the demand function for money that Cagan {cite}`Cagan` used in his classic paper in place of the linear demand function used in this XXXX lecture.
22+
As in the lecture {doc}`money_inflation`, this lecture uses the log-linear version of the demand function for money that Cagan {cite}`Cagan` used in his classic paper in place of the linear demand function used in this lecture {doc}`money_inflation`.
2323

2424
But now, instead of assuming ''rational expectations'' in the form of ''perfect foresight'',
2525
we'll adopt the ''adaptive expectations'' assumption used by Cagan {cite}`Cagan`.

lectures/money_inflation.md

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ kernelspec:
1919

2020
## Overview
2121

22-
This lecture describes a theory of price level variations that consists of two components
22+
This lecture extends and modifies the model in this lecture {doc}`cagan_ree` by modifying the
23+
law of motion that governed the supply of money.
24+
25+
In particular, this lecture describes a theory of price level variations that consists of two components
2326

2427
* a demand function for money
2528
* a law of motion for the supply of money
@@ -31,30 +34,42 @@ The law of motion for the supply of money assumes that the government prints mon
3134
Our model equates the demand for money to the supply at each time $t \geq 0$.
3235

3336
Equality between those demands and supply gives in a **dynamic** model in which money supply
34-
and price level **sequences** are simultaneously determined by a special set of simultaneous linear
35-
equations.
37+
and price level **sequences** are simultaneously determined by a special set of simultaneous linear equations.
3638

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

3941
In this lecture, we'll roll up our sleeves and solve those equations in a couple of different ways.
4042

4143
As we'll see, Python is good at solving them.
4244

45+
46+
(One of the methods for solving vector linear difference equations will take advantage of a decomposition of a matrix that is studied in this lecture {doc}`eigen_I`.)
47+
48+
In this lecture we will encounter these concepts
49+
50+
* an **inflation tax** that a government gathers by printing paper or electronic money
51+
* a dynamic **Laffer curve** in the inflation tax rate that has two stationary equilibria
52+
* perverse dynamics under rational expectations in which the system converges to the higher stationary inflation tax rate
53+
* a peculiar comparative stationary-state analysis connected with that stationary inflation rate that assert that inflation can be **reduced** by running **higher** government deficits
54+
55+
The same qualitive outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.
56+
57+
These outcomes will set the stage for the analysis of this lecture {doc}`laffer_adaptive` that studies a version of the present model that uses a version of "adaptive expectations" instead of rational expectations.
58+
59+
That lecture will show that
60+
61+
* replacing rational expectations with adaptive expectations leaves the two stationary inflation rates unchanged, but that $\ldots$
62+
* it reverse the pervese dynamics by making the **lower** stationary inflation rate the one to which the system typically converges
63+
* a more plausible comparative dynamic outcome emerges in which now inflation can be **reduced** by running **lower** government deficits
64+
65+
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`.
66+
4367
We'll use theses tools from linear algebra:
4468

4569
* matrix multiplication
4670
* matrix inversion
4771
* eigenvalues and eigenvectors of a matrix
4872

49-
Let's start with some imports:
50-
51-
```{code-cell} ipython3
52-
import numpy as np
53-
import matplotlib.pyplot as plt
54-
from matplotlib.ticker import MaxNLocator
55-
plt.rcParams['figure.dpi'] = 300
56-
from collections import namedtuple
57-
```
5873

5974
## Demand for and Supply of Money
6075

@@ -244,6 +259,21 @@ A steady state gross rate of return $\bar R$ solves quadratic equation {eq}`eq:
244259
So two steady states typically exist.
245260
246261
262+
263+
## Some Code
264+
265+
266+
Let's start with some imports:
267+
268+
```{code-cell} ipython3
269+
import numpy as np
270+
import matplotlib.pyplot as plt
271+
from matplotlib.ticker import MaxNLocator
272+
plt.rcParams['figure.dpi'] = 300
273+
from collections import namedtuple
274+
```
275+
276+
247277
Let's set some parameter values and compute possible steady state rates of return on currency $\bar R$, the seigniorage maximizing rate of return on currency, and an object that we'll discuss later, namely, an initial price level $p_0$ associated with the maximum steady state rate of return on currency.
248278
249279
+++

lectures/money_inflation_nonlinear.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ kernelspec:
1717

1818
## Overview
1919

20-
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this XXXX lecture.
20+
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this lecture {doc}`money_inflation`.
2121

2222
This lecture uses the log-linear version of the demand function for money that Cagan {cite}`Cagan`
23-
used in his classic paper in place of the linear demand function used in this XXXX lecture.
23+
used in his classic paper in place of the linear demand function used in this lecture {doc}`money_inflation`.
2424

2525
That change requires that we modify parts of our analysis.
2626

0 commit comments

Comments
 (0)