Perform fixed-point iteration to estimate the root of a nonlinear equation.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers29
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6688 Solvers
-
Back to basics 23 - Triangular matrix
1120 Solvers
-
1535 Solvers
-
Calculate the area of a triangle between three points
3420 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
254 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Recommended: https://www.youtube.com/watch?v=ggg5_Kgdxxs
There is not only one-way to do fixed point iteration. The problem description needs improvement by perhaps adding that x_n = g(x_n-1).