Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 346 Bytes

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.