apurva313 / Numerical-Method

Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.

Home Page:https://github.com/apurva313/Numerical_Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Methods

Numerical methods greatly expand the types of problems you can address. They are capable of handling large systems of equations nonlinearities, and complicated geometries that are not uncommon in engineering and science and that are often impossible to solve analytically with standard calculus.

numerical-methods

Authors

Features

  • Runge-Kutta Methods
  • Bisection Methods
  • Secant Methods
  • Newton Raphson Methods
  • Lagrange Methods
  • Euler's Methods
  • Taylor's Methods
  • LU Factorization Methods
  • Newton Forward
  • Newton Backward
  • GaussElimination Method
  • Regula Falsi Methods
  • Simpsonsonethird Rule
  • Trapezoidal Rule
  • Weddles Rule