Approximation error: Difference between revisions

Content deleted Content added
Eskimbot (talk | contribs)
m robot Adding: fr
Line 11:
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|} </math>
 
and the '''percent error''' is
 
:<math>\delta = \frac{|a-b|}{a}\times{}100\%</math>
 
:<math>\eta := \frac{|a - b|}{|a|} </math>
where the vertical bars denote the [[absolute value]].