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