pragyapranati / numerical-techniques

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:C 100.0%