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, midp).

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

Here is a user-defined function, which can be modified and used as an input to the numerical integration or differentiation subroutines below: myfunc.m

Finite difference formulas for numerical differentiation: Composite Newton-Cotes rules for numerical integration: More advanced algorithms for numerical integration: Equation solvers: