Approximation error: Difference between revisions

Content deleted Content added
Jaredwf (talk | contribs)
No edit summary
Jaredwf (talk | contribs)
fmt
Line 3:
The '''error''' of ''b'' as an approximation of ''a'' is:
 
:<math> a - b \,\! .</math>
 
The '''absolute error''' of ''b'' as an approximation of ''a'' is:
 
:<math> |a - b| \,\! .</math>
 
The '''relative error''' of ''b'' as an approximation of ''a'' is:
 
:<math> \frac{|a - b|}{|a|}. </math>