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 fb931c2 commit ada2293Copy full SHA for ada2293
lectures/lagrangian_lqdp.md
@@ -11,14 +11,19 @@ kernelspec:
11
name: python3
12
---
13
14
+# Lagrangian for LQ Control
15
+
16
+```{code-cell} ipython3
17
+:tags: [hide-output]
18
+!pip install quantecon
19
+```
20
21
```{code-cell} ipython3
22
import numpy as np
23
from quantecon import LQ
24
from scipy.linalg import schur
25
```
26
-# Lagrangian for LQ Control
-
27
+++
28
29
## Overview
0 commit comments