Skip to content

If you find any errors in the work of algorithms, you can fix them by creating a pull request

License

Notifications You must be signed in to change notification settings

AlexeyShpavda/NumericalAnalysisMethods

Repository files navigation

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