/Numerical_Methods

Implementations of Numerical computation routines.

Primary LanguageCMIT LicenseMIT

Numerical_Methods

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:

  1. Equations - Contains Methods that are used to find solutions to equations.
  2. Linear_Algebra - Contains Methods commonly used in Linear Algebra
  3. Calculus - Has methods for computing Derivatives and Integrals Numerically

How to use

fork the repo and you are good to go. Implement in your own projects as you need.

Contributions

Contributions are welcome!

Steps:

  • 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.