Dear my friends
Hi
I have a linear partial differential equation to solve.
> equ1:=F5*(diff(phi[2](r, theta), r, r)+(diff(phi[2](r, theta), r))/r+(diff(phi[2](r, theta), theta, theta))/r^2)+F3*phi[4](r,theta) = 0;
where F5 and F3 is constant and phi[2](r,theta) is unknown function.
I tried to solve this equation by the following Maple's command:
> pdsolve(equ1,phi[2](r,theta));