Skip to content

Commit 9df8f94

Browse files
committed
fix latex error
1 parent f8fca8b commit 9df8f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lectures/input_output.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ import quantecon_book_networks
4444
import quantecon_book_networks.input_output as qbn_io
4545
import quantecon_book_networks.plotting as qbn_plt
4646
import quantecon_book_networks.data as qbn_data
47+
import matplotlib as mpl
4748
49+
mpl.rcParams.update(mpl.rcParamsDefault)
4850
quantecon_book_networks.config("matplotlib")
4951
```
5052

@@ -644,6 +646,7 @@ where $z_0$ is a vector of labor services used in each industry.
644646
:class: dropdown
645647
```
646648
For each i = 0,1,2 and j = 1,2
649+
647650
$$
648651
a_{ij} = \frac{z_{ij}}{x_j}
649652
$$

0 commit comments

Comments
 (0)