Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- methcalchim
- d/]] * Includes these tools : * Jupyter notebook (interactive web-based environment) * ... . * [[https://medium.com/@denkasyanov/jupyter-notebook-tutorial-9c0ffa5ae9a1#.ufaor34wp|Jupyter Notebook Tutorial]], par Den Kasyanov (Medium) * [[h... [[https://www.datacamp.com/community/blog/jupyter-notebook-cheat-sheet|Jupyter DataCamp Cheat Sheet]]
- numerical_methods_for_ordinary_differential_equations
- ary differential equations (the Lorenz equations, note it is not Lorentz) first studied by Edward Lorenz. It is notable for having chaotic solutions for certain parame... -3d/]] (2012, Jake Vanderplas) * with Ipython notebook * [[http://nbviewer.ipython.org/gith
- system_of_linear_equations
- ====== System of linear equations ====== <note tip>Numerical methods used to solve such problem allow t... quadratic time solutions using LU decomposition.</note> ===== Theory ===== * [[wp>System_of_linear_e... : in Python, use the timeit module ===== Jupyter notebooks ===== * Example file (to be continued) : [[https://notebooks.azure.com/linusable/libraries/samples-publi
- numerical_integration
- ====== Numerical integration ====== <note tip> Calculation of definite integrals implies to replace the function by another one (usually a polynomial form) which is a goo... rs using various algorithm and mesh resolution. </note> * Equally spaced methods : * [[wp>Numeri
- partial_differential_equation
- ====== Numerical solutions of PDE ====== <note warning>In general, the numerical solutions of partial d... thods often make use of variational principles. </note> * [[wp>Numerical_partial_differential_equati... ===== References ===== * Finite Volume Method (another numerical method) * [[https://levelup.gitc
- root-finding_algorithm
- ===== Root findings : equations f(x) = 0 ====== <note tip> Algorithm used to find roots of an equation... hson) need the derivative of the function f(x). </note> * Polynomial equations : [[wp>Bairstow's_met