Hello,
I was trying to solve the following system of PDEs analytically. Though it looks quite simple, I got stuck. Maybe someone can help me?
dT1/dx = a * (T2-T1)
dT2/dy = b * (T1-T2)
with Tk(x,0) and Tk(0,y) given as boundary conditions (k = 1,2).
Thank you in advance.