Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 507 Bytes

Root finding algorithms

Implementation of main numerical methods for solving non-linear equations f(x)=0. In English and French with examples.

  1. Bisection method
  2. Secant method
  3. Newton's method
  4. Fixed point method

Try launching the notebooks directly in your browser using Github's Codespaces!

References