You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is a simple illustration of this network.
151
+
To illustrate, we begin by setting $n =2$ and formulating
152
+
the following network.
156
153
157
154
```{code-cell} ipython3
158
155
---
@@ -235,7 +232,7 @@ plt.show()
235
232
236
233
+++ {"user_expressions": []}
237
234
238
-
More generally the constraints can be written as
235
+
More generally, constraints on production are
239
236
240
237
$$
241
238
\begin{aligned}
@@ -254,11 +251,11 @@ $$
254
251
x = (I -A)^{-1} d \equiv L d
255
252
$$ (eq:inout_2)
256
253
257
-
where $L = (I-A)^{-1}$.
254
+
where the matrix $L = (I-A)^{-1}$ is sometimes called a **Leontief Inverse**.
255
+
258
256
259
-
This matrix is also known as the **Leontief Inverse**.
260
257
261
-
We assume the **Hawkins-Simon conditions** stated as
258
+
To assure that the solution $X$ of {eq}`eq:inout_2` is a positive vector, the following **Hawkins-Simon conditions** suffice:
262
259
263
260
$$
264
261
\begin{aligned}
@@ -267,9 +264,9 @@ $$
267
264
\end{aligned}
268
265
$$
269
266
270
-
to assure that the solution $X$ of {eq}`eq:inout_2` is a positive vector.
271
267
272
-
Consider for example a two good economy such that
268
+
269
+
For example a two good economy described by
273
270
274
271
$$
275
272
A =
@@ -337,13 +334,14 @@ $$
337
334
A_0' = a_0' (I - A)^{-1}
338
335
$$
339
336
340
-
The $i$th Component $A_0$ is the amount of labor that is required to produce one unit of final output of good $i$ for $i \in \{1, \ldots , n\}$.
337
+
For $i \in \{1, \ldots , n\}$, the $i$th component of $A_0$ is the amount of labor that is required to produce one unit of final output of good $i$.
341
338
342
339
Equation {eq}`eq:inout_frontier` sweeps out a **production possibility frontier** of final consumption bundles $d$ that can be produced with exogenous labor input $x_0$.
343
340
344
341
Consider the example in {eq}`eq:inout_ex`.
345
342
346
343
Suppose we are now given
344
+
347
345
$$
348
346
a_0' = \begin{bmatrix}
349
347
4 & 100
@@ -361,6 +359,7 @@ A0
361
359
+++ {"user_expressions": []}
362
360
363
361
Thus, the production possibility frontier for this economy is
362
+
364
363
$$
365
364
10d_1 + 500d_2 = x_0
366
365
$$
@@ -370,6 +369,7 @@ $$
370
369
## Prices
371
370
372
371
{cite}`DoSSo` argue that relative prices of the $n$ produced goods must satisfy
0 commit comments