Skip to content

Commit d411623

Browse files
committed
fix headers
1 parent d04267d commit d411623

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lectures/sd_foundations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- #region -->
2-
## Elements of Supply and Demand
2+
# Elements of Supply and Demand
33

44
This lecture is about some linear models of equilibrium prices and quantities, one of the main topics
55
of elementary microeconomics.
@@ -46,7 +46,7 @@ Key infrastructure concepts that we'll encounter in this lecture are
4646
* dynamics as a special case of statics
4747
* risk as a special case of statics
4848

49-
### Scalar setting
49+
## Scalar setting
5050

5151
We study a market for a single good in which buyers and sellers exchange a quantity $q$ for a price $p$.
5252

@@ -141,11 +141,11 @@ In addition
141141
* we'll derive **supply curves** from the problem of a producer who is price taker and maximizes his profits minus total costs that are described by a **cost function**.
142142
<!-- #endregion -->
143143
144-
# Multiple goods
144+
## Multiple goods
145145
146146
We study a setting with $n$ goods and $n$ corresponding prices.
147147
148-
## Formulas from linear algebra
148+
### Formulas from linear algebra
149149
150150
We shall apply formulas from linear algebra that
151151
@@ -211,7 +211,7 @@ so that utility function {eq}`eq:old2` tells us that the consumer has much less
211211
212212
Condition {eq}`eq:bversusc` will ultimately assure us that competitive equilibrium prices are positive.
213213
214-
## Demand Curve Implied by Constrained Utility Maximization
214+
### Demand Curve Implied by Constrained Utility Maximization
215215
216216
For now, we assume that the budget constraint is {eq}`eq:old2`.
217217
@@ -868,7 +868,7 @@ class Exchange_economy:
868868
return p, c_s, mu_s
869869
```
870870

871-
#### Example: Two-person economy **without** production
871+
### Example: Two-person economy **without** production
872872
* Study how competitive equilibrium $p, c^1, c^2$ respond to different
873873

874874
* $b^i$'s
@@ -961,7 +961,7 @@ print('Competitive equilibrium price vector:', p)
961961
print('Competitive equilibrium allocation:', c_s)
962962
```
963963

964-
#### A **dynamic economy**
964+
### A **dynamic economy**
965965

966966
Now let's use the tricks described above to study a dynamic economy, one with two periods.
967967

@@ -984,7 +984,7 @@ print('Competitive equilibrium allocation:', c_s)
984984

985985
```
986986

987-
#### Example: **Arrow securities**
987+
### Example: **Arrow securities**
988988

989989
We use the tricks described above to interpret $c_1, c_2$ as "Arrow securities" that are state-contingent claims to consumption goods.
990990

0 commit comments

Comments
 (0)