functional iteration with posteriori bound

Fixed point iteration
4 Downloads
Updated 31 Jan 2020

View License

MATLAB script to perform functional iteration to estimate the positive root to
within an absolute error τ = 10−10. We use the a posteriori bound to decide
when to stop. We use the following example
Consider the function g (x) ≡ x − 2 tan−1 (x).
This function has three roots: a trivial root at zero, and two others. Because of the odd symmetry of g, the two nonzero roots differ only by a sign;
call them ±x*We will consider functional iteration: x(n+1)= f (xn)
with f (x) ≡ 2 tan−1(x) as a method to solve the equation g (x) = 0.

Cite As

G M Fahad Bin Mostafa (2024). functional iteration with posteriori bound (https://www.mathworks.com/matlabcentral/fileexchange/74079-functional-iteration-with-posteriori-bound), MATLAB Central File Exchange. Retrieved .

Eugene Isaacson and Herbert Bishop Keller. Analysis of numerical methods. Courier Corporation, 2012

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

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.0