Skip to content
Sandip Dutta edited this page Mar 8, 2020 · 2 revisions

Welcome to the Numerical_Methods.

Numerical Methods were devised to find approximate solutions to problems using computers. Many numerical methods exist which help us with our daily tasks.

Some Common tasks for which numerical methods are useful are:

  1. Finding Roots of A polynomial Equation
  2. Finding solution to system of linear equations
  3. Finding EigenValues and EigenVectors
  4. Calculating Integrals and many more...

I created this repository to upload C code to implement these numerical methods

Clone this wiki locally