mipeal / Numerical-Analysis

Basic and simple codes of Numerical Analysis methods of calculation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Analysis

Basic calculation method in c# codes.

  1. Bisection Method
  2. False Position Method
  3. Secant Method
  4. Lagrangian Method
  5. Taylor Series Method
  6. Taylor Series Method(Without Subdividing)