backward_euler_fixed_test, a MATLAB code which calls backward_euler_fixed(), which solves one or more ordinary differential equations (ODE) using the (implicit) backward Euler method, using fixed point iteration for the implicit equation.
The computer code and data files described and made available on this web page are distributed under the MIT license
backward_euler, a MATLAB code which solves one or more ordinary differential equations (ODE) using the (implicit) backward Euler method, using fixed point iteration for the implicit equation.