Application of Numerical Methods
Application of Numerical Methods
Numerical Methods.
MD. Saidur Rahman Kohinoor
Department of CSE, FSIT
1 | Page
Numerical Analysis:
Numerical analysis involves the study of methods of computing
numerical data. Normally it provides:
Approximation
The rate of convergence
The accuracy of the answer
The completeness of the response
[Reference]
2 | Page
Bisection Method:
The Bisection Method is a successive approximation method that
narrows down an interval that contains a root of the function f(x). It is a
very simple method, but comparatively slow.
Application:
Short detection in video content for digital video library.
For locating and computing the periodic orbits in molecular
systems.
In determining an adequate population size
[Reference]
NewtonRaphson method:
Newton-Raphson method is a root-finding algorithm that uses the first
few terms of the Taylor series of a function f(x) in the vicinity of a
suspected root.
Application:
Early evaluate to the profit and loss of a company.
Can be used to solve transcendental equations.
[Reference]
3 | Page
Iteration method:
Iterative method is a mathematical procedure that generates a
sequence of improving approximate solutions for a class of problems.
Application:
Iterative method is used for solving non-symmetrical Linear
systems in the Simulation of Semiconductor processing.
Using in explicit repetition structure , regardless of mutability.
[Reference]
Interpolation:
Interpolation is a method of constructing new data points within the
range of a discrete set of known data points. Interpolations commonly
used in:
(a) Polynomials
(b) Splines
(c) Trigonometric polynomials
(d) Image Resizing
(e) Define angel in .
[Reference1,Reference2]
[Reference1,Referenc
4 | Page
Numerical Integration:
Numerical integration is the approximate computation of integral using
numerical techniques. Also called quadrature, which refers to finding a
square whose area is the same as the area under a curve, it is one of
the classical topics of numerical analysis.
Application:
Numerical integration has always been useful in Bio-statistics.
In motion capture technology numerical integration plays a major
part in analyzing and creation virtual motion from the acquired
data.
In astronomy, projection path of meteoroids are calculated by
using numerical integration.
[Reference1,Reference2]
5 | Page
[Reference1,Referenc
e2]
Method 2:
Simpsons 1/3 rule
Simpsons 1/3 rule accurately applied to overlapping segments.
[Reference]
Method 3:
Simpsons 3/8 rule
Simpsons 3/8 rule is used in Architecture, especially in Naval
Architecture.
[Reference]
Method 4:
Weddles rule
Weddles rule is mainly used for preprogrammed routines for its
better accurate results in hand calculation.
Widely used in motion capture technology.
Used in Astronomy.
[Reference1,Referenc
e2]
6 | Page
Matrices:
Norm:
The norm of a matrix is a real number which is a measure of the magnitude of the matrix.
Application:
Norms use on Euclidean spaces, linear mappings, conjugation and quadratic
maximization.
[Reference]
LU decomposition:
Use for Gaussian Elimination to obtain.
It generates an upper triangular matrix.
[Reference]
7 | Page