Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Techniques

C code implementations of numerical algorithms:

  1. Bisection method
  2. Gauss-Seidel method
  3. Incremental search method
  4. Jacobi method
  5. LU decomposition
  6. Newton-Raphson method
  7. Power method
  8. QR decomposition
  9. Regula falsi method
  10. Simpson 1/3
  11. Simpson 3/8
  12. Runge Kutta 4th order
  13. Adam Bashforth
  14. Trapezoidal
  15. Taylor Series Integration

These algorithms are commonly used in computational mathematics and engineering for solving various types of equations and problems.

About

C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages