Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 493 Bytes

NumericalAnalysisMethods

Math and C#

  • Bisection method
  • Classical Newton method
  • Simplified Newton method
  • Steffensen method
  • Chord method
  • Aitken method
  • Fixed Point Iteration method
  • Dandelin Lobachesky Graeffe method
  • Newton method for Nonlinear systems
  • Iterative methods for Systems of Equations
  • Newton Forward Divided Difference method
  • Newton Backward Divided Difference method
  • Lagrange Interpolating Polynomial
  • Aitken Interpolation Algorithm
  • Least Squares Method