| Author |
Comment/Response |
Teresa
|
01/21/13 9:53pm
Hi, I have a PDE that I cannot solve when I try to include boundary conditions.
The equation is:
pde=(1/z)dT(n,z)/dz+d^2T(n,z)/dz^2=0
and my boundary conditions are d^2T(n,z=5)/dz^2=0
I've tried DSolve[{pde,T[n,5]==0},T[n,z],{n,z}]
but it just won't do it. When I don't put in any boundary conditions, it gives me the solution Log[z]C[1][n]+C[2][n]
What am I missing???
Cheers,
Teresa
URL: , |
|