Numerical Methods
Numerical Methods
Chapter 3
© 2021 McGraw Hill. All rights reserved. Authorized only for instructor use in the classroom. No reproduction or further distribution permitted without the prior written consent of McGraw Hill.
Approximations and Round-Off Errors
For many engineering problems, we cannot obtain analytical solutions.
Numerical methods yield approximate results, results that are close to the
exact analytical solution. We cannot exactly compute the errors associated
with numerical methods.
• Only rarely given data are exact, since they originate from measurements.
Therefore there is probably error in the input information.
• Algorithm itself usually introduces errors as well, for example, unavoidable round-
offs, etc …
• The output information will then contain error from both of these sources.
© McGraw Hill 2
Accuracy & Precision
• Accuracy. How close is a computed or measured value
to the true value.
• Precision (or reproducibility). How close is a computed
or measured value to previously computed or measured
values.
• Inaccuracy (or bias). A systematic deviation from the
actual value.
• Imprecision (or uncertainty). Magnitude of scatter.
© McGraw Hill 3
Targets Illustrating Accuracy & Precision
Figure 3.2
Access the text alternative for slide images
© McGraw Hill 4
Significant Figures
• Number of significant figures indicates precision. Significant digits of a
number are those that can be used with confidence, for example, the number
of certain digits plus one estimated digit.
5.38 × 104 3
5.380 × 104 In the following table, read ‘10 4’ as 10 to the power of 4.
4
5.3800 × 104 5
Zeros are sometimes used to locate the decimal point not significant figures.
0.00001753 4
0.0001753 4
0.001753 4
© McGraw Hill 5
Error Definitions 1
True error
true error
True fractional relative error =
true value
true error
True percent relative error, t = 100%
true value
© McGraw Hill 6
Error Definitions 2
a s
Pre-specified % tolerance based
on the knowledge of your solution
s = ( 0.5 10(2-n ) ) %
© McGraw Hill 9
(a) Decimal & (b) Binary Number Systems
Figure 3.5
Access the text alternative for slide images
© McGraw Hill 10
The signed magnitude method for integer
representation of −173
Figure 3.6
© McGraw Hill 11
The manner in which a floating-point
(decimal) number is stored in a word.
Figure 3.7
Access the text alternative for slide images
© McGraw Hill 12
An example how a decimal number would be
stored in a hypothetical base-10 computer
Example: 1/ 34 = 0.029411765
Suppose only 4 decimal places can be stored
0.029411765 → 0.0294 10 0
© McGraw Hill 16
Because learning changes everything. ®
www.mheducation.com
© 2021 McGraw Hill. All rights reserved. Authorized only for instructor use in the classroom. No reproduction or further distribution permitted without the prior written consent of McGraw Hill.