| Last time: | Next time: | 
Today:
The question is this: can't we make that interval a little better? In particular,
We'll start by just checking out some Mathematica examples of fixed-point functions. What do we notice as we look over these examples?
		Definition 3.3 (p. 87): If a method converges to root , and if
			
		then the method is convergent of order , with asymptotic error
		constant 
. 
		
We can show that Newton's convergence is quadratic (with Taylor polynomials).
Question: What would you expect for bisection? You might think that it is linear, but interesting things can happen....
Let's
Examples:
		The rule is that the general fixed-point method has order of
		convergence 1 (linear), with asymptotic error constant  (where 
 is the root). 
		
Nonetheless, one can say that we narrow down the interval in which a root is found by one binary digit (that is, "linearly" -- the ratio of interval widths is 1/2 --