teaching:methcalchim:system_of_linear_equations

Ceci est une ancienne révision du document !


System of linear equations

Numerical methods used to solve such problem allow to introduce and experiment on Time_complexity, considering cubic time behavior of standard algorithms and i.e. quadratic time solutions using LU decomposition.
  • Exercices :
    • write a python function for diagonalisation with partial pivoting
    • random numbers → linear systems
    • comparison with numpy standard library
    • measurements of execution time to check cubic complexity
  • Thermal diffusion and chemical diffusion (transient or stationary) on a regular 1D space with equidistant steps. ODE equations can be writen such a given evolution equation for node # i only imlies nodes i+1 and i-1
  • Using tridiagonal Thomas algorithm allows to save computational time thanks to n complexity
  • ? Python library with Thomas algorithm
Ce site web utilise des cookies. En utilisant le site Web, vous acceptez le stockage de cookies sur votre ordinateur. Vous reconnaissez également que vous avez lu et compris notre politique de confidentialité. Si vous n'êtes pas d'accord, quittez le site.En savoir plus
  • teaching/methcalchim/system_of_linear_equations.1539007604.txt.gz
  • Dernière modification : 2018/10/08 16:06
  • de villersd