Matlab files

Here you can find some m-files with commentaries. To see the commentary, type

>> help filename

in Matlab command window. (here 'filename' should be replaced by actual name, for instance, euler).

Disclaimer: These files are provided "as is", without warranties of any kind.

Some fixed-stepsize Runge-Kutta type solvers for initial value problems: One step at a time: Stability region: Some examples of modeling and simulation by IVPs: Variable step-size (aka adaptive) methods: Implicit methods: Equation solvers: Multistep methods: Shooting methods for 2nd order (Dirichlet) boundary value problems: Finite difference methods for 2nd order (Dirichlet) boundary value problems: