TTSSS
TTSSS
A=[1 5 1 2 1 5 1 7]
D=C'
T=reshape(A,4,2)
S=reshape(A,2,4)
B=diag(A)
E=D*C
E=
1 1 2 7
1 1 2 7
2 2 4 14
7 7 14 49
G=[E;E]
G=
1 1 2 7
1 1 2 7
2 2 4 14
7 7 14 49
1 1 2 7
1 1 2 7
2 2 4 14
7 7 14 49
size(G)
ans =
8 4
H=[B,G]
H=
1 0 0 0 0 0 0 0 1 1 2 7
0 5 0 0 0 0 0 0 1 1 2 7
0 0 1 0 0 0 0 0 2 2 4 14
0 0 0 2 0 0 0 0 7 7 14 49
0 0 0 0 1 0 0 0 1 1 2 7
0 0 0 0 0 5 0 0 1 1 2 7
0 0 0 0 0 0 1 0 2 2 4 14
0 0 0 0 0 0 0 7 7 7 14 49
size(H)
ans =
8 12
I=H(:, 5:12)
I=
0 0 0 0 1 1 2 7
0 0 0 0 1 1 2 7
0 0 0 0 2 2 4 14
0 0 0 0 7 7 14 49
1 0 0 0 1 1 2 7
0 5 0 0 1 1 2 7
0 0 1 0 2 2 4 14
0 0 0 7 7 7 14 49
8
K=rot90(I)
K=
7 7 14 49 7 7 14 49
2 2 4 14 2 2 4 14
1 1 2 7 1 1 2 7
1 1 2 7 1 1 2 7
0 0 0 0 0 0 0 7
0 0 0 0 0 0 1 0
0 0 0 0 0 5 0 0
0 0 0 0 1 0 0 0
K+3
ans =
10 10 17 52 10 10 17 52
5 5 7 17 5 5 7 17
4 4 5 10 4 4 5 10
4 4 5 10 4 4 5 10
3 3 3 3 3 3 3 10
3 3 3 3 3 3 4 3
3 3 3 3 3 8 3 3
3 3 3 3 4 3 3 3
10
funm(ans,@sin)"Present figure" for List 19 will show the total working space that is
required for the user-requested dimensions, and this should
be compared with the available total space of List 19. On the other hand, if it is "RELATIVE TACS
DIMENSIONS" that is used, the
"Present figure" will simply equal the limit, always. In any case, the user can allocate the
available space among the different
TACS tables only if he knows the multiplicity of each. These are as follows:
REAL multiplicity 4 2 0 5 0 0 1 6
INTEGER multiplicity 8 0 2 1 3 1 0 2
Total multiplicity 12 2 2 6 3 1 1 8
TACS Table Sizes 1426 6417 7130 652 2139 17825 24955 4278
------------------------------------------------------------------------------------------------------------------------------------
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/ERROR/
ERROR/
------------------------------------------------------------------------------------------------------------------------------------
Actual List Sizes for the preceding solution follow. 13-Apr-21 14:19:09
Size 1-10: -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
Size 11-20: -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 113K -9999
Size 21-30: -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
Seconds for overlays 1-5 : 0.000 0.000 0.000 -- (CP: Wait; Real)
---------------------------
Simulation finished