Graphics Programs Reference
In-Depth Information
T = [277, 444, 14, 735, 1123, 35, 51, 1209, 1944; ...
587, 11148, 1884, 13619, 8174, 4497, 3934, 16605, 30224; ...
236, 2915, 1572, 4723, 11657, 430, 1452, 13539, 18262; ...
1100, 14507, 3470, 19077, 20954, 4962, 5437, 31353, 50430; ...
133, 2844, 676, 3653, 1770, 250, 273, 2293, 5946; ...
3, 134, 42, 179, -90, -177, 88, -179, 0; ...
-246, 499, 442, 695, 2675, 100, 17, 2792, 3487; ...
954, 12240, 13632, 26826, 0, 0, 0, 0, 26826; ...
844, 15717, 14792, 31353, 4355, 173, 378, 4906, 36259; ...
1944, 30224, 18262, 50430, 25309, 5135, 5815, 36259, 86689];
A few features of this matrix are apparent from the following:
T(4, :) - T(1, :) - T(2, :) - T(3, :)
T(9, :) - T(5, :) - T(6, :) - T(7, :) - T(8, :)
T(10, :) - T(4, :) - T(9, :)
T(10, 1:4) - T(1:4, 9)'
ans =
000000000
ans =
000000000
ans =
000000000
ans =
0000
Thus the 4th row, which summarizes inter-industry inputs, is the sum of the
first three rows; the 9th row, which summarizes “primary inputs,” is the sum
of rows 5 through 8; the 10th row, total inputs, is the sum of rows 4 and 9,
and the first four entries of the last row agree with the first four entries of
the last column (meaning that all output from the industrial sectors is
accounted for). Also we have
(T(:, 4) - T(:, 1) - T(:, 2) - T(:, 3))'
(T(:, 8) - T(:, 5) - T(:, 6) - T(:, 7))'
(T(:, 9) - T(:, 4) - T(:, 8))'
Search WWH ::




Custom Search