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 f8fca8b commit 9df8f94Copy full SHA for 9df8f94
lectures/input_output.md
@@ -44,7 +44,9 @@ import quantecon_book_networks
44
import quantecon_book_networks.input_output as qbn_io
45
import quantecon_book_networks.plotting as qbn_plt
46
import quantecon_book_networks.data as qbn_data
47
+import matplotlib as mpl
48
49
+mpl.rcParams.update(mpl.rcParamsDefault)
50
quantecon_book_networks.config("matplotlib")
51
```
52
@@ -644,6 +646,7 @@ where $z_0$ is a vector of labor services used in each industry.
644
646
:class: dropdown
645
647
648
For each i = 0,1,2 and j = 1,2
649
+
650
$$
651
a_{ij} = \frac{z_{ij}}{x_j}
652
0 commit comments