Hi, I have a linear equations of system such as Kx=u. 1. If K is singular, can I use KSPSolve to solve it? 2. If K is non-singular I also can use x= inverse(K)u to do it. Which one is better? Best, Yixun