You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do a Cholesky decomposition of a 282x282 real symmetric sparse matrix K. K.Cholesky() failed with error msg : Matrix must be positive definite. K.Evd() runs fine and returns 282 positive eigenvalues. A file with the matrix and its eigenvalues from Evd is attached. Please help?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to do a Cholesky decomposition of a 282x282 real symmetric sparse matrix K. K.Cholesky() failed with error msg : Matrix must be positive definite. K.Evd() runs fine and returns 282 positive eigenvalues. A file with the matrix and its eigenvalues from Evd is attached. Please help?
Matrix K and its eigenvalues.txt
Beta Was this translation helpful? Give feedback.
All reactions