Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 834 Bytes

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