Feeds
已回答
Boundary condition Problem solving using bvp4c
For the same problem, now I solve using dsolve('D2g+t*Dg/(2*a)=0') and it gave me some crazy equation: g(t)=((2^(3/4)*exp(t^2/(...
Boundary condition Problem solving using bvp4c
For the same problem, now I solve using dsolve('D2g+t*Dg/(2*a)=0') and it gave me some crazy equation: g(t)=((2^(3/4)*exp(t^2/(...
11 years 前 | 0
提问
Boundary condition Problem solving using bvp4c
I was given this ODE problem: g" + (1/2a) g' n = 0, where n = x/t^1/2, g(n) = T (x,t) BC1: g(0) = Ts = 100; BC2: g(infinity...
11 years 前 | 2 个回答 | 0