Note that the graph of f(x) does not appear to be taken
from a continuous curve, but rather is a narrow "fuzzy
band" of seemingly random values.
This is true of all parts of the computed curve of f(x), but it
becomes evident only when you look at the curve very closely
The arithmetic in MATLAB uses IEEE double precision numbers and
standard rounding and this results in noise in function evaluation
Functions f(x) on a computer should be thought of as fuzzy band
of random values, with the vertical thickness of the band quite
small in most cases
Note: There is a large "interval of uncertainty" around the
true multiple root. This can cause problems for root
finding methods
| |