Content deleted Content added
m Q as an orthogonal matrix and R as an upper triangular matrix. Tags: Reverted Visual edit Mobile edit Mobile web edit Advanced mobile edit |
Undid revision 1160230425 by Jags1111 (talk)Reverted good faith edit. This change was unnecessary, and the typesetting was incorrect. |
||
Line 8:
For instance, when solving a [[system of linear equations]] <math>A \mathbf{x} = \mathbf{b}</math>, 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 <math>L(U \mathbf{x}) = \mathbf{b}</math> and <math>U \mathbf{x} = L^{-1} \mathbf{b}</math> require fewer additions and multiplications to solve, compared with the original system <math>A \mathbf{x} = \mathbf{b}</math>, though one might require significantly more digits in inexact arithmetic such as [[floating point]].
Similarly, the [[QR decomposition]] expresses ''A'' as ''QR'' with ''Q''
== Decompositions related to solving systems of linear equations ==
|