Hello everyone,
Thanx for the previous answers. Spl thanx to xwb.
I need help in coding matrix direct sum. I have 'n' matrices of varying size. I want to read them as a single matrix as the direct sum of all the 'n' matrices.
I have 'n' matrices P and the sizes of the matrices Size. I want to do a direct sum to get a matrix
P(1) 0 0 ...
D = 0 P(2) 0 ...
0 0 P(3) ...
. . .
. . .
Thanx in advance,
raghu.
Thanx for the previous answers. Spl thanx to xwb.
I need help in coding matrix direct sum. I have 'n' matrices of varying size. I want to read them as a single matrix as the direct sum of all the 'n' matrices.
I have 'n' matrices P and the sizes of the matrices Size. I want to do a direct sum to get a matrix
P(1) 0 0 ...
D = 0 P(2) 0 ...
0 0 P(3) ...
. . .
. . .
Thanx in advance,
raghu.