Feeds
提问
Runge-Kutta fourth order (rk4)
When implementing the Runge-Kutta order 4 scheme(rk4) u1,...,un are computed using the algorithm: for i = 0,1,...,n-1 k1 = f ...
13 years 前 | 2 个回答 | 0
2
个回答提问
Solving nonlinear scalar ode's
I have to solve an ivp of the form: du/dt = f(t,u), u(t0) = u0, for a function u = u(t)?R for t=>t0, using Adams Bashforth 2nd o...
13 years 前 | 1 个回答 | 0