Introduction To Numerical Methods Analysis
Introduction To Numerical Methods Analysis
Numerical Methods
and Analysis
DCEE 23B – Numerical Methods and Analysis
Engr. Roel B. Garcia
Discussion
● Definitions
● Analytical Method
● Numerical Method
● Application of Numerical
Methods
● True Error and Relative Error
● Types of Error
DEFINITION OF NUMERICAL METHODS
- Numerical Methods is the study of algorithms that use numerical values(as
opposed to general symbolic manipulation) for the problems of continuous
mathematics.
● The resulting value obtained form this ● The value resulted from the analytical
method dictates and discuss more method is less intuitive.
about the behavior of a particular
equation of system. ● Since there are specific forms for most
of the analytical methods, it is quite hard
● Since Numerical Method is based on to code the initial computation.
repeated algorithms, it can be easily
coded. ● It is not easy to get at exact answer
from analytical methods.
● It is easier to obtain an answer from
numerical methods.
APPLICATIONS OF NUMERICAL METHODS
Roots of Equations
• These problems are concerned with the value of a variable that satisfies a
single equation.
• These problems are especially valuable in engineering design contexts where it
is often impossible to explicitly solve design equation for parameters.
APPLICATIONS OF NUMERICAL METHODS
Systems of Linear Equations
• Similar to roots of equations in the sense that are concerned with values that
satisfy equations.
• A set of values is sought that simultaneously satisfies a set of linear algebraic
equations.
APPLICATIONS OF NUMERICAL METHODS
Interpolation
• Interpolation is used where the objective is to determine intermediate values
between relatively error-free data points such as the case of tabulated
information.
• For these situations, the strategy is to fit a curve through the data points and
use the curve to predict the intermediate values.
APPLICATIONS OF NUMERICAL METHODS
Differentiation and Integration
• Several engineering problems require a numerical derived estimate of a
derivative of a function f(x).
1. How to compute?
• This corresponds to algorithmic aspects;
2. How accurate is it?
• This corresponds to error analysis aspects.
TYPES OF ERROR
TYPES OF ERROR
WHY DO WE MEASURE ERROR?
• To determine the accuracy of numerical results.
• To develop stopping criteria for iterative algorithms.