Block matrix

1

In mathematics, a block matrix or a partitioned matrix is a matrix that is interpreted as having been broken into sections called blocks or submatrices. Intuitively, a matrix interpreted as a block matrix can be visualized as the original matrix with a collection of horizontal and vertical lines, which break it up, or partition it, into a collection of smaller matrices. For example, the 3x4 matrix presented below is divided by horizontal and vertical lines into four blocks: the top-left 2x3 block, the top-right 2x1 block, the bottom-left 1x3 block, and the bottom-right 1x1 block. Any matrix may be interpreted as a block matrix in one or more ways, with each interpretation defined by how its rows and columns are partitioned. This notion can be made more precise for an n by m matrix M by partitioning n into a collection, and then partitioning m into a collection. The original matrix is then considered as the "total" of these groups, in the sense that the (i, j) entry of the original matrix corresponds in a 1-to-1 way with some (s, t) offset entry of some (x,y), where and. Block matrix algebra arises in general from biproducts in categories of matrices.

Example

The matrix can be visualized as divided into four blocks, as The horizontal and vertical lines have no special mathematical meaning, but are a common way to visualize a partition. By this partition, P is partitioned into four 2×2 blocks, as The partitioned matrix can then be written as

Formal definition

Let. A partitioning of A is a representation of A in the form where are contiguous submatrices,, and. The elements A_{ij} of the partition are called blocks. By this definition, the blocks in any one column must all have the same number of columns. Similarly, the blocks in any one row must have the same number of rows.

Partitioning methods

A matrix can be partitioned in many ways. For example, a matrix A is said to be partitioned by columns if it is written as where a_j is the jth column of A. A matrix can also be partitioned by rows: where a_i^T is the ith row of A.

Common partitions

Often, we encounter the 2x2 partition particularly in the form where A_{11} is a scalar:

Block matrix operations

Transpose

Let where. (This matrix A will be reused in and .) Then its transpose is and the same equation holds with the transpose replaced by the conjugate transpose.

Block transpose

A special form of matrix transpose can also be defined for block matrices, where individual blocks are reordered but not transposed. Let A=(B_{ij}) be a k \times l block matrix with m \times n blocks B_{ij}, the block transpose of A is the l \times k block matrix with m \times n blocks. As with the conventional trace operator, the block transpose is a linear mapping such that. However, in general the property does not hold unless the blocks of A and C commute.

Addition

Let where, and let A be the matrix defined in. (This matrix B will be reused in .) Then if p = r, q = s, k_i = m_i, and, then

Multiplication

It is possible to use a block partitioned matrix product that involves only algebra on submatrices of the factors. The partitioning of the factors is not arbitrary, however, and requires "conformable partitions" between two matrices A and B such that all submatrix products that will be used are defined. Let A be the matrix defined in, and let B be the matrix defined in. Then the matrix product can be performed blockwise, yielding C as an matrix. The matrices in the resulting matrix C are calculated by multiplying: Or, using the Einstein notation that implicitly sums over repeated indices: Depicting C as a matrix, we have

Inversion

If a matrix is partitioned into four blocks, it can be inverted blockwise as follows: where A and D are square blocks of arbitrary size, and B and C are conformable with them for partitioning. Furthermore, A and the Schur complement of A in P: must be invertible. Equivalently, by permuting the blocks: Here, D and the Schur complement of D in P: must be invertible. If A and D are both invertible, then: By the Weinstein–Aronszajn identity, one of the two matrices in the block-diagonal matrix is invertible exactly when the other is.

Determinant

The formula for the determinant of a 2 \times 2-matrix above continues to hold, under appropriate further assumptions, for a matrix composed of four submatrices A, B, C, D. The easiest such formula, which can be proven using either the Leibniz formula or a factorization involving the Schur complement, is Using this formula, we can derive that characteristic polynomials of and are same and equal to the product of characteristic polynomials of A and D. Furthermore, If or is diagonalizable, then A and D are diagonalizable too. The converse is false; simply check. If A is invertible, one has and if D is invertible, one has If the blocks are square matrices of the same size further formulas hold. For example, if C and D commute (i.e., CD=DC), then This formula has been generalized to matrices composed of more than 2 \times 2 blocks, again under appropriate commutativity conditions among the individual blocks. For A = D and B=C, the following formula holds (even if A and B do not commute)

Special types of block matrices

Direct sums and block diagonal matrices

Direct sum

For any arbitrary matrices A (of size m × n) and B (of size p × q), we have the direct sum of A and B, denoted by A \oplus B and defined as For instance, This operation generalizes naturally to arbitrary dimensioned arrays (provided that A and B have the same number of dimensions). Note that any element in the direct sum of two vector spaces of matrices could be represented as a direct sum of two matrices.

Block diagonal matrices

A block diagonal matrix is a block matrix that is a square matrix such that the main-diagonal blocks are square matrices and all off-diagonal blocks are zero matrices. That is, a block diagonal matrix A has the form where Ak is a square matrix for all k = 1, ..., n. In other words, matrix A is the direct sum of A1, ..., An. It can also be indicated as A1 ⊕ A2 ⊕ ... ⊕ An or diag(A1, A2, ..., An) (the latter being the same formalism used for a diagonal matrix). Any square matrix can trivially be considered a block diagonal matrix with only one block. For the determinant and trace, the following properties hold: A block diagonal matrix is invertible if and only if each of its main-diagonal blocks are invertible, and in this case its inverse is another block diagonal matrix given by The eigenvalues and eigenvectors of {A} are simply those of the {A}_ks combined.

Block tridiagonal matrices

A block tridiagonal matrix is another special block matrix, which is just like the block diagonal matrix a square matrix, having square matrices (blocks) in the lower diagonal, main diagonal and upper diagonal, with all other blocks being zero matrices. It is essentially a tridiagonal matrix but has submatrices in places of scalars. A block tridiagonal matrix A has the form where {A}{k}, {B}{k} and {C}_{k} are square sub-matrices of the lower, main and upper diagonal respectively. Block tridiagonal matrices are often encountered in numerical solutions of engineering problems (e.g., computational fluid dynamics). Optimized numerical methods for LU factorization are available and hence efficient solution algorithms for equation systems with a block tridiagonal matrix as coefficient matrix. The Thomas algorithm, used for efficient solution of equation systems involving a tridiagonal matrix can also be applied using matrix operations to block tridiagonal matrices (see also Block LU decomposition).

Block triangular matrices

Upper block triangular

A matrix A is upper block triangular (or block upper triangular ) if where for all.

Lower block triangular

A matrix A is lower block triangular if where for all.

Block Toeplitz matrices

A block Toeplitz matrix is another special block matrix, which contains blocks that are repeated down the diagonals of the matrix, as a Toeplitz matrix has elements repeated down the diagonal. A matrix A is block Toeplitz if for all, that is, where.

Block Hankel matrices

A matrix A is block Hankel if for all, that is, where.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article