February 7th, 2008, 10:44 am
There is no relation between normality and matrix decomposition. The job of choleski decomposition is to find "square root" of a PD matrix. As the square root of a positive number not unique, "square root" of a matrix similarly not unique. You can use SVD etc to get the same, all are correct. But Choleski procedure is mostly adopted bcoz it requires least calculation. As upper diagonal (or lower diagonal) elements are all 0.Regards,