Codes of Numerical Methods in Python
Project Abstract
We developed a comprehensive Python package for Numerical Methods, designed to solve various mathematical and engineering problems efficiently. This package includes implementations of root-finding methods, numerical differentiation and integration, interpolation, linear and non-linear system solvers, and numerical solutions of ODEs and PDEs. It features multiple algorithms such as Newton’s Method, Secant Method, Runge-Kutta Methods. The package is optimized for performance and accuracy, making it a valuable tool for students, researchers, and professionals in applied mathematics and computational science.
Project Supervisor
Dr. R.P. Singh and Dr. Harshita Madduri ( Assistant Professor, Department of Mathematics NIT Kurukshetra )
Mamta Saini (M.Sc. Mathematics NIT Kurukshetra, ML and DA expert )
All Videos
All Videos


Example of FDM to Solve BVP for ODE with Python Code | Full explanation of method and Code

Finite Difference method to Solve BVP for ODE with Python Code | Full explanation of method and Code

Python Code of Runge Kutta 2nd 4th Order Method | Solution of IVP numerically | #numericalanalysis
