Hello, I have this symmetric matrix: A=Matrix([[0, 0.623433638694170, 1, 5.42879559377412], [0.623433638694170, 0, 1, 6.81321272473753], [1, 1, 0, 0], [5.42879559377412, 6.81321272473753, 0, 0]])
I did A.cholesky() getting: ⎡ 0 0 0 0 ⎤ ⎢ ⎥ ⎢zoo zoo 0 0 ⎥ ⎢ ⎥ ⎢zoo nan nan 0 ⎥ ⎢ ⎥ ⎣zoo nan nan nan⎦ What can I do to get the correct result? Thanks for the time, Andrea Fresu -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/18051c80-1ea2-4b6e-a7ad-e9710a4f4d7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
