euler_answers
MATLAB:
-
euler.m,
uses Euler's method to approximately solve a given ODE.
-
humps_euler.m,
uses the euler() code to approximately solve the humps ODE.
-
humps_deriv.m
evaluates the right hand side of the humps ODE.
-
humps_solution.m,
evaluates the exact solution of the humps ODE.
Images:
Last revised on 07 September 2020.