Skip to content

Siddardha21/NUMERICAL-METHODS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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