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
Hi, I'm trying to solve a problem with simple real valued symmetric matrix and rhs as below
I wrote my code as follows.
but gives a wrong answer
I'm sure that I made some mistake in some part in the code but cannot find a bug.
Would you please correct the code to give right solution or provide example code with row, col and value of a symmetric matrix to try?