error
Location: http://people.sc.fsu.edu/~jburkardt/classes/math1902_2020/error/error.html
error
shows how we can try to estimate the error in our ODE approximation process
using smaller steps or a higher order method.
The notes:
MATLAB:
-
expsin_deriv.m,
defines the right hand side of the EXPSIN ODE.
-
expsin_solution.m,
defines the exact solution of the EXPSIN ODE.
-
rk1.m,
a Runge-Kutta ODE solver of order 1
(this is just the Euler method).
-
rk2.m,
a Runge-Kutta ODE solver of order 2.
-
rms.m,
evaluates the RMS norm of a vector.
Images:
Last revised on 29 September 2020.