This document discusses fixed point iteration, a numerical method for finding the zeros of a function. It uses the example of finding the fixed point of the function g(x)=mx/(m-1) for different slope values of m. For m<1, the fixed point iteration converges monotonically to the fixed point, while for m>1 it diverges monotonically away from the fixed point. This simple linear example illustrates the general behavior for continuous mapping functions - convergence when the slope of g(x) is less than 1, and divergence when it is greater than 1.