us

Recherche

Voici les résultats de votre recherche.

methcalchim
20 Occurrences trouvées, Dernière modification :
ctive, with [[https://code.sololearn.com/#py|code use in web browser]] * MOOCs (massive open onlin... |Introduction to Computer Science and Programming Using Python]] (edX) * [[wp>Anaconda_(Python_distr... >The Microsoft Azure Notebooks environment can be used to execute sample codes, using a professionnal, personnal or student login/account (i.e. student l
system_of_linear_equations
6 Occurrences trouvées, Dernière modification :
near equations ====== <note tip>Numerical methods used to solve such problem allow to introduce and ex... algorithms and //i.e.// quadratic time solutions using LU decomposition.</note> ===== Theory ===== ... Time complexity analysis * Hint : in Python, use the timeit module ===== Jupyter notebooks =====... on for node # i only imlies nodes i+1 and i-1 * Using [[wp>Tridiagonal_matrix_algorithm|tridiagonal
numerical_methods_for_ordinary_differential_equations
4 Occurrences trouvées, Dernière modification :
activestate.com/recipes/577816-synchronized-chaos-using-lorenz-attractor|Synchronized Chaos using Lorenz Attractor]] * [[http://code.activestate.com/r... * [[http://stackoverflow.com/questions/12926393/using-adaptive-step-sizes-with-scipy-integrate-ode|Using adaptive step sizes with scipy.integrate.ode]]
root-finding_algorithm
4 Occurrences trouvées, Dernière modification :
: equations f(x) = 0 ====== <note tip> Algorithm used to find roots of an equation use iterations, and a numerical criterion to accept a solution when a ... s reached. The rate of convergence depends on the used method and the function f(x). Some methods (New... d Ridders' Method * 9.4 Newton-Raphson Method Using Derivative * 9.5 Roots of Polynomials *
numerical_integration
2 Occurrences trouvées, Dernière modification :
s implies to replace the function by another one (usually a polynomial form) which is a good approxima... tization. It is interesting to check these errors using various algorithm and mesh resolution. </note>
partial_differential_equation
2 Occurrences trouvées, Dernière modification :
ultigrid methods * ... These methods often make use of variational principles. </note> * [[wp>Num... ugh differences in these values. One of the most usual problems concern the chemical and thermal diff