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
- 
         Remove the small words from a list of words. 1544 Solvers 
- 
         Check to see if a Sudoku Puzzle is Solved 333 Solvers 
- 
         Sum of first n terms of a harmonic progression 472 Solvers 
- 
         Create a matrix X, where each column is a shifted copy of the vector v 216 Solvers 
- 
         Sum of odd numbers in a matrix 603 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!