@@ -118,7 +118,7 @@ A basic framework for their analysis is
118
118
119
119
120
120
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> ` .
122
122
123
123
124
124
## Input output analysis
307
307
```
308
308
309
309
```{code-cell} ipython3
310
- x = L @ d # solving for gross ouput
310
+ x = L @ d # solving for gross output
311
311
x
312
312
```
313
313
434
434
435
435
The primal problem chooses a feasible production plan to minimize costs for delivering a pre-assigned vector of final goods consumption $d$.
436
436
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.
438
438
439
439
By the [strong duality theorem](https://en.wikipedia.org/wiki/Dual_linear_program#Strong_duality),
440
440
optimal value of the primal and dual problems coincide:
@@ -482,7 +482,7 @@ plt.show()
482
482
483
483
## Leontief inverse
484
484
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.
486
486
487
487
Recall the {doc}`Neumann Series Lemma <eigen_II>` which states that $L$ exists if the spectral radius $r(A)<1$.
488
488
@@ -551,7 +551,7 @@ The above figure indicates that manufacturing is the most dominant sector in the
551
551
552
552
### Output multipliers
553
553
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.
555
555
556
556
The **output multiplier** of sector $j$ denoted by $\mu_j$ is usually defined as the
557
557
total sector-wide impact of a unit change of demand in sector $j$.
0 commit comments