Recherche

Voici les résultats de votre recherche.

methcalchim
13 Occurrences trouvées, Dernière modification :
|Introduction to Computer Science and Programming Using Python]] (edX) * [[wp>Anaconda_(Python_distribu... environment can be used to execute sample codes, using a professionnal, personnal or student login/acco... g of the theoretical way to solve a linear system using determinant and cofactors (np complexity) * t... cd05b8d|Linear Regression in 6 lines of Python]] (using scikit-learn) * [[https://datafloq.com/read/1
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/recipes... * [[http://stackoverflow.com/questions/12926393/using-adaptive-step-sizes-with-scipy-integrate-ode|Using adaptive step sizes with scipy.integrate.ode]] *
system_of_linear_equations
4 Occurrences trouvées, Dernière modification :
algorithms and //i.e.// quadratic time solutions using LU decomposition.</note> ===== Theory ===== * ... on for node # i only imlies nodes i+1 and i-1 * Using [[wp>Tridiagonal_matrix_algorithm|tridiagonal Tho... ditionned, linear systems can be solved "exactly" using linear algebra algorithms in a finite and known n... sup>3</sup> operations. Also for solving a system using these method. * If the coefficient matrix is th
numerical_integration
1 Occurrences trouvées, Dernière modification :
tization. It is interesting to check these errors using various algorithm and mesh resolution. </note>
root-finding_algorithm
1 Occurrences trouvées, Dernière modification :
d Ridders' Method * 9.4 Newton-Raphson Method Using Derivative * 9.5 Roots of Polynomials * Pyt