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 Solvers30
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1743 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2060 Solvers
-
252 Solvers
-
Getting the indices from a vector
12330 Solvers
-
Output any real number that is neither positive nor negative
411 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).