Concept

Matrix decomposition

Summary
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. Example In numerical analysis, different decompositions are used to implement efficient matrix algorithms. For instance, when solving a system of linear equations A \mathbf{x} = \mathbf{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 \mathbf{x}) = \mathbf{b} and U \mathbf{x} = L^{-1} \mathbf{b} require fewer additions and multiplications to solve, compared with the original system A \mathbf{x} = \mathbf{b}, though one might require significantly more digits in inexact arithmetic such as floating point. Similarly, the QR decomposition
About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
Related publications

Loading

Related people

Loading

Related units

Loading

Related concepts

Loading

Related courses

Loading

Related lectures

Loading