Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 289 Bytes

Numerical Methods

What Methods In This App:

  • Interpolation Polynomial(Linear & Cuadratic)
  • Bisection
  • Regula Falsi
  • Secant
  • Fixed Point Iteration
  • Newton Raphson