File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ import quantecon_book_networks.input_output as qbn_io
45
45
import quantecon_book_networks.plotting as qbn_plt
46
46
import quantecon_book_networks.data as qbn_data
47
47
48
- quantecon_book_networks.config("matplotlib")
49
- ```
50
-
51
- ``` {code-cell} ipython3
52
48
ch2_data = qbn_data.production()
49
+
50
+ quantecon_book_networks.config("matplotlib")
51
+ import matplotlib as mpl
52
+ mpl.rcParams.update(mpl.rcParamsDefault)
53
+ from matplotlib.patches import Polygon
53
54
```
54
55
55
56
``` {code-cell} ipython3
575
576
576
577
This can be written as $\mu^\top = \mathbb{1}^\top L$ or
577
578
579
+
578
580
$$
579
581
\mu^\top = \mathbb{1}^\top (I-A)^{-1}
580
582
$$
@@ -650,6 +652,7 @@ where $z_0$ is a vector of labor services used in each industry.
650
652
:class: dropdown
651
653
```
652
654
For each i = 0,1,2 and j = 1,2
655
+
653
656
$$
654
657
a_ {ij} = \frac{z_ {ij}}{x_j}
655
658
$$
You can’t perform that action at this time.
0 commit comments