Content deleted Content added
→Cholesky decomposition: Little mistake need verified |
Stevan White (talk | contribs) →QR decomposition: not an alternative to inversion. Inversion is usually a bad thing to do, in practice. Tag: Reverted |
||
Line 47:
*Decomposition: <math>A=QR</math> where <math>Q</math> is a [[unitary matrix]] of size ''m''-by-''m'', and <math>R</math> is an [[triangular matrix|upper triangular]] matrix of size ''m''-by-''n''
*Uniqueness: In general it is not unique, but if <math>A</math> is of full [[Matrix rank|rank]], then there exists a single <math>R</math> that has all positive diagonal elements. If <math>A</math> is square, also <math>Q</math> is unique.
*Comment: The QR decomposition provides an
=== RRQR factorization ===
|