- Source: Block matrix
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.
[
a
11
a
12
a
13
b
1
a
21
a
22
a
23
b
2
c
1
c
2
c
3
d
]
{\displaystyle \left[{\begin{array}{ccc|c}a_{11}&a_{12}&a_{13}&b_{1}\\a_{21}&a_{22}&a_{23}&b_{2}\\\hline c_{1}&c_{2}&c_{3}&d\end{array}}\right]}
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
{\displaystyle n}
by
m
{\displaystyle m}
matrix
M
{\displaystyle M}
by partitioning
n
{\displaystyle n}
into a collection
rowgroups
{\displaystyle {\text{rowgroups}}}
, and then partitioning
m
{\displaystyle m}
into a collection
colgroups
{\displaystyle {\text{colgroups}}}
. The original matrix is then considered as the "total" of these groups, in the sense that the
(
i
,
j
)
{\displaystyle (i,j)}
entry of the original matrix corresponds in a 1-to-1 way with some
(
s
,
t
)
{\displaystyle (s,t)}
offset entry of some
(
x
,
y
)
{\displaystyle (x,y)}
, where
x
∈
rowgroups
{\displaystyle x\in {\text{rowgroups}}}
and
y
∈
colgroups
{\displaystyle y\in {\text{colgroups}}}
.
Block matrix algebra arises in general from biproducts in categories of matrices.
Example
The matrix
P
=
[
1
2
2
7
1
5
6
2
3
3
4
5
3
3
6
7
]
{\displaystyle \mathbf {P} ={\begin{bmatrix}1&2&2&7\\1&5&6&2\\3&3&4&5\\3&3&6&7\end{bmatrix}}}
can be visualized as divided into four blocks, as
P
=
[
1
2
2
7
1
5
6
2
3
3
4
5
3
3
6
7
]
{\displaystyle \mathbf {P} =\left[{\begin{array}{cc|cc}1&2&2&7\\1&5&6&2\\\hline 3&3&4&5\\3&3&6&7\end{array}}\right]}
.
The horizontal and vertical lines have no special mathematical meaning, but are a common way to visualize a partition. By this partition,
P
{\displaystyle P}
is partitioned into four 2×2 blocks, as
P
11
=
[
1
2
1
5
]
,
P
12
=
[
2
7
6
2
]
,
P
21
=
[
3
3
3
3
]
,
P
22
=
[
4
5
6
7
]
.
{\displaystyle \mathbf {P} _{11}={\begin{bmatrix}1&2\\1&5\end{bmatrix}},\quad \mathbf {P} _{12}={\begin{bmatrix}2&7\\6&2\end{bmatrix}},\quad \mathbf {P} _{21}={\begin{bmatrix}3&3\\3&3\end{bmatrix}},\quad \mathbf {P} _{22}={\begin{bmatrix}4&5\\6&7\end{bmatrix}}.}
The partitioned matrix can then be written as
P
=
[
P
11
P
12
P
21
P
22
]
.
{\displaystyle \mathbf {P} ={\begin{bmatrix}\mathbf {P} _{11}&\mathbf {P} _{12}\\\mathbf {P} _{21}&\mathbf {P} _{22}\end{bmatrix}}.}
Formal definition
Let
A
∈
C
m
×
n
{\displaystyle A\in \mathbb {C} ^{m\times n}}
. A partitioning of
A
{\displaystyle A}
is a representation of
A
{\displaystyle A}
in the form
A
=
[
A
11
A
12
⋯
A
1
q
A
21
A
22
⋯
A
2
q
⋮
⋮
⋱
⋮
A
p
1
A
p
2
⋯
A
p
q
]
{\displaystyle A={\begin{bmatrix}A_{11}&A_{12}&\cdots &A_{1q}\\A_{21}&A_{22}&\cdots &A_{2q}\\\vdots &\vdots &\ddots &\vdots \\A_{p1}&A_{p2}&\cdots &A_{pq}\end{bmatrix}}}
,
where
A
i
j
∈
C
m
i
×
n
j
{\displaystyle A_{ij}\in \mathbb {C} ^{m_{i}\times n_{j}}}
are contiguous submatrices,
∑
i
=
1
p
m
i
=
m
{\displaystyle \sum _{i=1}^{p}m_{i}=m}
, and
∑
j
=
1
q
n
j
=
n
{\displaystyle \sum _{j=1}^{q}n_{j}=n}
. The elements
A
i
j
{\displaystyle 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
{\displaystyle A}
is said to be partitioned by columns if it is written as
A
=
(
a
1
a
2
⋯
a
n
)
{\displaystyle A=(a_{1}\ a_{2}\ \cdots \ a_{n})}
,
where
a
j
{\displaystyle a_{j}}
is the
j
{\displaystyle j}
th column of
A
{\displaystyle A}
. A matrix can also be partitioned by rows:
A
=
[
a
1
T
a
2
T
⋮
a
m
T
]
{\displaystyle A={\begin{bmatrix}a_{1}^{T}\\a_{2}^{T}\\\vdots \\a_{m}^{T}\end{bmatrix}}}
,
where
a
i
T
{\displaystyle a_{i}^{T}}
is the
i
{\displaystyle i}
th row of
A
{\displaystyle A}
.
= Common partitions
=Often, we encounter the 2x2 partition
A
=
[
A
11
A
12
A
21
A
22
]
{\displaystyle A={\begin{bmatrix}A_{11}&A_{12}\\A_{21}&A_{22}\end{bmatrix}}}
,
particularly in the form where
A
11
{\displaystyle A_{11}}
is a scalar:
A
=
[
a
11
a
12
T
a
21
A
22
]
{\displaystyle A={\begin{bmatrix}a_{11}&a_{12}^{T}\\a_{21}&A_{22}\end{bmatrix}}}
.
Block matrix operations
= Transpose
=Let
A
=
[
A
11
A
12
⋯
A
1
q
A
21
A
22
⋯
A
2
q
⋮
⋮
⋱
⋮
A
p
1
A
p
2
⋯
A
p
q
]
{\displaystyle A={\begin{bmatrix}A_{11}&A_{12}&\cdots &A_{1q}\\A_{21}&A_{22}&\cdots &A_{2q}\\\vdots &\vdots &\ddots &\vdots \\A_{p1}&A_{p2}&\cdots &A_{pq}\end{bmatrix}}}
where
A
i
j
∈
C
k
i
×
ℓ
j
{\displaystyle A_{ij}\in \mathbb {C} ^{k_{i}\times \ell _{j}}}
. (This matrix
A
{\displaystyle A}
will be reused in § Addition and § Multiplication.) Then its transpose is
A
T
=
[
A
11
T
A
21
T
⋯
A
p
1
T
A
12
T
A
22
T
⋯
A
p
2
T
⋮
⋮
⋱
⋮
A
1
q
T
A
2
q
T
⋯
A
p
q
T
]
{\displaystyle A^{T}={\begin{bmatrix}A_{11}^{T}&A_{21}^{T}&\cdots &A_{p1}^{T}\\A_{12}^{T}&A_{22}^{T}&\cdots &A_{p2}^{T}\\\vdots &\vdots &\ddots &\vdots \\A_{1q}^{T}&A_{2q}^{T}&\cdots &A_{pq}^{T}\end{bmatrix}}}
,
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
i
j
)
{\displaystyle A=(B_{ij})}
be a
k
×
l
{\displaystyle k\times l}
block matrix with
m
×
n
{\displaystyle m\times n}
blocks
B
i
j
{\displaystyle B_{ij}}
, the block transpose of
A
{\displaystyle A}
is the
l
×
k
{\displaystyle l\times k}
block matrix
A
B
{\displaystyle A^{\mathcal {B}}}
with
m
×
n
{\displaystyle m\times n}
blocks
(
A
B
)
i
j
=
B
j
i
{\displaystyle \left(A^{\mathcal {B}}\right)_{ij}=B_{ji}}
. As with the conventional trace operator, the block transpose is a linear mapping such that
(
A
+
C
)
B
=
A
B
+
C
B
{\displaystyle (A+C)^{\mathcal {B}}=A^{\mathcal {B}}+C^{\mathcal {B}}}
. However, in general the property
(
A
C
)
B
=
C
B
A
B
{\displaystyle (AC)^{\mathcal {B}}=C^{\mathcal {B}}A^{\mathcal {B}}}
does not hold unless the blocks of
A
{\displaystyle A}
and
C
{\displaystyle C}
commute.
= Addition
=Let
B
=
[
B
11
B
12
⋯
B
1
s
B
21
B
22
⋯
B
2
s
⋮
⋮
⋱
⋮
B
r
1
B
r
2
⋯
B
r
s
]
{\displaystyle B={\begin{bmatrix}B_{11}&B_{12}&\cdots &B_{1s}\\B_{21}&B_{22}&\cdots &B_{2s}\\\vdots &\vdots &\ddots &\vdots \\B_{r1}&B_{r2}&\cdots &B_{rs}\end{bmatrix}}}
,
where
B
i
j
∈
C
m
i
×
n
j
{\displaystyle B_{ij}\in \mathbb {C} ^{m_{i}\times n_{j}}}
, and let
A
{\displaystyle A}
be the matrix defined in § Transpose. (This matrix
B
{\displaystyle B}
will be reused in § Multiplication.) Then if
p
=
r
{\displaystyle p=r}
,
q
=
s
{\displaystyle q=s}
,
k
i
=
m
i
{\displaystyle k_{i}=m_{i}}
, and
ℓ
j
=
n
j
{\displaystyle \ell _{j}=n_{j}}
, then
A
+
B
=
[
A
11
+
B
11
A
12
+
B
12
⋯
A
1
q
+
B
1
q
A
21
+
B
21
A
22
+
B
22
⋯
A
2
q
+
B
2
q
⋮
⋮
⋱
⋮
A
p
1
+
B
p
1
A
p
2
+
B
p
2
⋯
A
p
q
+
B
p
q
]
{\displaystyle A+B={\begin{bmatrix}A_{11}+B_{11}&A_{12}+B_{12}&\cdots &A_{1q}+B_{1q}\\A_{21}+B_{21}&A_{22}+B_{22}&\cdots &A_{2q}+B_{2q}\\\vdots &\vdots &\ddots &\vdots \\A_{p1}+B_{p1}&A_{p2}+B_{p2}&\cdots &A_{pq}+B_{pq}\end{bmatrix}}}
.
= 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
{\displaystyle A}
and
B
{\displaystyle B}
such that all submatrix products that will be used are defined.
Two matrices
A
{\displaystyle A}
and
B
{\displaystyle B}
are said to be partitioned conformally for the product
A
B
{\displaystyle AB}
, when
A
{\displaystyle A}
and
B
{\displaystyle B}
are partitioned into submatrices and if the multiplication
A
B
{\displaystyle AB}
is carried out treating the submatrices as if they are scalars, but keeping the order, and when all products and sums of submatrices involved are defined.
Let
A
{\displaystyle A}
be the matrix defined in § Transpose, and let
B
{\displaystyle B}
be the matrix defined in § Addition. Then the matrix product
C
=
A
B
{\displaystyle C=AB}
can be performed blockwise, yielding
C
{\displaystyle C}
as an
(
p
×
s
)
{\displaystyle (p\times s)}
matrix. The matrices in the resulting matrix
C
{\displaystyle C}
are calculated by multiplying:
C
i
j
=
∑
k
=
1
q
A
i
k
B
k
j
.
{\displaystyle C_{ij}=\sum _{k=1}^{q}A_{ik}B_{kj}.}
Or, using the Einstein notation that implicitly sums over repeated indices:
C
i
j
=
A
i
k
B
k
j
.
{\displaystyle C_{ij}=A_{ik}B_{kj}.}
Depicting
C
{\displaystyle C}
as a matrix, we have
C
=
A
B
=
[
∑
i
=
1
q
A
1
i
B
i
1
∑
i
=
1
q
A
1
i
B
i
2
⋯
∑
i
=
1
q
A
1
i
B
i
s
∑
i
=
1
q
A
2
i
B
i
1
∑
i
=
1
q
A
2
i
B
i
2
⋯
∑
i
=
1
q
A
2
i
B
i
s
⋮
⋮
⋱
⋮
∑
i
=
1
q
A
p
i
B
i
1
∑
i
=
1
q
A
p
i
B
i
2
⋯
∑
i
=
1
q
A
p
i
B
i
s
]
{\displaystyle C=AB={\begin{bmatrix}\sum _{i=1}^{q}A_{1i}B_{i1}&\sum _{i=1}^{q}A_{1i}B_{i2}&\cdots &\sum _{i=1}^{q}A_{1i}B_{is}\\\sum _{i=1}^{q}A_{2i}B_{i1}&\sum _{i=1}^{q}A_{2i}B_{i2}&\cdots &\sum _{i=1}^{q}A_{2i}B_{is}\\\vdots &\vdots &\ddots &\vdots \\\sum _{i=1}^{q}A_{pi}B_{i1}&\sum _{i=1}^{q}A_{pi}B_{i2}&\cdots &\sum _{i=1}^{q}A_{pi}B_{is}\end{bmatrix}}}
.
= Inversion
=If a matrix is partitioned into four blocks, it can be inverted blockwise as follows:
P
=
[
A
B
C
D
]
−
1
=
[
A
−
1
+
A
−
1
B
(
D
−
C
A
−
1
B
)
−
1
C
A
−
1
−
A
−
1
B
(
D
−
C
A
−
1
B
)
−
1
−
(
D
−
C
A
−
1
B
)
−
1
C
A
−
1
(
D
−
C
A
−
1
B
)
−
1
]
,
{\displaystyle {P}={\begin{bmatrix}{A}&{B}\\{C}&{D}\end{bmatrix}}^{-1}={\begin{bmatrix}{A}^{-1}+{A}^{-1}{B}\left({D}-{CA}^{-1}{B}\right)^{-1}{CA}^{-1}&-{A}^{-1}{B}\left({D}-{CA}^{-1}{B}\right)^{-1}\\-\left({D}-{CA}^{-1}{B}\right)^{-1}{CA}^{-1}&\left({D}-{CA}^{-1}{B}\right)^{-1}\end{bmatrix}},}
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: P/A = D − CA−1B must be invertible.
Equivalently, by permuting the blocks:
P
=
[
A
B
C
D
]
−
1
=
[
(
A
−
B
D
−
1
C
)
−
1
−
(
A
−
B
D
−
1
C
)
−
1
B
D
−
1
−
D
−
1
C
(
A
−
B
D
−
1
C
)
−
1
D
−
1
+
D
−
1
C
(
A
−
B
D
−
1
C
)
−
1
B
D
−
1
]
.
{\displaystyle {P}={\begin{bmatrix}{A}&{B}\\{C}&{D}\end{bmatrix}}^{-1}={\begin{bmatrix}\left({A}-{BD}^{-1}{C}\right)^{-1}&-\left({A}-{BD}^{-1}{C}\right)^{-1}{BD}^{-1}\\-{D}^{-1}{C}\left({A}-{BD}^{-1}{C}\right)^{-1}&\quad {D}^{-1}+{D}^{-1}{C}\left({A}-{BD}^{-1}{C}\right)^{-1}{BD}^{-1}\end{bmatrix}}.}
Here, D and the Schur complement of D in P: P/D = A − BD−1C must be invertible.
If A and D are both invertible, then:
[
A
B
C
D
]
−
1
=
[
(
A
−
B
D
−
1
C
)
−
1
0
0
(
D
−
C
A
−
1
B
)
−
1
]
[
I
−
B
D
−
1
−
C
A
−
1
I
]
.
{\displaystyle {\begin{bmatrix}{A}&{B}\\{C}&{D}\end{bmatrix}}^{-1}={\begin{bmatrix}\left({A}-{B}{D}^{-1}{C}\right)^{-1}&{0}\\{0}&\left({D}-{C}{A}^{-1}{B}\right)^{-1}\end{bmatrix}}{\begin{bmatrix}{I}&-{B}{D}^{-1}\\-{C}{A}^{-1}&{I}\end{bmatrix}}.}
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
×
2
{\displaystyle 2\times 2}
-matrix above continues to hold, under appropriate further assumptions, for a matrix composed of four submatrices
A
,
B
,
C
,
D
{\displaystyle 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
det
[
A
0
C
D
]
=
det
(
A
)
det
(
D
)
=
det
[
A
B
0
D
]
.
{\displaystyle \det {\begin{bmatrix}A&0\\C&D\end{bmatrix}}=\det(A)\det(D)=\det {\begin{bmatrix}A&B\\0&D\end{bmatrix}}.}
Using this formula, we can derive that characteristic polynomials of
[
A
0
C
D
]
{\displaystyle {\begin{bmatrix}A&0\\C&D\end{bmatrix}}}
and
[
A
B
0
D
]
{\displaystyle {\begin{bmatrix}A&B\\0&D\end{bmatrix}}}
are same and equal to the product of characteristic polynomials of
A
{\displaystyle A}
and
D
{\displaystyle D}
. Furthermore, If
[
A
0
C
D
]
{\displaystyle {\begin{bmatrix}A&0\\C&D\end{bmatrix}}}
or
[
A
B
0
D
]
{\displaystyle {\begin{bmatrix}A&B\\0&D\end{bmatrix}}}
is diagonalizable, then
A
{\displaystyle A}
and
D
{\displaystyle D}
are diagonalizable too. The converse is false; simply check
[
1
1
0
1
]
{\displaystyle {\begin{bmatrix}1&1\\0&1\end{bmatrix}}}
.
If
A
{\displaystyle A}
is invertible, one has
det
[
A
B
C
D
]
=
det
(
A
)
det
(
D
−
C
A
−
1
B
)
,
{\displaystyle \det {\begin{bmatrix}A&B\\C&D\end{bmatrix}}=\det(A)\det \left(D-CA^{-1}B\right),}
and if
D
{\displaystyle D}
is invertible, one has
det
[
A
B
C
D
]
=
det
(
D
)
det
(
A
−
B
D
−
1
C
)
.
{\displaystyle \det {\begin{bmatrix}A&B\\C&D\end{bmatrix}}=\det(D)\det \left(A-BD^{-1}C\right).}
If the blocks are square matrices of the same size further formulas hold. For example, if
C
{\displaystyle C}
and
D
{\displaystyle D}
commute (i.e.,
C
D
=
D
C
{\displaystyle CD=DC}
), then
det
[
A
B
C
D
]
=
det
(
A
D
−
B
C
)
.
{\displaystyle \det {\begin{bmatrix}A&B\\C&D\end{bmatrix}}=\det(AD-BC).}
This formula has been generalized to matrices composed of more than
2
×
2
{\displaystyle 2\times 2}
blocks, again under appropriate commutativity conditions among the individual blocks.
For
A
=
D
{\displaystyle A=D}
and
B
=
C
{\displaystyle B=C}
, the following formula holds (even if
A
{\displaystyle A}
and
B
{\displaystyle B}
do not commute)
det
[
A
B
B
A
]
=
det
(
A
−
B
)
det
(
A
+
B
)
.
{\displaystyle \det {\begin{bmatrix}A&B\\B&A\end{bmatrix}}=\det(A-B)\det(A+B).}
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
⊕
{\displaystyle \oplus }
B and defined as
A
⊕
B
=
[
a
11
⋯
a
1
n
0
⋯
0
⋮
⋱
⋮
⋮
⋱
⋮
a
m
1
⋯
a
m
n
0
⋯
0
0
⋯
0
b
11
⋯
b
1
q
⋮
⋱
⋮
⋮
⋱
⋮
0
⋯
0
b
p
1
⋯
b
p
q
]
.
{\displaystyle {A}\oplus {B}={\begin{bmatrix}a_{11}&\cdots &a_{1n}&0&\cdots &0\\\vdots &\ddots &\vdots &\vdots &\ddots &\vdots \\a_{m1}&\cdots &a_{mn}&0&\cdots &0\\0&\cdots &0&b_{11}&\cdots &b_{1q}\\\vdots &\ddots &\vdots &\vdots &\ddots &\vdots \\0&\cdots &0&b_{p1}&\cdots &b_{pq}\end{bmatrix}}.}
For instance,
[
1
3
2
2
3
1
]
⊕
[
1
6
0
1
]
=
[
1
3
2
0
0
2
3
1
0
0
0
0
0
1
6
0
0
0
0
1
]
.
{\displaystyle {\begin{bmatrix}1&3&2\\2&3&1\end{bmatrix}}\oplus {\begin{bmatrix}1&6\\0&1\end{bmatrix}}={\begin{bmatrix}1&3&2&0&0\\2&3&1&0&0\\0&0&0&1&6\\0&0&0&0&1\end{bmatrix}}.}
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
A
=
[
A
1
0
⋯
0
0
A
2
⋯
0
⋮
⋮
⋱
⋮
0
0
⋯
A
n
]
{\displaystyle {A}={\begin{bmatrix}{A}_{1}&{0}&\cdots &{0}\\{0}&{A}_{2}&\cdots &{0}\\\vdots &\vdots &\ddots &\vdots \\{0}&{0}&\cdots &{A}_{n}\end{bmatrix}}}
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:
det
A
=
det
A
1
×
⋯
×
det
A
n
,
{\displaystyle {\begin{aligned}\det {A}&=\det {A}_{1}\times \cdots \times \det {A}_{n},\end{aligned}}}
and
tr
A
=
tr
A
1
+
⋯
+
tr
A
n
.
{\displaystyle {\begin{aligned}\operatorname {tr} {A}&=\operatorname {tr} {A}_{1}+\cdots +\operatorname {tr} {A}_{n}.\end{aligned}}}
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
[
A
1
0
⋯
0
0
A
2
⋯
0
⋮
⋮
⋱
⋮
0
0
⋯
A
n
]
−
1
=
[
A
1
−
1
0
⋯
0
0
A
2
−
1
⋯
0
⋮
⋮
⋱
⋮
0
0
⋯
A
n
−
1
]
.
{\displaystyle {\begin{bmatrix}{A}_{1}&{0}&\cdots &{0}\\{0}&{A}_{2}&\cdots &{0}\\\vdots &\vdots &\ddots &\vdots \\{0}&{0}&\cdots &{A}_{n}\end{bmatrix}}^{-1}={\begin{bmatrix}{A}_{1}^{-1}&{0}&\cdots &{0}\\{0}&{A}_{2}^{-1}&\cdots &{0}\\\vdots &\vdots &\ddots &\vdots \\{0}&{0}&\cdots &{A}_{n}^{-1}\end{bmatrix}}.}
The eigenvalues and eigenvectors of
A
{\displaystyle {A}}
are simply those of the
A
k
{\displaystyle {A}_{k}}
s 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
{\displaystyle A}
has the form
A
=
[
B
1
C
1
⋯
0
A
2
B
2
C
2
⋱
⋱
⋱
⋮
A
k
B
k
C
k
⋮
⋱
⋱
⋱
A
n
−
1
B
n
−
1
C
n
−
1
0
⋯
A
n
B
n
]
{\displaystyle {A}={\begin{bmatrix}{B}_{1}&{C}_{1}&&&\cdots &&{0}\\{A}_{2}&{B}_{2}&{C}_{2}&&&&\\&\ddots &\ddots &\ddots &&&\vdots \\&&{A}_{k}&{B}_{k}&{C}_{k}&&\\\vdots &&&\ddots &\ddots &\ddots &\\&&&&{A}_{n-1}&{B}_{n-1}&{C}_{n-1}\\{0}&&\cdots &&&{A}_{n}&{B}_{n}\end{bmatrix}}}
where
A
k
{\displaystyle {A}_{k}}
,
B
k
{\displaystyle {B}_{k}}
and
C
k
{\displaystyle {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
{\displaystyle A}
is upper block triangular (or block upper triangular) if
A
=
[
A
11
A
12
⋯
A
1
k
0
A
22
⋯
A
2
k
⋮
⋮
⋱
⋮
0
0
⋯
A
k
k
]
{\displaystyle A={\begin{bmatrix}A_{11}&A_{12}&\cdots &A_{1k}\\0&A_{22}&\cdots &A_{2k}\\\vdots &\vdots &\ddots &\vdots \\0&0&\cdots &A_{kk}\end{bmatrix}}}
,
where
A
i
j
∈
F
n
i
×
n
j
{\displaystyle A_{ij}\in \mathbb {F} ^{n_{i}\times n_{j}}}
for all
i
,
j
=
1
,
…
,
k
{\displaystyle i,j=1,\ldots ,k}
.
Lower block triangular
A matrix
A
{\displaystyle A}
is lower block triangular if
A
=
[
A
11
0
⋯
0
A
21
A
22
⋯
0
⋮
⋮
⋱
⋮
A
k
1
A
k
2
⋯
A
k
k
]
{\displaystyle A={\begin{bmatrix}A_{11}&0&\cdots &0\\A_{21}&A_{22}&\cdots &0\\\vdots &\vdots &\ddots &\vdots \\A_{k1}&A_{k2}&\cdots &A_{kk}\end{bmatrix}}}
,
where
A
i
j
∈
F
n
i
×
n
j
{\displaystyle A_{ij}\in \mathbb {F} ^{n_{i}\times n_{j}}}
for all
i
,
j
=
1
,
…
,
k
{\displaystyle i,j=1,\ldots ,k}
.
= 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
{\displaystyle A}
is block Toeplitz if
A
(
i
,
j
)
=
A
(
k
,
l
)
{\displaystyle A_{(i,j)}=A_{(k,l)}}
for all
k
−
i
=
l
−
j
{\displaystyle k-i=l-j}
, that is,
A
=
[
A
1
A
2
A
3
⋯
A
4
A
1
A
2
⋯
A
5
A
4
A
1
⋯
⋮
⋮
⋮
⋱
]
{\displaystyle A={\begin{bmatrix}A_{1}&A_{2}&A_{3}&\cdots \\A_{4}&A_{1}&A_{2}&\cdots \\A_{5}&A_{4}&A_{1}&\cdots \\\vdots &\vdots &\vdots &\ddots \end{bmatrix}}}
,
where
A
i
∈
F
n
i
×
m
i
{\displaystyle A_{i}\in \mathbb {F} ^{n_{i}\times m_{i}}}
.
= Block Hankel matrices
=A matrix
A
{\displaystyle A}
is block Hankel if
A
(
i
,
j
)
=
A
(
k
,
l
)
{\displaystyle A_{(i,j)}=A_{(k,l)}}
for all
i
+
j
=
k
+
l
{\displaystyle i+j=k+l}
, that is,
A
=
[
A
1
A
2
A
3
⋯
A
2
A
3
A
4
⋯
A
3
A
4
A
5
⋯
⋮
⋮
⋮
⋱
]
{\displaystyle A={\begin{bmatrix}A_{1}&A_{2}&A_{3}&\cdots \\A_{2}&A_{3}&A_{4}&\cdots \\A_{3}&A_{4}&A_{5}&\cdots \\\vdots &\vdots &\vdots &\ddots \end{bmatrix}}}
,
where
A
i
∈
F
n
i
×
m
i
{\displaystyle A_{i}\in \mathbb {F} ^{n_{i}\times m_{i}}}
.
See also
Kronecker product (matrix direct product resulting in a block matrix)
Jordan normal form (canonical form of a linear operator on a finite-dimensional complex vector space)
Strassen algorithm (algorithm for matrix multiplication that is faster than the conventional matrix multiplication algorithm)
Notes
References
Strang, Gilbert (1999). "Lecture 3: Multiplication and inverse matrices". MIT Open Course ware. 18:30–21:10.
Kata Kunci Pencarian:
- Telkom-4
- Cetak blok kayu
- Plastik
- Daftar kata serapan dari bahasa Inggris dalam bahasa Indonesia
- Logam alkali
- Matriks blok
- Antiblok (aditif)
- Academy Awards ke-72
- Determinan
- Block matrix
- Symplectic matrix
- Jordan matrix
- Invertible matrix
- Triangular matrix
- Diagonalizable matrix
- Block LU decomposition
- Matrix multiplication
- Skew-symmetric matrix
- Matrix multiplication algorithm