-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sandip Dutta edited this page Mar 8, 2020
·
2 revisions
Numerical Methods were devised to find approximate solutions to problems using computers. Many numerical methods exist which help us with our daily tasks.
- Finding Roots of A polynomial Equation
- Finding solution to system of linear equations
- Finding EigenValues and EigenVectors
- Calculating Integrals and many more...
I created this repository to upload C code to implement these numerical methods