Tagged Questions
0
votes
0answers
150 views
Least Squares solution of linear equation using conjugate gradient method
I have two partial differential equations that I want to solve (for s) by finite differences:
$\begin{align*} \frac{\partial}{\partial x}s(x,y) &= p(x,y)\\
\frac{\partial}{\partial y}s(x,y) ...