Problem with cholesky decomposition
Afficher commentaires plus anciens
When I apply the chol function to A = [1 -1; 0 1], it correctly informs me that the matrix is not positive definite.
But when I run chol(A, 'lower'), the answer is the identity matrix [1 0; 0 1].
Can anyone replicate this? Any reasons why this should be so?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!