Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:methcalchim:start [2021/01/22 12:41] villersdteaching:methcalchim:start [2021/01/22 13:23] – [Fundamental numerical methods] villersd
Ligne 63: Ligne 63:
     * special matrix require special algorithms : tridiagonal matrix algorithm (Thomas algorithm)     * special matrix require special algorithms : tridiagonal matrix algorithm (Thomas algorithm)
   * Root findings   * Root findings
 +    * Bisection method (dichotomy) : simple and robust algorithm, invariant loop, slow convergence
 +    * iterative transformation x = f(x), convergence and divergence situations
 +    * secant and regula falsi methods, Convergence Criterion of the Fixed Point Method
 +    * Newton-Raphson method (use of derivatives), quadratic convergence, failure, tolerance and stop condition
 +    * Van Wijngaardeb-Dekker-Brent method ("black box" in numerical packages)
 +    * Roots of polynomials and Bairstow's method
   * Numerical intégration   * Numerical intégration
 </note> </note>
  • teaching/methcalchim/start.txt
  • Dernière modification : 2023/04/12 10:08
  • de villersd