Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 211 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 211 Bytes

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)