C code implementations of numerical algorithms:
- Bisection method
- Gauss-Seidel method
- Incremental search method
- Jacobi method
- LU decomposition
- Newton-Raphson method
- Power method
- QR decomposition
- Regula falsi method
- Simpson 1/3
- Simpson 3/8
- Runge Kutta 4th order
- Adam Bashforth
- Trapezoidal
- Taylor Series Integration
These algorithms are commonly used in computational mathematics and engineering for solving various types of equations and problems.