Skip to content

Commit d080c0d

Browse files
authored
Update lqcontrol.md
1 parent eec4594 commit d080c0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/lqcontrol.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ tags: [hide-output]
7272

7373
```{code-cell} ipython
7474
import matplotlib.pyplot as plt
75+
import matplotlib as mpl
76+
FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
77+
mpl.font_manager.fontManager.addfont(FONTPATH)
78+
plt.rcParams['font.family'] = ['Source Han Serif SC']
79+
7580
import numpy as np
7681
from quantecon import LQ
7782
```
@@ -195,6 +200,7 @@ u_t +
195200
\right)
196201
w_{t+1}
197202
```
203+
198204
那么上式第一行等价于{eq}`lq_lomwc`
199205

200206
此外,该模型现在是线性的,可以通过设定以下参数写成{eq}`lq_lom`的形式

0 commit comments

Comments
 (0)