Skip to content

Commit d246add

Browse files
committed
small_fix
1 parent b0f978d commit d246add

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lectures/supply_demand_heterogeneity.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ The class will include a test to make sure that $b > > \Pi e $ and raise an exc
128128
* **producer surplus**
129129
130130
Now let's proceed to code.
131-
<!-- #endregion -->
132131
133132
```{code-cell} ipython3
134133
# import some packages
@@ -138,7 +137,6 @@ import matplotlib.pyplot as plt
138137
from scipy.linalg import inv
139138
```
140139
141-
<!-- #region -->
142140
### Pure Exchange Economy
143141
144142
Let's first explore a pure exchange economy with $n$ goods and $m$ people.
@@ -238,7 +236,6 @@ p=\tilde{\mu}^{-1}(\Pi^{\top}b-\Pi^{\top}\Pi e)
238236
$$
239237

240238
Thus, we have verified that, up to choice of a numeraire in which to express absolute prices, the price vector in our representative consumer economy is the same as that in an underlying economy with multiple consumers.
241-
<!-- #endregion -->
242239

243240
```{code-cell} ipython3
244241
class ExchangeEconomy:

0 commit comments

Comments
 (0)