I would like to know, if its possible to plot the solution of the PDE:
Let $\lambda,p_1,p_2>0$ and $c_1, c_2 < 0$
I am looking now for some $f:(R^+_0)^2\rightarrow R^+_0$ such that
\begin{align*}
\lambda f(x,y)-\frac{1}{2}\triangle f(x,y)=p_1x+p_2y
\end{align*}
with the boundary conditions: $\frac{d}{dx}f(0,y)=c_1$ and $\frac{d}{dy}f(x,0)=c_2$
where $\triangle f:=\frac{d}{dx^2}f+\frac{d}{dy^2}f$
If its not to complicated to solve this problem with numerical Methods i would be verry glad if someone could tell me how to start