partitioned matrix
A partitioned matrix, or a block matrix, isa matrix that has been constructed from other smaller matrices.These smaller matrices are called blocks or sub-matricesof .
For instance, if we partition the below matrixas follows
then we can define the matrices
and write as
If are square matrices (of possiblydifferent sizes), then we define the direct sum
ofthe matrices as the partitioned matrix
where the off-diagonal blocks are zero.
If and are matrices of the same size partitioned into blocks of the same size, the partition of the sum is the sum of the partitions.
If and are and matrices, respectively, then if the blocks of and are of the correct size to be multiplied, then the blocks of the product are the products of the blocks.