Solving a Diffusion Equation with Python: Boundary Conditions and Constants
given a diffrential equation da/dt = e**(t/u) .f . d^2a/dx^2 + c*e**(t/u) where a and c are function of both x and t and u and f are constants find the solution using python with the boundary conditions a(x,0) = 0 and a (infinity ,t ) = 0