Numerical Analysis and Computer programming

Good Books for reference:

  1. Numerical analysis (R. L. Burden and J. D. Faires)


Syllabus for Numerical analysis and computer programming

Numerical methods: Solution of algebraic and transcendental equations of one variable by bisection, Regula-Falsi and Newton-Raphson

methods

Lecture 1: Numerical Analysis (Root finding methods)

Download pdf Lecture 1

Lecture 2: Numerical Analysis (Bisection method introduction)

Download pdf Lecture 2

Lecture 3: Numerical Analysis (Problem based on bisection method)

Download pdf Lecture 3

Lecture 4: Numerical Analysis (Number of iterations for bisection method)

Download pdf Lecture 4

Lecture 5: Numerical Analysis (Questions on Bisection method)

Download pdf Lecture 5

Lecture 6: Numerical Analysis (Fixed point iteration method introduction)

Download pdf Lecture 6

Lecture 7: Numerical Analysis (Number of iterations in fixed point iteration method)

Download pdf Lecture 7

Lecture 8: Numerical Analysis (Problems on Fixed point iteration method)

Download pdf Lecture 8

Lecture 9: Numerical Analysis (Problems on fixed point iteration method-2)

Download pdf Lecture 9

Lecture 10: Numerical Analysis (Newton method)

Download pdf Lecture 10

Lecture 11: Numerical Analysis (Problems on Newton method)

Download pdf Lecture 11

Lecture 12: Numerical Analysis (Secant method)

Download pdf Lecture 12

Lecture 13: Numerical Analysis (order of convergence definition)

Download pdf Lecture 13

Lecture 14: Numerical Analysis (Order of convergence of bisection and Newton method)

Download pdf Lecture 14

Lecture 15: Numerical Analysis (Order of convergence of fixed point iteration method)

Download pdf Lecture 15

Lecture 16: Numerical Analysis (Problems on order of convergence of fixed point iteration method)

Download pdf Lecture 16

Lecture 17: Numerical Analysis (Modified Newton method(why do we need it?))

Download pdf Lecture 17

Lecture 18: Numerical Analysis (Modified Newton method)

Download pdf Lecture 18

Solution of system of linear equations by Gaussian elimination and Gauss-Jordan (direct), Gauss-Seidel(iterative) methods

Newton’s (forward and backward) interpolation

Please note this content would be covered later.

Lagrange’s interpolation

Lecture 19: Numerical Analysis (Lagrange interpolation)

Download pdf Lecture 19

Lecture 20: Numerical Analysis (Error introduced in Lagrange interpolation)

Download pdf Lecture 20

Lecture 21: Numerical Analysis (Problems one error bound of Lagrange interpolation)

Download pdf Lecture 21

Numerical integration: Trapezoidal rule, Simpson’s rules, Gaussian quadrature formula

Numerical Integration 1 (Formula for the trapezoidal rule)

Download pdf Numerical Integration 1 and 2

Numerical Integration 2 (Error in trapezoidal rule)

Numerical Integration 3 (Simpsons 1/3 rule of integration)

Download pdf Numerical Integration 3

Numerical Integration 4 (Degree of precision or accuracy)

Download pdf Numerical Integration 4

Numerical solution of ordinary differential equations: Euler and Runga Kutta-methods

Computer Programming: Binary system; Arithmetic and logical operations on numbers; Octal and Hexadecimal systems

Conversion to and from decimal systems

Algebra of binary numbers

Elements of computer systems and concept of memory

Basic logic gates and truth tables

Boolean algebra

Normal forms

Representation of unsigned integers

Signed integers and reals

Double precision reals and long integers

Algorithms and flow charts for solving numerical analysis problems

Please note this content would be covered later.