Content deleted Content added
Line 9:
==Definition==
Given some (true) value ''a'' and an approximation ''b'' of ''a'', the '''absolute error''' is
:<math>\epsilon := |
:<math>\eta := \frac{
and the '''absolute relative error''' is
:<math>\eta := \frac{|b - a|}{|a|} </math>,
where the vertical bars denote the [[absolute value]].
|