Hey! :o
I have to solve the following boundary value problem:
$$u_{xx}+=u_{yy}=0, 0<x<a, 0<y<b$$
$$u_x(0,y)=u_x(a,y)=0, 0<y<b$$
$$u(x,0)=x, u_y(x,b)=0, 0<x<a$$
By using the method of separation of variables, the solution is of the form $u(x,y)=X(x)Y(y)$.
By substituting this it the problem we...