Skip to content

Commit d09008e

Browse files
authored
Merge pull request #180 from QuantEcon/fix_ce
Fixed a small typo in the cake eating lecture
2 parents a76e953 + bee4e62 commit d09008e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/cake_eating_problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ After rearranging, the same expression can be written as
433433
$$
434434
\lim_{h \to 0}
435435
\frac{u(c^*_t - h) - u(c^*_t) }{h}
436-
+ \lim_{h \to 0}
437-
\frac{ \beta u(c^*_{t+1} + h) - u(c^*_{t+1}) }{h} = 0
436+
+ \beta \lim_{h \to 0}
437+
\frac{ u(c^*_{t+1} + h) - u(c^*_{t+1}) }{h} = 0
438438
$$
439439

440440
or, taking the limit,

0 commit comments

Comments
 (0)