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 information on this web page is 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.