Numerical-Analysis-T
Numerical-Analysis-T
Course objectives:
This Course introduces the basic concepts solutions of systems of linear algebraic equations by
Direct methods: Gauss Elimination method- Gauss Jordan Elimination method-
Triangularization method , Gauss Seidel Iteration method. Finding polynomials by
interpolation,finding derivatives and integral values using Numerical Differentiation&
Integration, Singlestep Methods- Multistep Methods
Course outcomes:
Syllabus: Credits:5
No. of hours:6
MODULE-I 22 Hrs
(Sections: 3.1, 3.2, 3.4 of Ch 3,Pg:109 – 140, 153-175(Iterative method to determine 𝐴−1 is not
included)).
MODULE-II 23 Hrs
(Sections: 4.1, 4.2, 4.3, 4.4, 4.5 of Ch 4,Pg :217-257 , Problems on Hermite Interpolation in
Exercise 4.2 in pages 284, 285).
MODULE-III 23 Hrs
MODULE-IV 22 Hrs
Text Books:
[1] M.K.Kain, S.R.K.Iyengar, R.K.Jain, “Numerical Methods for scientific and Engineering
computation”, Fourth Edition, New Age Int.Publishers, New Delhi
References:
SECTION –A
2 1 −4 1 x1 4
−4 3 5 −2 x2 −10
1 −1 1 −1 x3 = 2
by L U decomposition method
1 3 −3 2 x4 −1
OR
2. Solve the system of equations 2x1-x2+0x3=7,- x1+2x2-x3=1,& x1-x2+2x3=1 using Gauss Seidel
method where initial approximation is X(0)=0
OR
X 1 2
f(x) 7.389 54.598
f’(x) 14.778 109.196
Estimate the values of f(1.5)
5.Given the following values of f(x)=lnx, find the approximate value of f’(2.0) using linear and
quadratic interpolation and f’’(2.0) using quadratic interpolation. Obtain an upper bound on the
error
OR
2 2 𝑑𝑥𝑑𝑦
6.Evaluate the integral 1 1 𝑥+𝑦
using trapezoidal rule with=k=0.5 and h=k=0.25. Improve the
estimate using Romberg Integration.
7. Using the Adams – Bashforth method to solve the initial value problem u’= -2tu2
OR
8. Use Runge – Kutta fourth order method to find the value of y when x=1 given that y=1 when
dy y−x
x=0 and that dx = y+x
SECTION –B
B C
1. Find the inverse of the matrix A= using partition method
E D
2. Explain Gauss – Jacobi iteration method
3. Find the unique polynomial of degree 2 or less such that f(0)=1, f(1)=3, f(3)=55 using Newton
divided difference
4. If f(x)=eax then show that ∆n f(x)=(eah-1)neax
2 𝑥
5. Evaluate 0
𝑒 𝑑𝑥 using simpson’s rule with h=0.5
6. Derive Trapezoidal rule using Newton – Cotes method
7.Write the algorithm of Euler’s method
8. Explain Milne – Simpson method