Question
Compute the absolute and relative errors in using c to approximate x.
x=e;c=2.68
x=e;c=2.68
Answers
Steve
e=2.718
so, the
abs error is 2.718-2.68 = 0.038
as a % error, that is .038/e = 1.39%
so, the
abs error is 2.718-2.68 = 0.038
as a % error, that is .038/e = 1.39%