I am using separation of variables and superposition to solve:
u_{xx}+u_{yy}=0;
for (x,y) \in (0,L) X (0,H)
u(0,y)=f(y);
u(L,y)=0;
u(x,0)=g(x);
u(x,H)=0
Is it correct to assume that I can write my solution as:
u=u_1+u_2
Where:
u_1
is the solution with BC
u(0,y)=0...