Skip to content

Commit 8bcc862

Browse files
committed
misc
1 parent 180d398 commit 8bcc862

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lectures/pv.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,27 +95,27 @@ $$
9595
+ \begin{bmatrix}
9696
0 \cr 0 \cr 0 \cr \vdots \cr 0 \cr \delta p_{T+1}^*
9797
\end{bmatrix}
98-
$$ (eq:pieq)
98+
$$ (eq:pvpieq)
9999
100100
+++
101101
102102
```{exercise-start}
103103
:label: pv_ex_1
104104
```
105105
106-
Carry out the matrix multiplication in [](eq:pieq) by hand and confirm that you
106+
Carry out the matrix multiplication in [](eq:pvpieq) by hand and confirm that you
107107
recover the equations in [](eq:Euler_stack).
108108
109109
```{exercise-end}
110110
```
111111
112-
In vector-matrix notation, we can write the system [](eq:pieq) as
112+
In vector-matrix notation, we can write the system [](eq:pvpieq) as
113113
114114
$$
115115
A p = d + b
116116
$$ (eq:apdb)
117117
118-
Here $A$ is the matrix on the left side of equation {eq}`eq:pieq`, while
118+
Here $A$ is the matrix on the left side of equation {eq}`eq:pvpieq`, while
119119
120120
$$
121121
p =
@@ -273,7 +273,7 @@ eliminates the cycles.
273273
274274
## Analytical Expressions
275275
276-
It can be verified that the inverse of the matrix $A$ in {eq}`eq:pieq` is
276+
It can be verified that the inverse of the matrix $A$ in {eq}`eq:pvpieq` is
277277
278278
279279
$$ A^{-1} =
@@ -304,9 +304,9 @@ If we use the expression [](eq:Ainv) in [](eq:apdb_sol) and perform the indicate
304304
305305
$$
306306
p_t = \sum_{s=t}^T \delta^{s-t} d_s + \delta^{T+1-t} p_{T+1}^*
307-
$$ (eq:fisctheory1)
307+
$$ (eq:ptpveq)
308308
309-
Pricing formula {eq}`eq:fisctheory1` asserts that two components sum to the asset price
309+
Pricing formula {eq}`eq:ptpveq` asserts that two components sum to the asset price
310310
$p_t$:
311311
312312
* a **fundamental component** $\sum_{s=t}^T \delta^{s-t} d_s$ that equals the discounted present value of prospective dividends
@@ -367,7 +367,7 @@ $$ (eq:pieq2)
367367
368368
Evidently, if $p_{T+1}^* = 0$, a price vector $\vec p$ of with all entries zero
369369
solves this equation and the only the **fundamental** component of our pricing
370-
formula {eq}`eq:fisctheory1` is present.
370+
formula {eq}`eq:ptpveq` is present.
371371
372372
But let's activate the **bubble** component by setting
373373

0 commit comments

Comments
 (0)