1.numerical Analysis - Introduction, Accuracy, Errors
1.numerical Analysis - Introduction, Accuracy, Errors
Introduction
Accuracy
Errors
Engr. John Renzo M. Galinato
Introduction
• Is the study of algorithms that use numerical approximation for the
problems of mathematical analysis.
• A numerical analysis that let you get closer and closer to an exact
answer is a “numerical method” and the answer without ever
knowing what that answer is as such an important part of every
numerical method is a proof that it works.
• Numerical analysis is a way to solve mathematical problems by special
procedures (algorithms) which use arithmetic operations only.
• A major advantage for numerical analysis is that a numerical answer
can be obtained even when a problem is very complicated and has no
analytical solution.
Problems Solvable by Numerical Analysis:
• Solving nonlinear equations f(x) = 0.
• Solving large systems of linear equations.
• Solving systems of nonlinear equations.
• Interpolating to find intermediate values within a table of data.
• Fitting curves to data by a variety of methods.
• Finding efficient and effective approximations of functions.
• Finding derivatives of any order for functions even when the function is
known only as a table of values.
• Integrating any function even known only as a table of values.
• Solving differential equations.
Numbers and Their Accuracy: Types of
Numbers
Numbers and Their Accuracy: Types of
Numbers
Numbers and Their Accuracy: Accuracy in
Numbers
Accuracy is how close a measured value is to the actual (true) value.
Precision is how close the measured values are to each other.
• If the darts are neither close to the bulls-eye, nor close to each other, there is neither accuracy,
nor precision.
• If all of the darts land very close together, but far from the bulls-eye, there is precision, but not
accuracy.
• If the darts are all about an equal distance from and spaced equally around the bulls-eye there is
mathematical accuracy because the average of the darts is in the bulls-eye. This represents data
that is accurate, but not precise. However, if you were actually playing darts this would not count
as a bulls-eye!
• If the darts land close to the bulls-eye and close together, there is both accuracy and precision