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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
