Introduction 1
Introduction 1
(MTH-101 MS)
Branch- Material Science and
Technology
1
Syllabus
Function of Complex Variables: Calculus of Complex Function and its
Applications for the Evaluation of Real Definite Integral.
Partial Differential Equations: Boundary Value Problems of Partial
Differential Equation solution by separation of variables. Diffusion
equation. Heat flow in a bar Wave Equation: Vibration of strings,
vibration of circular membranes.
Numerical Methods: Solution of algebraic and transcendental equations,
Solution of linear Simultaneous Equations, Finite Differences,
Interpolation, Numerical solution of Ordinary simultaneous Differential
Equations.
Optimization Techniques: Linear Programming Problem,
Transportation & Assignment Problem. Dynamic Programming.
2
x u
1
2
e 2
du
Hub
Trunnion
Girder
Problem Description
Mathematical Model
3
0.003678 is written as 3.678 10
256.78 is written as 2.5678 10 2
9
0.00000000093 is written as 0.93 10
Dr. Pushpendra Kumar 24
Why do we need Floating-Point Form?
9
0.00000000093 is written as 0.93 10
9 3
Now 35 10 0.93 10 32.55 10
6
where
Truncation Error:
The truncation error is the quantity T which must be added
to the true representation of the quantity in order that the
result be exactly equal to the quantity we are seeking to
generate.
Error caused by truncating or approximating a
mathematical procedure.
2!
Dr. Pushpendra
36 Kumar
Solution of Simultaneous Non-Homogeneous
Linear System of Equations:
A set of n equations and n unknowns
a11x1 a12x2 a13x3 ... a1n xn b1
a21x1 a22x2 a23x3 ... a2n xn b2
. .
. .
. .
an1x1 an 2 x2 an3 x3 ... ann xn bn
We can write this system as the matrix equation
A x=b
Dr. Pushpendra Kumar 37
where
Direct Iterative
Methods Methods
Direct Iterative
Methods Methods