(mathematics) Given two different representations of the same group, their Kronecker product is a representation of the group constructed by taking direct products of matrices from the respective representations.
| Sci-Tech Dictionary: Kronecker product |
(mathematics) Given two different representations of the same group, their Kronecker product is a representation of the group constructed by taking direct products of matrices from the respective representations.
| 5min Related Video: Kronecker product |
| Wikipedia: Kronecker product |
In mathematics, the Kronecker product, denoted by
, is an operation on two matrices of arbitrary size resulting in a block matrix. It gives the matrix of the tensor product with respect to a standard choice of basis. The Kronecker product should not be confused with the usual matrix multiplication, which is an entirely different operation. It is named after German mathematician Leopold Kronecker.
Contents |
If A is an m-by-n matrix and B is a p-by-q matrix, then the Kronecker product
is the mp-by-nq block matrix
More explicitly, we have

.The Kronecker product is a special case of the tensor product, so it is bilinear and associative:




where A, B and C are matrices and k is a scalar.
The Kronecker product is not commutative: in general, A
B and B
A are different matrices. However, A
B and B
A are permutation equivalent, meaning that there exist permutation matrices P and Q such that

If A and B are square matrices, then A
B and B
A are even permutation similar, meaning that we can take P = QT.
If A, B, C and D are matrices of such size that one can form the matrix products AC and BD, then

This is called the mixed-product property, because it mixes the ordinary matrix product and the Kronecker product. It follows that A
B is invertible if and only if A and B are invertible, in which case the inverse is given by

If A is n-by-n, B is m-by-m and
denotes the k-by-k identity matrix then we can define what is sometimes called the Kronecker sum,
, by

(Note that this is different from the direct sum of two matrices.) This operation is related to the tensor product on Lie algebras.
We have the following formula for the matrix exponential which is useful in the numerical evaluation of certain continuous-time Markov processes[citation needed],

Suppose that A and B are square matrices of size n and q respectively. Let λ1, ..., λn be the eigenvalues of A and μ1, ..., μq be those of B (listed according to multiplicity). Then the eigenvalues of A
B are

It follows that the trace and determinant of a Kronecker product are given by

If A and B are rectangular matrices, then one can consider their singular values. Suppose that A has rA nonzero singular values, namely

Similarly, denote the nonzero singular values of B by

Then the Kronecker product A
B has rArB nonzero singular values, namely

Since the rank of a matrix equals the number of nonzero singular values, we find that

The Kronecker product of matrices corresponds to the abstract tensor product of linear maps. Specifically, if the vector spaces V, W, X, and Y have bases {v1, ... , vm}, {w1, ... , wn}, {x1, ... , xd}, and {y1, ... , ye}, respectively, and if the matrices A and B represent the linear transformations S : V → X and T : W → Y, respectively in the appropriate bases, then the matrix A ⊗ B represents the tensor product of the two maps, S ⊗ T : V ⊗ W → X ⊗ Y with respect to the basis {v1 ⊗ w1, v1 ⊗ w2, ... , v2 ⊗ w1, ... , vm ⊗ wn} of V ⊗ W and the similarly defined basis of X ⊗ Y.[1]
When V and W are Lie algebras, and S : V → V and T : W → W are Lie algebra homomorphisms, the Kronecker sum of A and B represents the induced Lie algebra homomorphisms V ⊗ W → V ⊗ W.
The Kronecker product of the adjacency matrices of two graphs is the adjacency matrix of the tensor product graph. The Kronecker sum of the adjacency matrices of two graphs is the adjacency matrix of the Cartesian product graph. See[2], answer to Exercise 96.
The operation of transposition is distributive over the Kronecker product:

The Kronecker product can be used to get a convenient representation for some matrix equations. Consider for instance the equation AXB = C, where A, B and C are given matrices and the matrix X is the unknown. We can rewrite this equation as

Here, vec(X) denotes the vectorization of the matrix X formed by stacking the columns of X into a single column vector. It now follows from the properties of the Kronecker product that the equation AXB = C has a unique solution if and only if A and B are nonsingular (Horn & Johnson 1991, Lemma 4.3.1).
If X is row-ordered into the column vector x then
can be also be written as
(Jain 1989, 2.8 Block Matrices and Kronecker Products)
The Kronecker product is named after Leopold Kronecker, even though there is little evidence that he was the first to define and use it. Indeed, in the past the Kronecker product was sometimes called the Zehfuss matrix, after Johann Georg Zehfuss.
Two related matrix operations are the Tracy-Singh and Khatri-Rao products which operate on partitioned matrices. Let the m-by-n matrix A be partitioned into the mi-by-nj blocks
and p-by-q matrix
into the pk-by-ql blocks Bkl with of course Σimi = m, Σjnj = n, Σkpk = p and Σlql = q.
The Tracy-Singh product[3][4] is defined as

which means that the (ij)th subblock of the mp-by-nq product
is the mip-by-njq matrix
, of which the (kl)th subblock equals the mipk-by-njql matrix
. Essentially the Tracy-Singh product is the pairwise Kronecker product for each pair of partitions in the two matrices.
For example, if A and B both are 2-by-2 partitioned matrices e.g.:
![\mathbf{A} =
\left[
\begin{array} {c | c}
\mathbf{A}_{11} & \mathbf{A}_{12} \\
\hline
\mathbf{A}_{21} & \mathbf{A}_{22}
\end{array}
\right]
=
\left[
\begin{array} {c c | c}
1 & 2 & 3 \\
4 & 5 & 6 \\
\hline
7 & 8 & 9
\end{array}
\right]
,\quad
\mathbf{B} =
\left[
\begin{array} {c | c}
\mathbf{B}_{11} & \mathbf{B}_{12} \\
\hline
\mathbf{B}_{21} & \mathbf{B}_{22}
\end{array}
\right]
=
\left[
\begin{array} {c | c c}
1 & 4 & 7 \\
\hline
2 & 5 & 8 \\
3 & 6 & 9
\end{array}
\right]
,](http://wpcontent.answers.com/math/6/a/b/6ab8097e6617ec07d5d35bf7c55b7bd0.png)
we get:
![\mathbf{A} \circ \mathbf{B} =
\left[
\begin{array} {c | c}
\mathbf{A}_{11} \circ \mathbf{B} & \mathbf{A}_{12} \circ \mathbf{B} \\
\hline
\mathbf{A}_{21} \circ \mathbf{B} & \mathbf{A}_{22} \circ \mathbf{B}
\end{array}
\right]
=
\left[
\begin{array} {c | c | c | c }
\mathbf{A}_{11} \otimes \mathbf{B}_{11} & \mathbf{A}_{11} \otimes \mathbf{B}_{12} & \mathbf{A}_{12} \otimes \mathbf{B}_{11} & \mathbf{A}_{12} \otimes \mathbf{B}_{12} \\
\hline
\mathbf{A}_{11} \otimes \mathbf{B}_{21} & \mathbf{A}_{11} \otimes \mathbf{B}_{22} & \mathbf{A}_{12} \otimes \mathbf{B}_{21} & \mathbf{A}_{12} \otimes \mathbf{B}_{22} \\
\hline
\mathbf{A}_{21} \otimes \mathbf{B}_{11} & \mathbf{A}_{21} \otimes \mathbf{B}_{12} & \mathbf{A}_{22} \otimes \mathbf{B}_{11} & \mathbf{A}_{22} \otimes \mathbf{B}_{12} \\
\hline
\mathbf{A}_{21} \otimes \mathbf{B}_{21} & \mathbf{A}_{21} \otimes \mathbf{B}_{22} & \mathbf{A}_{22} \otimes \mathbf{B}_{21} & \mathbf{A}_{22} \otimes \mathbf{B}_{22}
\end{array}
\right]](http://wpcontent.answers.com/math/8/a/c/8acac848b16ae6f80d5ffcdb6e493833.png)
![=
\left[
\begin{array} {c c | c c c c | c | c c}
1 & 2 & 4 & 7 & 8 & 14 & 3 & 12 & 21 \\
4 & 5 & 16 & 28 & 20 & 35 & 6 & 24 & 42 \\
\hline
2 & 4 & 5 & 8 & 10 & 16 & 6 & 15 & 24 \\
3 & 6 & 6 & 9 & 12 & 18 & 9 & 18 & 27 \\
8 & 10 & 20 & 32 & 25 & 40 & 12 & 30 & 48 \\
12 & 15 & 24 & 36 & 30 & 45 & 18 & 36 & 54 \\
\hline
7 & 8 & 28 & 49 & 32 & 56 & 9 & 36 & 63 \\
\hline
14 & 16 & 35 & 56 & 40 & 64 & 18 & 45 & 72 \\
21 & 24 & 42 & 63 & 48 & 72 & 27 & 54 & 81
\end{array}
\right].](http://wpcontent.answers.com/math/e/c/1/ec1f1b7a7efefc8af060e7d9a5e1539f.png)
The Khatri-Rao product[5][6] is defined as

in which the (ij)th block is the mipi-by-njqj sized Kronecker product of the corresponding blocks of
and
, assuming the number of row and column partitions of both matrices is equal. The size of the product is then Σimipi-by-Σjnjqj. Proceeding with the same matrices as the previous example we obtain:
![\mathbf{A} \ast \mathbf{B} =
\left[
\begin{array} {c | c}
\mathbf{A}_{11} \otimes \mathbf{B}_{11} & \mathbf{A}_{12} \otimes \mathbf{B}_{12} \\
\hline
\mathbf{A}_{21} \otimes \mathbf{B}_{21} & \mathbf{A}_{22} \otimes \mathbf{B}_{22}
\end{array}
\right]
=
\left[
\begin{array} {c c | c c}
1 & 2 & 12 & 21 \\
4 & 5 & 24 & 42 \\
\hline
14 & 16 & 45 & 72 \\
21 & 24 & 54 & 81
\end{array}
\right].](http://wpcontent.answers.com/math/1/e/7/1e705fe0428a16d4c5223bd38a6b8917.png)
This is a submatrix of the Tracy-Singh product of the two matrices (each partition in this example is a partition in a corner of the Tracy-Singh product).
A column-wise Kronecker product of two matrices may also be called the Khatri-Rao product. This product assumes the partitions of the matrices are their columns. In this case m1 = m, p1 = p, n = q and
. The resulting product is a mp-by-n matrix of which each column is the Kronecker product of the corresponding columns of A and B. Using the matrices from the previous examples with the columns partitioned:
![\mathbf{C} =
\left[
\begin{array} { c | c | c}
\mathbf{C}_1 & \mathbf{C}_2 & \mathbf{C}_3
\end{array}
\right]
=
\left[
\begin{array} {c | c | c}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array}
\right]
,\quad
\mathbf{D} =
\left[
\begin{array} { c | c | c }
\mathbf{D}_1 & \mathbf{D}_2 & \mathbf{D}_3
\end{array}
\right]
=
\left[
\begin{array} { c | c | c }
1 & 4 & 7 \\
2 & 5 & 8 \\
3 & 6 & 9
\end{array}
\right]
,](http://wpcontent.answers.com/math/d/e/6/de6098c1671347db8bb6925163f5179f.png)
so that:
![\mathbf{C} \ast \mathbf{D}
=
\left[
\begin{array} { c | c | c }
\mathbf{C}_1 \otimes \mathbf{D}_1 & \mathbf{C}_2 \otimes \mathbf{D}_2 & \mathbf{C}_3 \otimes \mathbf{D}_3
\end{array}
\right]
=
\left[
\begin{array} { c | c | c }
1 & 8 & 21 \\
2 & 10 & 24 \\
3 & 12 & 27 \\
4 & 20 & 42 \\
8 & 25 & 48 \\
12 & 30 & 54 \\
7 & 32 & 63 \\
14 & 40 & 72 \\
21 & 48 & 81
\end{array}
\right].](http://wpcontent.answers.com/math/1/8/4/184a20bee0ae59a65220a34b59173c9f.png)
with Applications and C++ Programs, World Scientific Publishing, ISBN 9810232411
Advanced Matrix Calculus, World Scientific Publishing, ISBN 9812569162
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Best of the Web: Kronecker product |
Some good "Kronecker product" pages on the web:
Math mathworld.wolfram.com |
| Dyadic product | |
| Generalized linear array model | |
| Product (mathematics) |
| What are the products? Read answer... | |
| What is productivity? Read answer... | |
| Why do products have where they are from on them? Read answer... |
| What is product production? | |
| A product is not? | |
| Where is my product? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Kronecker product". Read more |
Mentioned in