From 604ebd011b54a91ab48f278de9a9d431bf17b16a Mon Sep 17 00:00:00 2001 From: Shu Hu Date: Tue, 1 Aug 2023 11:48:27 +1000 Subject: [PATCH] Update solutions in lecutre pv --- lectures/pv.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lectures/pv.md b/lectures/pv.md index f4678a2a..ff93ca0f 100644 --- a/lectures/pv.md +++ b/lectures/pv.md @@ -428,3 +428,18 @@ following settings for $d$ and $p_{T+1}^*$: ```{exercise-end} ``` + +```{solution-start} pv_ex_a +:class: dropdown +``` + +Plugging each pair of the above $p_{T+1}^*, d_t$ into Equation {eq}`eq:ptpveq` yields: + +1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0$ +1. $p_t = \sum^T_{s=t} \delta^{s-t} g^s d_0 + \delta^{T+1-t} g^{T+1} d_0$ +1. $p_t = 0$ +1. $p_t = c \delta^{-t}$ + + +```{solution-end} +``` \ No newline at end of file