Problem 1890. Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 2 Nov 2020
Recommended: https://www.youtube.com/watch?v=ggg5_Kgdxxs
Rafael S.T. Vieira
on 2 Nov 2020
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).
Solution Comments
Show commentsProblem Recent Solvers27
Suggested Problems
-
Return the 3n+1 sequence for n
8400 Solvers
-
Sum all integers from 1 to 2^n
16757 Solvers
-
07 - Common functions and indexing 6
458 Solvers
-
138 Solvers
-
Sum the 'edge' values of a matrix
375 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!