Band matrix

from Wikipedia, the free encyclopedia

In numerical mathematics, a band matrix is a matrix in which, in addition to the main diagonal, only a certain number of secondary diagonals has non-zero elements. If only one lower and one upper secondary diagonal are not equal to zero, one speaks of tridiagonal matrices . These matrices are thinly populated matrices with a special structure. Band matrices often arise during the discretization of differential equations .

description

Let with , the matrix A is a band matrix of the bandwidth if the following applies to its elements :

for or

In addition to the main diagonal, only p lower and q upper secondary diagonals are occupied.

properties

For positively definite band matrices, the band structure is preserved in the Cholesky decomposition . If column pivoting is used for the solution, this also applies to the LR decomposition of a regular band matrix, only the number of diagonals increases slightly. The cost of the calculation is reduced to .

Web links