I have a system of PDE which I would like to solve it by Matlab(numerically or analytically). How can I do this? Are there any known analytical approaches to problems of this kind?
$$\frac{\partial f_1(x,t)}{\partial x}=2f_3(x,t)+3f_1(x,t)-f_2(x,t),\\ \frac{\partial f_2(x,t)}{\partial t}=-2f_4(x,t)-3.2f_1(x,t)+f_2(x,t),\\ \frac{\partial f_3(x,t)}{\partial x}=-3f_3(x,t)+3.2f_4(x,t)-0.045f_1(x,t),\\ \frac{\partial f_4(x,t)}{\partial t}=f_3(x,t)-f_4(x,t),\\$$ with following conditions: $$f_3(0,t)=-e^{-2t},\\ f_4(x,0)=e^{-3x}.cos(2\pi x),\\ f_1(3,3)=0,\\ f_2(3,3)=0.$$
Thanks in advance for any help.