Content deleted Content added
→QR decomposition: Made variable presentation consistent |
→Cholesky decomposition: Made variable presentation consistent |
||
Line 35:
{{main|Cholesky decomposition}}
*Applicable to: [[square matrix|square]], [[symmetric matrix|hermitian]], [[positive-definite matrix|positive definite]] matrix ''A''
*Decomposition: <math>A=U^*U</math>, where
*Comment: if the matrix
*Uniqueness: for positive definite matrices Cholesky decomposition is unique. However, it is not unique in the positive semi-definite case.
*Comment: if A is real and symmetric, <math>U</math> has all real elements
|