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年弱 前 | 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年弱 前 | 2 件の回答 | 0