Matrix decomposition: Difference between revisions

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 ''<math>U''</math> is upper triangular with real positive diagonal entries
*Comment: if the matrix '''<math>A'''</math> is Hermitian and positive semi-definite, then it has a decomposition of the form <math>A=U^*U</math> if the diagonal entries of <math>U</math> are allowed to be zero
*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