This toolbox provides root-finding methods for both univariate, scalar-valued functions (Newton's, secant, and bisection methods) and multivariate, vector-valued functions (Newton's method).
Click here to access the technical documentation.
Fixed-Point Iteration:
Root-Finding Methods for Univariate, Scalar-Valued Functions:
Root-Finding Methods for Multivariate, Vector-Valued Functions:
Installing as a toolbox:
- Download the toolbox from File Exchange or GitHub.
- Double-click on (open)
INSTALL/Root-Finding Toolbox.mltbx
. - MATLAB will automatically perform the installation and add all the functions included in the toolbox to the MATLAB search path.
Downloaded zip folder contents:
- INSTALL → Contains the toolbox installer (Root Finding Toolbox.mltbx).
- licenses → Contains the software licenses.
- README.md → Markdown documentation for GitHub repository.
- Technical Documentation → Contains the technical documentation (Root_Finding_Methods.pdf) for the various algorithms.
- toolbox → Contains all the functions specific to this toolbox.
All of these functions have been published on GitHub and MATLAB File Exhange individually. The purpose of this toolbox is to provide an easy way to "install" these functions into MATLAB (i.e. add these functions to the MATLAB search path) so they are always available for use.