Implementation of well-known numerical methods.
-
Updated
Aug 8, 2021 - Python
Implementation of well-known numerical methods.
CSE330 Numerical Methods consist of various methods to linearize a polynomial, differentiate and integrate different functions by using approximations, and finally how to solve the linearized equation by using the laws of linear algebra, like Gaussian elimination, QR decomposition, etc.
A collection of projects/labs I did for a numerical methods course in my sophomore year
Add a description, image, and links to the newtons-divided-difference-approach topic page so that developers can more easily learn about it.
To associate your repository with the newtons-divided-difference-approach topic, visit your repo's landing page and select "manage topics."