Content deleted Content added
m +nl: |
m from what I know, the absolute error is always nonnegative. Also, a bit of rewording. |
||
Line 1:
In the [[mathematics|mathematical]] subfield of [[numerical analysis]] the '''approximation error''' in some data is the
#the measurement of the data is not precise (due to the instruments)
#we use an approximation instead of the real data (e.g. 3.14 instead of π)
Line 9:
==Definition==
Given some value ''a'' and an approximation ''b'' of ''a'', the '''absolute error''' is
:<math>\epsilon := |a - b|</math>
and the '''relative error''' is
:<math>\eta := \frac{|a - b|}{|a|}
where the vertical bars denote the [[absolute value]].
[[Category:Numerical analysis]]
|