rk34_test
rk34_test,
a MATLAB code which
calls rk34(), which
implements Runge-Kutta ODE solvers of orders 3 and 4.
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:
rk34,
a MATLAB code which
implements Runge-Kutta ODE solvers of orders 3 and 4.
Source Code:
-
predator_deriv.m
evaluates the derivative for the predator-prey problem.
-
predator_rk3.m
approximates the predator-prey problem using a Runge-Kutta
method of order 3.
-
predator_rk4.m
approximates the predator-prey problem using a Runge-Kutta
method of order 4.
Last revised on 31 October 2019.