9 Oct
2011
9 Oct
'11
5:04 p.m.
This routine checks that the interval is small enough. We check interval that bounds the root that we are looking for. Now, let me consider interval whose lower and upper bounds are equal. In such case we find our root exactly. There is no way to make it more precise. and, actually let a=b=x, lim_{x->0} ((x-x)/min(|x|,|x|)) = lim_{x->0} (0/min(|x|,|x|)) = lim_{x->0} (0) = 0 Steven Watanabe wrote:
What exactly do you mean by "the relative length of the interval tends to zero?"
lim_{(a,b)->(0,0)} |a-b| / min(|a|, |b|)
doesn't exist.
In Christ, Steven Watanabe