Skip to content

Commit 4fc7853

Browse files
committed
Update input_output.md
1 parent 406f3bf commit 4fc7853

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lectures/input_output.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A basic framework for their analysis is
118118

119119

120120

121-
After introducing the input-ouput model, we describe some of its connections to {doc}`linear programming lecture <lp_intro>`.
121+
After introducing the input-output model, we describe some of its connections to {doc}`linear programming lecture <lp_intro>`.
122122

123123

124124
## Input output analysis
@@ -307,7 +307,7 @@ L
307307
```
308308
309309
```{code-cell} ipython3
310-
x = L @ d # solving for gross ouput
310+
x = L @ d # solving for gross output
311311
x
312312
```
313313
@@ -434,7 +434,7 @@ $$
434434
435435
The primal problem chooses a feasible production plan to minimize costs for delivering a pre-assigned vector of final goods consumption $d$.
436436
437-
The dual problem chooses prices to maxmize the value of a pre-assigned vector of final goods $d$ subject to prices covering costs of production.
437+
The dual problem chooses prices to maximize the value of a pre-assigned vector of final goods $d$ subject to prices covering costs of production.
438438
439439
By the [strong duality theorem](https://en.wikipedia.org/wiki/Dual_linear_program#Strong_duality),
440440
optimal value of the primal and dual problems coincide:
@@ -482,7 +482,7 @@ plt.show()
482482
483483
## Leontief inverse
484484
485-
We have discussed that gross ouput $x$ is given by {eq}`eq:inout_2`, where $L$ is called the Leontief Inverse.
485+
We have discussed that gross output $x$ is given by {eq}`eq:inout_2`, where $L$ is called the Leontief Inverse.
486486
487487
Recall the {doc}`Neumann Series Lemma <eigen_II>` which states that $L$ exists if the spectral radius $r(A)<1$.
488488
@@ -551,7 +551,7 @@ The above figure indicates that manufacturing is the most dominant sector in the
551551
552552
### Output multipliers
553553
554-
Another way to rank sectors in input output networks is via outuput multipliers.
554+
Another way to rank sectors in input output networks is via output multipliers.
555555
556556
The **output multiplier** of sector $j$ denoted by $\mu_j$ is usually defined as the
557557
total sector-wide impact of a unit change of demand in sector $j$.

0 commit comments

Comments
 (0)