Skip to content

Commit ea993f6

Browse files
authored
Update cake_eating_numerical.md
1 parent b1955d1 commit ea993f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/cake_eating_numerical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ from scipy.optimize import minimize_scalar, bisect
5151
:label: bellman-cen
5252
5353
v(x) = \max_{0\leq c \leq x} \{u(c) + \beta v(x-c)\}
54-
\quad \text{for all } x \geq 0.
54+
\quad \text{对所有 } x \geq 0.
5555
```
5656

5757
其中 $u$ 是CRRA效用函数。
@@ -391,7 +391,7 @@ plt.show()
391391
:label: euler-cen
392392
393393
u' (\sigma(x)) = \beta u' ( \sigma(x - \sigma(x)))
394-
\quad \text{for all } x > 0
394+
\quad \text{对所有 } x > 0
395395
```
396396

397397
在计算上,我们可以从任意初始猜测 $\sigma_0$ 开始,然后选择 $c$ 来求解

0 commit comments

Comments
 (0)