Skip to content

SHAHMACP/Python-Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python-Numerical-Methods


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.

Contents

The programs are categorized into two parts:

Part A - Root Finding, Interpolation, Differentiation, and Integration

  1. Bisection Method
  2. Newton-Raphson Method
  3. Lagrange Interpolation
  4. Newton’s Interpolation
  5. Numerical Differentiation (Continuous Function)
  6. Numerical Differentiation (Tabulated Function)
  7. Trapezoidal Rule of Integration
  8. Simpson’s Rule of Integration

Part B - Solving Linear Systems and ODEs

  1. Gauss Elimination with Pivoting
  2. Gauss-Seidel Iteration
  3. Euler’s Method
  4. Runge-Kutta Method of Order 2
  5. Runge-Kutta Method of Order 4
  6. Eigenvalue Evaluation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published