Schurkomplement
The Schur complement is a concept in linear algebra, named after the German mathematician Issai Schur. It is used to express the inverse of a partitioned matrix in terms of its submatrices. This technique is particularly useful in various fields such as control theory, statistics, and numerical analysis.
Consider a square matrix A partitioned as follows:
where B, C, D, and E are submatrices. The Schur complement of E in A, denoted as
Here, * denotes matrix multiplication, and E^(-1) is the inverse of E. The Schur complement has several
S_E(A)^(-1) = E^(-1) + E^(-1) * C * (B - C * E^(-1) * D)^(-1) * C * E^(-1)
The Schur complement can be used to simplify the computation of the inverse of a partitioned matrix.