Skip to content

Some Numerical Analysis algorithms implemented in Python.

Notifications You must be signed in to change notification settings

HadiElnemr/Numerics-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerics Codes

Techniques included:

  • Bisection method,
  • Newton's, Secant, False Position methods
  • Fixed Point method

Running

Modify f(x) then just enter
python method.py
in terminal and replace method with the suitable method name.
Input the boundary values or initial points as the prompt tells you.