Fixed point iteration.

99 Views Asked by At

I have a general question about fixed point iteration.

I have used this method several times in my Numerical Analysis course and sometimes it won't converge to certain root even if the start guess is relatively close to that actual root.

Is the fixed point method only for some roots or is it a general to find ALL roots?