1.1 Accuracy
Measurements
Two basic measurements:
- Absolute Error:
where is the approximation of - Relative Error:
,weighing the absolute error against the magnitude of the number being approximated.
Significant Digits
We say that
Sources
- Algorithmic: due to the method itself
- Floating-point (round-off): since computers save a finite amount of the decimal expansion. Small errors compound. If two number share significant digits, if you subtract them, the next value will have 2 less significant digits.