rk45_test
rk45_test,
a MATLAB code which
calls rk45(), which
implements Runge-Kutta ODE solvers of orders 4 and 5.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
rk45,
a MATLAB code which
implements Runge-Kutta ODE solvers of orders 4 and 5.
Source Code:
-
predator_deriv.m
evaluates the derivative for the predator-prey problem.
-
predator_rk4.m
approximates the predator-prey problem using a Runge-Kutta
method of order 4.
-
predator_rk5.m
approximates the predator-prey problem using a Runge-Kutta
method of order 5.
Last revised on 31 October 2019.