Course Assessment Strategy Reference Practice Booklist
Course Assessment Strategy Reference Practice Booklist
PC-B
Numerical analysis, area of mathematics and computer science that creates, analyzes, and implements
algorithms for obtaining numerical solutions to problems involving continuous variables. Such problems
arise throughout the natural sciences, social sciences, engineering, medicine, and business. Since the
mid 20th century, the growth in power and availability of digital computers has led to an increasing use
of realistic mathematical models in science and engineering, and numerical analysis of increasing
sophistication is needed to solve these more detailed models of the world. The formal academic area of
numerical analysis ranges from quite theoretical mathematical studies to computer science issues. With
the increasing availability of computers, the new discipline of scientific computing, or computational
science, emerged during the 1980s and 1990s. The discipline combines numerical analysis, symbolic
mathematical computations, computer graphics, and other areas of computer science to make it easier
to set up, solve, and interpret complicated mathematical models of the real world.
The aim of this course is to teach the students’ different numerical methods which are essential in many
areas of modern life. This course will develop their programming knowledge and analysis ability of the
underlying mathematics in popular software packages. From this course, students’ will learn:
CO1 Solve differential equations that arises in the field of engineering and
interpret the result.
CO2 Estimate errors in calculation of various methods
CO3 Develop codes and analyze its efficiency level
CO4 Explain numerical procedures that are used in developing different software
packages
CO5 Apply knowledge and skills to optimize a problem
PO’s PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO’s
CO1 √ √
CO2 √ √
CO3 √ √
CO4 √ √
CO5 √ √
2.1. Syllabus:
Solution to simultaneous linear equations: tri-diagonal systems and Thomas’ method, Iteration method
of Jacob and Gauss-Seidel;—Non-linear equations: Bisection method, Newton–Raphson method.
Matrices: Norm, condition number with interpretation, LU decomposition, QR decomposition, SVD.
Interpolation: Newton’s forward, backward and divided difference. Cubic spline method, Curve fitting:
Least square method for linear and non-linear case, Bezier curves and B-spline curves, Function-
approximation by Chebyshev polynomial. IVP: Range-Kutta method, Milne’s method; BVP: Finite
difference method; CVP: Power method, QR method. Numerical Integration: Trapezoidal rule,
Simpson’s 1/3 rule, Weddle rule, use of cubic spline.
03 to a. Bisection, Iteration and Prove results for various numerical 2/3 problems
05 Newton Raphson method root finding methods related
to solve algebraic and
Perform an error analysis for a given to discussion in the
transcendental equations
numerical method
with algorithm class
Code a numerical method in a
modern computer language
** CLASS TEST 01
**
** ASSIGNMENT
**
Text Book(s):