Skip to content

prakhar19/Numerical-Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Numerical Methods

All code currently in C++. Should run in C too with some minor print statement changes.

These were done as a part of my college course.

Included Numerical Methods (C++)

Currently includes the following:

  • Bisection Method
  • Newton Raphson
  • Gaussian Elimination
  • Gaussian Elimination with Partial Pivoting
  • Gaussian Elimination with Scaled Partial Pivoting
  • LU Decomposition
  • Jacobi method
  • Gauss-Seidal method
  • Successive Over-relaxation method
  • Lagrange Polynomial Interpolation
  • Newton Polynomial Interpolation
  • Composite simpson's one-third rule Integration
  • Composite Trapezoidal Integration
  • Gaussian Legendre Quadrature
  • Gaussian Legendre Quadrature (2D) - To solve definite double integrals of type ∫∫ f(x, y) dxdy
  • Euler's Method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages