From: kk KKsingh on
I have a question suppose i want to solve equation, I know it can be done by matlab PCG

But if i want to do...
X= A/B (cholesky factorization) when A is symmetric
What will it adopt when A is not symmetirc.....

This will sound kiddish but will the answer will be same if i solve it using

X= inv(B)*A;

In all the cases i will reach the same solution, please correct me if i am wrong