Numerical Analysis Math Formatted
Numerical Analysis Math Formatted
Sources of Errors
Errors in numerical methods can arise
from:
1. Inherent (Experimental) Errors: Due to
assumptions or measurement
inaccuracies.
2. Truncation Errors: Occur when a
process is stopped before reaching the
exact solution.
3. Round-off Errors: Due to rounding
numbers during computation.
Relative Error
The relative error compares the
magnitude of the error to the actual value.
For an approximate value 𝑎ˉ and exact
value a, the relative error is:
Relative Error = |a−𝑎ˉ| / |a|
Absolute Error
The absolute error is the difference
between the exact and approximate
values:
Absolute Error = |a−𝑎ˉ|
Error Bound
The error bound, β, is the maximum
possible error:
|a−𝑎ˉ| ≤ β
Probable Error
Probable error is an estimate such that
there’s a 50% chance the actual error will
be larger or smaller than the estimate.
Probable Error ≈ β / 2
Input Error
Input error occurs when the given data is
not exact due to measurement or
computational inaccuracies.