Content deleted Content added
Takagi's factorization: V^* form also doesn't apply |
→QR decomposition: Made variable presentation consistent |
||
Line 44:
{{main|QR decomposition}}
*Applicable to: ''m''-by-''n'' matrix ''A'' with linearly independent columns
*Decomposition: <math>A=QR</math> where
*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 alternative way of solving the system of equations <math>Ax=b</math> without [[matrix inverse|inverting]] the matrix
=== RRQR factorization ===
|