Skip to content

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

Notifications You must be signed in to change notification settings

apurva313/Numerical-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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