/numerical-methods

Exploring numerical methods

Primary LanguageJavaScript

Numerical Methods

Following the text from Numerical Methods for Engineers.

Methods gone over so far:

  • Bisection method
  • Modified Secant method (which is a variation on the Newton-Raphson method)