Community Profile

photo

Rebecca


Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer