Flugelman
2014-09-02 15:57:34 UTC
Use 3-digit arithmetic with chopping (chopping means 'truncating' in this book). Evaluate the percent relative error.
My work:
y(1.37)=1.956853. This is the 'true val'
Chopping to 3 digits: 1.95=x
Percent relative error is ((true val-approxmation)/(true val))*100
==> Percent relative error is ((1.956853-1.95)/(1.956853))*100=.35 percent error
Is that correct?
Thanks so much! :D