This repository contains Python implementations of various numerical methods, as practiced in the Fourth Semester M.Sc. Mathematics Lab course (Elective-07: Computer Oriented Numerical Analysis) during 2017-2019.
The programs are categorized into two parts:
- Bisection Method
- Newton-Raphson Method
- Lagrange Interpolation
- Newton’s Interpolation
- Numerical Differentiation (Continuous Function)
- Numerical Differentiation (Tabulated Function)
- Trapezoidal Rule of Integration
- Simpson’s Rule of Integration
- Gauss Elimination with Pivoting
- Gauss-Seidel Iteration
- Euler’s Method
- Runge-Kutta Method of Order 2
- Runge-Kutta Method of Order 4
- Eigenvalue Evaluation