matrix factorization
Matrix Factorization
A matrix factorization (or matrix decomposition) is the right-hand-side product in
for “input” matrix . The number of factor matrices depends on the situation. Most often, or .
Note that the process of producing a factorization/decomposition is also called “factorization” or “decomposition”.
Examples
Some common factorizations and related devices are:
-
•
LU-decomposition: , where is lower triangular, and is upper triangular
-
•
QR-decomposition: , where is orthogonal, and is right triangular.
-
•
Singular value decomposition (SVD): , where and are orthogonal, and is a partially diagonal matrix.
- •
-
•
For a positive definite matrix, we can decompose it into its square root (http://planetmath.org/SquareRootOfPositiveDefiniteMatrix) squared.
-
•
Polar decomposition
- •
- •
See the entries for these and other matrix factorizations for details on the contents of the factor matrices, where to apply them, and how to best calculate them.
Simultaneous matrix factorization
A related problem is to diagonalize or tridiagonalize many matrices using the same matrix. Some results in this direction are listed below:
-
•
commuting matrices are simultanenously triangularizable
-
•
commuting normal matrices are simultanenously diagonalizable
Title | matrix factorization |
---|---|
Canonical name | MatrixFactorization |
Date of creation | 2013-03-22 14:15:07 |
Last modified on | 2013-03-22 14:15:07 |
Owner | mathcam (2727) |
Last modified by | mathcam (2727) |
Numerical id | 10 |
Author | mathcam (2727) |
Entry type | Definition |
Classification | msc 15A23 |
Synonym | matrix decomposition |
Related topic | IsawasaDecomposition |
Defines | factor matrix |