Implementation of main numerical methods for solving non-linear equations f(x)=0. In English and French with examples.
- Bisection method
- Secant method
- Newton's method
- Fixed point method
Try launching the notebooks directly in your browser using Github's Codespaces!
-
G.E. Karniadakis and R.M. Kirby, “Parallel Scientific Computing in C++ and MPI”, Cambridge University Press, March 2003.