Numerical Methods are methods for approximating or solving equations with the help of computation.
All code was written in C (C99) and compiled using GNU GCC
The Repository contains three folders:
- Equations - Contains Methods that are used to find solutions to equations.
- Linear_Algebra - Contains Methods commonly used in Linear Algebra
- Calculus - Has methods for computing Derivatives and Integrals Numerically
fork the repo and you are good to go. Implement in your own projects as you need.
Contributions are welcome!
- Fork this repo / clone it
- Create a C code and provide sample tests
- Put the C code in appropriate folder
- Create a new folder as per requirement
Done! You are good to go.