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
A graph for the solution is needed to be obtained with multiple lines
New contributor
HIMANSHU BANSAL is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.