[go: up one dir, main page]

0% found this document useful (0 votes)
42 views1 page

Second Semester Mat-C-415: Numerical Computations

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

SECOND SEMESTER

MAT–C–415: NUMERICAL COMPUTATIONS


Maximum marks 100 (Terminal-60, Sessional-20, Practical – 20)
Term end 60
Contact hour per week 05
Credits 05
Terminal Examination duration 3 hours
Course Outcome: With the knowledge of numerical computations, students may understand how to find
the eigenvalues and eigenvectors of different engineering fields and they use concept of matrices in the
development of programming languages.

Unit Contains Marks


I Non-linear equations: Bisection method, Newton-Raphson method Secant and 10
Regula-Falsi method.
II Systems of linear equations: Gauss elimination, Pivoting, LU decomposition, 15
Cholesky factorization, Ill-conditioning and condition number.

III The Eigenvalue problem: Power method, Householder method, Reduction to 15


tridiagonal form, QR method.
IV Numerical Solution of Differential Equations: 20
Euler’s Method, RK method of 2nd and 4th orders.
Numerical Solution of Integral Equations:
Newton’s General Quadrature formula, Trapezoidal Rule, Simpson’s rules.

Unit – V: Practical: Computer programming in consonance with the materials covered in these units.
Contact Hours Per Week 2 hours
Examination Duration 1and ½ hours
Maximum Marks 20 (Expt–10,Viva–5, Record–5)

Experiments through C – Programming / Mathematica / MATLEB


1. Program to find the solution of non-linear equations of one variable.
2. Program to find the solution of System of equations.
3. Program to find the Eigenvalues and Eigenfunctions for a given matrix.
4. Program to find the solution of ODE by Euler’s Method, RK method.
5. Program for integration by Trapezoidal Rule, Simpson’s rules.

Text / Reference Book:

1. S.D. Conte and Cde Boor: Elementary Numerical Analysis. Tata McGraw Hill.
2. M. K. Jain, S.R.K. Iyengar and R. K. Jain: Numerical Methods for Scientific and Engineering
Computation, New Age International (P) Limited, Publishers (1995).
3. V. Rajaraman: Computer oriented Numerical Methods, Prentice Hall India.
4. K.E. Atkinson: Introduction to Numerical Analysis, 2nd edition, John Wiley (1989).
5. M.T. Health: Scientific computing: An introductory survey, McGraw Hill (2002).
6. C.F. Gerald and P.O Wheatley: Applied Numerical Analysis, 5 th edition, Addison Wesley (1994).
7. B.S. Grewal: Numerical methods in Engineering and Science with programs in FORTRAN 77, C and
C++, Khanna Publishers, 2002.
8. C.E. Froberg: Introduction to Numerical Analysis: 2nd Edition Wesley.
9. R.L. Burden, J.D. Fairs: Numerical Analysis, Brooks/Cole.
10. J.J. Akai: Applied Numerical Methods for Engineers, John Wiley and Sons.
11. M.B. Allen III, E.L. Isaacson: Numerical Analysis for Applied Science, John Wiley.

You might also like