You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/cagan_ree.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ import matplotlib.pyplot as plt
31
31
We'll use linear algebra first to explain and then do some experiments with a "fiscal theory of the price level".
32
32
33
33
34
-
According to this model, when the government persistently spends more than it collects in taxes and prints money to finance the shortfall (the "shortfall is called the "government deficit"), it puts upward pressure on the price level and generates
34
+
According to this model, when the government persistently spends more than it collects in taxes and prints money to finance the shortfall (the "shortfall" is called the "government deficit"), it puts upward pressure on the price level and generates
35
35
persistent inflation.
36
36
37
37
The "fiscal theory of the price level" asserts that
@@ -50,7 +50,7 @@ In those experiments, we'll encounter an instance of a ''velocity dividend'' tha
50
50
51
51
To facilitate using linear matrix algebra as our main mathematical tool, we'll use a finite horizon version of the model.
52
52
53
-
As in several other lectures, the only linear algebra that we'll be using
53
+
As in the {doc}`present values <pv>` and {doc}`consumption smoothing<cons_smooth>` lectures, the only linear algebra that we'll be using
54
54
are matrix multplication and matrix inversion.
55
55
56
56
@@ -626,7 +626,11 @@ Simply glue the sequences $t\leq T_1$ and $t > T_1$.
626
626
We reset $m_{T_{1}}$ so that $p_{T_{1}}=\left(m_{T_{1}-1}+\mu_{0}\right)+\alpha\mu_{0}$, with $\pi_{T_{1}}=\mu^{*}$.
Copy file name to clipboardExpand all lines: lectures/intro.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ kernelspec:
14
14
This lecture series provides an introduction to quantitative economics using Python.
15
15
16
16
It was designed and written by [Thomas J. Sargent](http://www.tomsargent.com/), [John Stachurski](http://johnstachurski.net/), and the rest of the QuantEcon team.
17
-
18
-
See [About these Lectures](about.md) for background and reading suggestions.
0 commit comments