language-iconOld Web
English
Sign In

Matrix decomposition

In the mathematical discipline of linear algebra, a matrix decomposition or matrix factorization is a factorization of a matrix into a product of matrices. There are many different matrix decompositions; each finds use among a particular class of problems. In the mathematical discipline of linear algebra, a matrix decomposition or matrix factorization is a factorization of a matrix into a product of matrices. There are many different matrix decompositions; each finds use among a particular class of problems. In numerical analysis, different decompositions are used to implement efficient matrix algorithms. For instance, when solving a system of linear equations A x = b {displaystyle Ax=b} , the matrix A can be decomposed via the LU decomposition. The LU decomposition factorizes a matrix into a lower triangular matrix L and an upper triangular matrix U. The systems L ( U x ) = b {displaystyle L(Ux)=b} and U x = L − 1 b {displaystyle Ux=L^{-1}b} require fewer additions and multiplications to solve, compared with the original system A x = b {displaystyle Ax=b} , though one might require significantly more digits in inexact arithmetic such as floating point. Similarly, the QR decomposition expresses A as QR with Q an orthogonal matrix and R an upper triangular matrix. The system Q(Rx) = b is solved by Rx = QTb = c, and the system Rx = c is solved by 'back substitution'. The number of additions and multiplications required is about twice that of using the LU solver, but no more digits are required in inexact arithmetic because the QR decomposition is numerically stable. The Jordan normal form and the Jordan–Chevalley decomposition

[ "Matrix (mathematics)", "Matricization", "Incomplete LU factorization", "Incomplete Cholesky factorization", "rating matrix", "Non-negative matrix factorization" ]
Parent Topic
Child Topic
    No Parent Topic
Baidu
map