Feeds
질문
Hyperbolic PDE
Hi, I'm trying to solve the following advection diffusion problem. dT/dt= -A(t)*dT/dx - B*T^(3/2)*(T-C(t)) where T(0,t...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
solving ODE using runge kutta method
Hi, I'm trying to solve the following eqaution using runge kutta method. A(x)*y''+B(x)*yy'+C(x)*y'+D(x)*y+E(x)=0; where A...
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
Solve an ODE with runge kutta method
Hi, I'm trying to solve the following eqaution using runge kutta method. I have not seen any examples of ODE45 or ODE15s for ...
거의 15년 전 | 답변 수: 2 | 0
2
답변질문
bvp4c guess value
Hi, I'm trying to solve a boundary value problem using bvp4c. My equation is as folows. G'= k1*rw*uw; Here k1 is a cons...
거의 15년 전 | 답변 수: 1 | 0
