Fixed Point Iteration or Successive Substitution

Version 1.0.1 (2.24 KB) by Robby Ching
A numerical method used in evaluating the root of a linear function of x
133 Downloads
Updated 30 Jun 2020

View License

It is an Open Numerical method on finding the roots of a function. It plots the given function to help the user decide what initial guess to make. It would also ask for a lower and upper bound and evaluate if a root is available between that interval. The initial guess, as made by the user, must be between the lower and upper bounds. The user also has an option to choose between %relative error or number of iterations as the termination criterion.

Cite As

Robby Ching (2024). Fixed Point Iteration or Successive Substitution (https://www.mathworks.com/matlabcentral/fileexchange/77473-fixed-point-iteration-or-successive-substitution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Changed some overview details

1.0.0