Modules / Lectures


Sl.No Chapter Name MP4 Download
1Week 1 : Lecture 1 : IntroductionDownload
2Week 1 : Lecture 2 : Mathematical Preliminaries: Taylor ApproximationDownload
3Week 1 : Lecture 3 : Mathematical Preliminaries: Order of ConvergenceDownload
4Week 1 : Lecture 4 : Arithmetic Error: Floating-point ApproximationDownload
5Week 1 : Lecture 5 : Arithmetic Error: Significant DigitsDownload
6Week 1 : Lecture 6 : Arithmetic Error: Condition Number and Stable ComputationDownload
7Week 2 : Lecture 7 : Tutorial Session - 1: Problem SolvingDownload
8Week 2 : Lecture 8 : Python Coding: IntroductionDownload
9Week 2 : Lecture 9 : Linear Systems: Gaussian Elimination MethodDownload
10Week 2 : Lecture 10 : Linear Systems: LU-Factorization (Doolittle and Crout)Download
11Week 2 : Lecture 11 : Linear Systems: LU-Factorization (Cholesky)Download
12Week 3 : Lecture 12 : Linear Systems: Operation Count for Direct MethodsDownload
13Week 3 : Lecture 13 : Tutorial Session - 2: Python Coding for Naive Gaussian Elimination MethodDownload
14Week 3 : Lecture 14 : Tutorial Session - 3: Python Coding for Thomas AlgorithmDownload
15Week 3 : Lecture 15 : Matrix Norms: Subordinate Matrix NormsDownload
16Week 3 : Lecture 16 : Matrix Norms: Condition Number of a MatrixDownload
17Week 5 : Lecture 22 : Tutorial Session - 4: Python implementation of Jacobi MethodDownload
18Week 5 : Lecture 23 : Eigenvalues and Eigenvectors: Power Method (Construction)Download
19Week 5 : Lecture 24 : Eigenvalues and Eigenvectors: Power Method (Convergence Theorem)Download
20Week 5 : Lecture 25 : Eigenvalues and Eigenvectors: Gerschgorin's Theorem and Applications Download
21Week 5 : Lecture 26 : Eigenvalues and Eigenvectors: Power Method (Inverse and Shifted Methods)Download
22Week 6 : Lecture 27 : Nonlinear Equations: OverviewDownload
23Week 6 : Lecture 28 : Nonlinear Equations: Bisection MethodDownload
24Week 6 : Lecture 29 : Tutorial Session - 5: Implementation of Bisection MethodDownload
25Week 6 : Lecture 30 : Nonlinear Equations: Regula-falsi and Secant MethodsDownload
26Week 6 : Lecture 31 : Nonlinear Equations: Convergence Theorem of Secant MethodDownload
27Week 7 : Lecture 32 : Nonlinear Equations: Newton-Raphson's methodDownload
28Week 7 : Lecture 33 : Nonlinear Equations: Newton-Raphson's method (Convergence Theorem)Download
29Week 7 : Lecture 34 : Nonlinear Equations: Fixed-point Iteration MethodsDownload
30Lecture 35:Nonlinear Equations: Fixed-point Iteration Methods (Convergence)&Modified Newton's MethodDownload
31Week 7 : Lecture 36 : Nonlinear Equations: System of Nonlinear EquationsDownload
32Week 8 : Lecture 37 : Nonlinear Equations: Implementation of Newton-Raphson's Method as Python CodeDownload
33Week 8 : Lecture 38 : Polynomial Interpolation: Existence and UniquenessDownload
34Week 8 : Lecture 39 : Polynomial Interpolation: Lagrange and Newton FormsDownload
35Week 8 : Lecture 40 : Polynomial Interpolation: Newton’s Divided Difference FormulaDownload
36Week 8 : Lecture 41 : Polynomial Interpolation: Mathematical Error in Interpolating PolynomialDownload
37Week 9 : Lecture 42 : Polynomial Interpolation: Arithmetic Error in Interpolating PolynomialsDownload
38Week 9 : Lecture 43 : Polynomial Interpolation: Implementation of Lagrange Form as Python CodeDownload
39Week 9 : Lecture 44: Polynomial Interpolation: Runge Phenomenon & Piecewise Polynomial InterpolationDownload
40Week 9 : Lecture 45 : Polynomial Interpolation: Hermite InterpolationDownload
41Week 9 : Lecture 46 : Polynomial Interpolation: Cubic Spline InterpolationDownload
42Week 10 : Lecture 47 : Polynomial Interpolation: Tutorial SessionDownload
43Week 10 : Lecture 48 : Numerical Integration: Rectangle RuleDownload
44Week 10 : Lecture 49 : Numerical Integration: Trapezoidal RuleDownload
45Lecture 50 : Numerical Integration: Simpson's Rule Download
46Week 10 : Lecture 51 : Numerical Integration: Gaussian Quadrature RuleDownload
47Week 11 : Lecture 52 : Numerical Integration: Tutorial SessionDownload
48Week 11 : Lecture 53 : Numerical Differentiation: Primitive Finite Difference FormulaeDownload
49Lecture 54 : Numerical Differentiation: Method of Undetermined Coefficients and Arithmetic ErrorDownload
50Week 11 : Lecture 55 : Numerical ODEs: Euler MethodsDownload
51Week 11 : Lecture 56 : Numerical ODEs: Euler Methods (Error Analysis)Download
52Week 12 : Lecture 57 : Numerical ODEs: Runge-Kutta MethodsDownload
53Week 12 : Lecture 58 : Numerical ODEs: Modified Euler's MethodsDownload
54Week 12 : Lecture 59 : Numerical ODEs: Multistep MethodsDownload
55Week 12 : Lecture 60 : Numerical ODEs: Stability AnalysisDownload
56Week 12 : Lecture 61 : Numerical ODEs: Two-point Boundary Value ProblemsDownload

Sl.No Chapter Name English
1Week 1 : Lecture 1 : IntroductionDownload
Verified
2Week 1 : Lecture 2 : Mathematical Preliminaries: Taylor ApproximationDownload
Verified
3Week 1 : Lecture 3 : Mathematical Preliminaries: Order of ConvergenceDownload
Verified
4Week 1 : Lecture 4 : Arithmetic Error: Floating-point ApproximationDownload
Verified
5Week 1 : Lecture 5 : Arithmetic Error: Significant DigitsDownload
Verified
6Week 1 : Lecture 6 : Arithmetic Error: Condition Number and Stable ComputationDownload
Verified
7Week 2 : Lecture 7 : Tutorial Session - 1: Problem SolvingDownload
Verified
8Week 2 : Lecture 8 : Python Coding: IntroductionDownload
Verified
9Week 2 : Lecture 9 : Linear Systems: Gaussian Elimination MethodDownload
Verified
10Week 2 : Lecture 10 : Linear Systems: LU-Factorization (Doolittle and Crout)Download
Verified
11Week 2 : Lecture 11 : Linear Systems: LU-Factorization (Cholesky)Download
Verified
12Week 3 : Lecture 12 : Linear Systems: Operation Count for Direct MethodsDownload
Verified
13Week 3 : Lecture 13 : Tutorial Session - 2: Python Coding for Naive Gaussian Elimination MethodDownload
Verified
14Week 3 : Lecture 14 : Tutorial Session - 3: Python Coding for Thomas AlgorithmDownload
Verified
15Week 3 : Lecture 15 : Matrix Norms: Subordinate Matrix NormsPDF unavailable
16Week 3 : Lecture 16 : Matrix Norms: Condition Number of a MatrixPDF unavailable
17Week 5 : Lecture 22 : Tutorial Session - 4: Python implementation of Jacobi MethodPDF unavailable
18Week 5 : Lecture 23 : Eigenvalues and Eigenvectors: Power Method (Construction)PDF unavailable
19Week 5 : Lecture 24 : Eigenvalues and Eigenvectors: Power Method (Convergence Theorem)PDF unavailable
20Week 5 : Lecture 25 : Eigenvalues and Eigenvectors: Gerschgorin's Theorem and Applications PDF unavailable
21Week 5 : Lecture 26 : Eigenvalues and Eigenvectors: Power Method (Inverse and Shifted Methods)PDF unavailable
22Week 6 : Lecture 27 : Nonlinear Equations: OverviewPDF unavailable
23Week 6 : Lecture 28 : Nonlinear Equations: Bisection MethodPDF unavailable
24Week 6 : Lecture 29 : Tutorial Session - 5: Implementation of Bisection MethodPDF unavailable
25Week 6 : Lecture 30 : Nonlinear Equations: Regula-falsi and Secant MethodsPDF unavailable
26Week 6 : Lecture 31 : Nonlinear Equations: Convergence Theorem of Secant MethodPDF unavailable
27Week 7 : Lecture 32 : Nonlinear Equations: Newton-Raphson's methodPDF unavailable
28Week 7 : Lecture 33 : Nonlinear Equations: Newton-Raphson's method (Convergence Theorem)PDF unavailable
29Week 7 : Lecture 34 : Nonlinear Equations: Fixed-point Iteration MethodsPDF unavailable
30Lecture 35:Nonlinear Equations: Fixed-point Iteration Methods (Convergence)&Modified Newton's MethodPDF unavailable
31Week 7 : Lecture 36 : Nonlinear Equations: System of Nonlinear EquationsPDF unavailable
32Week 8 : Lecture 37 : Nonlinear Equations: Implementation of Newton-Raphson's Method as Python CodePDF unavailable
33Week 8 : Lecture 38 : Polynomial Interpolation: Existence and UniquenessPDF unavailable
34Week 8 : Lecture 39 : Polynomial Interpolation: Lagrange and Newton FormsPDF unavailable
35Week 8 : Lecture 40 : Polynomial Interpolation: Newton’s Divided Difference FormulaPDF unavailable
36Week 8 : Lecture 41 : Polynomial Interpolation: Mathematical Error in Interpolating PolynomialPDF unavailable
37Week 9 : Lecture 42 : Polynomial Interpolation: Arithmetic Error in Interpolating PolynomialsPDF unavailable
38Week 9 : Lecture 43 : Polynomial Interpolation: Implementation of Lagrange Form as Python CodePDF unavailable
39Week 9 : Lecture 44: Polynomial Interpolation: Runge Phenomenon & Piecewise Polynomial InterpolationPDF unavailable
40Week 9 : Lecture 45 : Polynomial Interpolation: Hermite InterpolationPDF unavailable
41Week 9 : Lecture 46 : Polynomial Interpolation: Cubic Spline InterpolationPDF unavailable
42Week 10 : Lecture 47 : Polynomial Interpolation: Tutorial SessionPDF unavailable
43Week 10 : Lecture 48 : Numerical Integration: Rectangle RulePDF unavailable
44Week 10 : Lecture 49 : Numerical Integration: Trapezoidal RulePDF unavailable
45Lecture 50 : Numerical Integration: Simpson's Rule PDF unavailable
46Week 10 : Lecture 51 : Numerical Integration: Gaussian Quadrature RulePDF unavailable
47Week 11 : Lecture 52 : Numerical Integration: Tutorial SessionPDF unavailable
48Week 11 : Lecture 53 : Numerical Differentiation: Primitive Finite Difference FormulaePDF unavailable
49Lecture 54 : Numerical Differentiation: Method of Undetermined Coefficients and Arithmetic ErrorPDF unavailable
50Week 11 : Lecture 55 : Numerical ODEs: Euler MethodsPDF unavailable
51Week 11 : Lecture 56 : Numerical ODEs: Euler Methods (Error Analysis)PDF unavailable
52Week 12 : Lecture 57 : Numerical ODEs: Runge-Kutta MethodsPDF unavailable
53Week 12 : Lecture 58 : Numerical ODEs: Modified Euler's MethodsPDF unavailable
54Week 12 : Lecture 59 : Numerical ODEs: Multistep MethodsPDF unavailable
55Week 12 : Lecture 60 : Numerical ODEs: Stability AnalysisPDF unavailable
56Week 12 : Lecture 61 : Numerical ODEs: Two-point Boundary Value ProblemsPDF unavailable


Sl.No Language Book link
1EnglishNot Available
2BengaliNot Available
3GujaratiNot Available
4HindiNot Available
5KannadaNot Available
6MalayalamNot Available
7MarathiNot Available
8TamilNot Available
9TeluguNot Available