How do I find the theorical number of maximum steps to find the root for fixedpoint iteration?

25 Views Asked by At

How do I find the theorical number of maximum steps to find the root for fixedpoint iteration? for example for this equation

  x^2-5x+5 = 0 on [1,2] tolerance 10^-2 p0 = 1