Kronecker product
Template:Short description Template:CS1 config Script error: No such module "For". In mathematics, the Kronecker product, sometimes denoted by ⊗, is an operation on two matrices of arbitrary size resulting in a block matrix. It is a specialization of the tensor product (which is denoted by the same symbol) from vectors to matrices and gives the matrix of the tensor product linear map with respect to a standard choice of basis. The Kronecker product is to be distinguished from the usual matrix multiplication, which is an entirely different operation. The Kronecker product is also sometimes called matrix direct product.[1]
The Kronecker product is named after the German mathematician Leopold Kronecker (1823–1891), even though there is little evidence that he was the first to define and use it. The Kronecker product has also been called the Zehfuss matrix, and the Zehfuss product, after Template:Ill, who in 1858 described this matrix operation, but Kronecker product is currently the most widely used term.[2][3] The misattribution to Kronecker rather than Zehfuss was due to Kurt Hensel.[4]
Definition
If A is an m × n matrix and B is a p × q matrix, then the Kronecker product A ⊗ B is the pm × qn block matrix:
more explicitly:
Using and to denote truncating integer division and remainder, respectively, and numbering the matrix elements starting from 0, one obtains
For the usual numbering starting from 1, one obtains
If A and B represent linear transformations V1 → W1 and V2 → W2, respectively, then the tensor product of the two maps is a map V1 ⊗ V2 → W1 ⊗ W2 represented by A ⊗ B.
Examples
Similarly:
Properties
Relations to other matrix operations
Abstract properties
Matrix equations
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 use the "vec trick" to 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 invertible Script error: No such module "Footnotes"..
If X and C are row-ordered into the column vectors u and v, respectively, then Script error: No such module "Footnotes".
The reason is that
Applications
For an example of the application of this formula, see the article on the Lyapunov equation. This formula also comes in handy in showing that the matrix normal distribution is a special case of the multivariate normal distribution. This formula is also useful for representing 2D image processing operations in matrix-vector form.
Another example is when a matrix can be factored as a Kronecker product, then matrix multiplication can be performed faster by using the above formula. This can be applied recursively, as done in the radix-2 FFT and the Fast Walsh–Hadamard transform. Splitting a known matrix into the Kronecker product of two smaller matrices is known as the "nearest Kronecker product" problem, and can be solved exactly[5] by using the SVD. To split a matrix into the Kronecker product of more than two matrices, in an optimal fashion, is a difficult problem and the subject of ongoing research; some authors cast it as a tensor decomposition problem.[6][7]
In conjunction with the least squares method, the Kronecker product can be used as an accurate solution to the hand–eye calibration problem.[8]
Related matrix operations Script error: No such module "anchor".
Two related matrix operations are the Tracy–Singh and Khatri–Rao products, which operate on partitioned matrices. Let the m × n matrix A be partitioned into the mi × nj blocks Aij and p × q matrix B into the pk × qTemplate:Ell blocks Bkl, with of course Σi mi = m, Σj nj = n, Σk pk = p and ΣTemplate:Ell qTemplate:Ell = q.
Tracy–Singh product
The Tracy–Singh product is defined as[9][10][11]
which means that the (ij)-th subblock of the mp × nq product A B is the mi p × nj q matrix Aij B, of which the (kTemplate:Ell)-th subblock equals the mi pk × nj qTemplate:Ell matrix Aij ⊗ BkTemplate:Ell. 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 × 2 partitioned matrices e.g.:
we get:
Khatri–Rao product
Script error: No such module "Labelled list hatnote".
- Block Kronecker product
- Column-wise Khatri–Rao product
Face-splitting product
Script error: No such module "Labelled list hatnote". Mixed-products properties[12]
where denotes the Face-splitting product.[13][14]
Similarly:[15]
where and are vectors, and denotes the Hadamard product.
Similarly:
where is vector convolution and is the Fourier transform matrix (this result is an evolving of count sketch properties[17]),[13][14]
where denotes the column-wise Khatri–Rao product.
Similarly:
where and are vectors.
See also
Notes
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ a b Script error: No such module "citation/CS1".
- ↑ a b Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
Script error: No such module "Check for unknown parameters".
References
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
External links
- Template:Springer
- Template:Planetmath reference
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1". The entry on the Kronecker, Zehfuss, or Direct Product of matrices has historical information.
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1". Software source in more than 40 languages.
Script error: No such module "Navbox".