Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 847 Bytes

NUMERICAL-METHODS (A0311)

NUMERICAL METHODS codes.


Python

Java


List of Methods

  1. Bisection
  2. Linear Interpolation.
  3. Newton's Fixed Point Iteration.
  4. Muller's Method.
  5. Divided Difference.
  6. Backward Interpolation.
  7. Forward Interpolation.
  8. Trapezoidal Rule.
  9. Regula Falsi Method.
  10. Euler's Method.
  11. Runge-Kutta Method.
  12. Gaussian Integration.
  13. Simpson 1/3 Method
  14. Simpson 1/8 Method.
  15. Differentiation 3 Formula Forward Difference Backward Difference Central Difference