Skip to content

Commit 2ba4b2d

Browse files
authored
Update solutions in lecutre pv (#279)
1 parent e0b49f9 commit 2ba4b2d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lectures/pv.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,3 +465,18 @@ following settings for $d$ and $p_{T+1}^*$:
465465
466466
```{exercise-end}
467467
```
468+
469+
```{solution-start} pv_ex_a
470+
:class: dropdown
471+
```
472+
473+
Plugging each pair of the above $p_{T+1}^*, d_t$ into Equation {eq}`eq:ptpveq` yields:
474+
475+
1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0$
476+
1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 + \delta^{T+1-t} g^{T+1} d_0$
477+
1. $p_t = 0$
478+
1. $p_t = c \delta^{-t}$
479+
480+
481+
```{solution-end}
482+
```

0 commit comments

Comments
 (0)