We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c556397 commit 604ebd0Copy full SHA for 604ebd0
lectures/pv.md
@@ -428,3 +428,18 @@ following settings for $d$ and $p_{T+1}^*$:
428
429
```{exercise-end}
430
```
431
+
432
+```{solution-start} pv_ex_a
433
+:class: dropdown
434
+```
435
436
+Plugging each pair of the above $p_{T+1}^*, d_t$ into Equation {eq}`eq:ptpveq` yields:
437
438
+1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0$
439
+1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 + \delta^{T+1-t} g^{T+1} d_0$
440
+1. $p_t = 0$
441
+1. $p_t = c \delta^{-t}$
442
443
444
+```{solution-end}
445
0 commit comments