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 5f14448 commit 177218bCopy full SHA for 177218b
lectures/re_with_feedback.md
@@ -42,7 +42,7 @@ import matplotlib.pyplot as plt
42
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
43
import numpy as np
44
import quantecon as qe
45
-from sympy import *
+from sympy import init_printing, symbols, Matrix
46
init_printing()
47
```
48
@@ -1066,7 +1066,7 @@ Compare $F^*$ with $F_1 + F_2 F^*$
1066
F_check[0] + F_check[1] * F_star, F_star
1067
1068
1069
-## Fun with SymPy
+## Fun with SymPy
1070
1071
This section is a gift for readers who have made it this far.
1072
@@ -1161,4 +1161,3 @@ $−(Q^{22})^{−1}Q^{21}$
1161
```{code-cell} python3
1162
- Q_inv[1, 0] / Q_inv[1, 1]
1163
1164
-
0 commit comments