Block matrix

from Wikipedia, the free encyclopedia
Block decomposition of a (14 × 14) matrix with row and column partitions of size 2, 4 and 8

In mathematics , a designated block matrix a matrix , which is interpreted as if it were in a plurality of parts called blocks , decomposed been. A block matrix can be represented in an intuitive way as the original matrix with a certain number of horizontal and vertical dividing lines. These dividing lines divide the original matrix into sub-matrices .

definition

Be a matrix of size . The number of rows and columns of the matrix will now be divided into whole numbers using and , where and denote the number of summands. Then can be represented as

with sub-matrices of size . Each matrix can be interpreted as a block matrix in different ways, depending on how the rows and columns are broken down. In a trivial way, each matrix can also be understood as a block matrix with only one block or as a block matrix with blocks of the same size .

example

The matrix

can be broken down into four blocks

The decomposed matrix then results in

Multiplication of block matrices

Example of a multiplication of two block matrices

The product of block matrices can be represented purely with operations on the sub-matrices. Let be a matrix with row decomposition and column decomposition

and a matrix with row decompositions and column decompositions

then applies that the product

can be calculated in blocks, with a matrix with row and column decompositions . The sub-matrices of the block matrix are given by

Or, with the help of Einstein's summation convention , which implicitly sums over multiple indices, represented more compactly

Block diagonal matrix

A block diagonal matrix is a square block matrix whose main diagonals are square block matrices and whose remaining blocks are zero matrices . A block diagonal matrix has the form

where the sub- matrices are square matrices. In other words, is the direct sum of , that is

or with the formalism of diagonal matrices

.

The following applies to the determinant and the trace of a block diagonal matrix

and

.

The inverse of a block diagonal matrix is in turn a block diagonal matrix, composed of the inverses of the individual blocks

The eigenvalues and eigenvectors of a block diagonal matrix correspond to the (combined) eigenvalues ​​and eigenvectors of the sub-matrices .

example

Important examples of block diagonal matrices are matrices in Jordan normal form . In this case, the blocks are so-called Jordan blocks, which are bidiagonal matrices with the eigenvalue of the block on the main diagonal , while all elements on the secondary diagonal are 1.

Block tridiagonal matrix

A block tridiagonal matrix is another special block matrix which, like the block diagonal matrix, is a square matrix, but with additional square block matrices in the first two (upper and lower) secondary diagonals . The remaining blocks are zero matrices. The block tridiagonal matrix is ​​basically a tridiagonal matrix , but with block matrices instead of scalars . A block tridiagonal matrix has the form

where , and are each square block matrices on the lower secondary diagonal, the main diagonal and the upper secondary diagonal.

Block tridiagonal matrices often appear in numerical solutions to various problems (for example in numerical fluid mechanics ). There are optimized numerical methods for the LR decomposition of block tridiagonal matrices and correspondingly efficient methods for solving systems of equations with triadiagonal matrices as coefficient matrix . The Thomas algorithm , which is used to efficiently solve systems of equations with a tridiagonal matrix, can also be applied to block tridiagonal matrices.

Block Toeplitz Matrix

A block Toeplitz matrix is another special block matrix which, similar to the Toeplitz matrix , contains the same blocks repeatedly on the diagonals. A block Toeplitz matrix has the form

See also

literature

Web links