Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| teaching:methcalchim:system_of_linear_equations [2018/10/08 16:06] – villersd | teaching:methcalchim:system_of_linear_equations [2018/10/18 10:10] (Version actuelle) – villersd | ||
|---|---|---|---|
| Ligne 17: | Ligne 17: | ||
| * Time complexity analysis | * Time complexity analysis | ||
| * Hint : in Python, use the timeit module | * Hint : in Python, use the timeit module | ||
| + | |||
| + | ===== Jupyter notebooks ===== | ||
| + | * Example file (to be continued) : [[https:// | ||
| ===== Exercices and applications ===== | ===== Exercices and applications ===== | ||
| Ligne 29: | Ligne 32: | ||
| * Using [[wp> | * Using [[wp> | ||
| * ? Python library with Thomas algorithm | * ? Python library with Thomas algorithm | ||
| + | |||
| + | ===== What you must have learned in this chapter ===== | ||
| + | * Except ill-conditionned, | ||
| + | * The accuracy is determined by the number of numerical figures which are encoded in floating point description | ||
| + | * For a general system of n equations, diagonalisation requires of the order of n< | ||
| + | * If the coefficient matrix is the same for different systems (only the independent coefficients are different), it is possible to solve systems with the order of n< | ||
| ===== References : ===== | ===== References : ===== | ||