teaching:progappchim:scipy_simple

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:progappchim:scipy_simple [2015/01/15 17:32] – [Références] villersdteaching:progappchim:scipy_simple [2015/02/03 11:38] villersd
Ligne 3: Ligne 3:
  
 ===== Directive d'importation ==== ===== Directive d'importation ====
-  * standard : <code>import scipy as sp</code>+  * Méthode standard : <code>import scipy as sp</code> 
 +  * Importation par sous-modules (//cf// le [[http://docs.scipy.org/doc/scipy/reference/api.html#guidelines-for-importing-functions-from-scipy|site de Scipy]]) : <code>from scipy import optimize 
 +from scipy import interpolate 
 +from scipy import integrate 
 +...</code>
  
 ===== Fonctionnalités ===== ===== Fonctionnalités =====
Ligne 25: Ligne 29:
   * [[http://wiki.scipy.org/Cookbook|Cookbook]]   * [[http://wiki.scipy.org/Cookbook|Cookbook]]
     * [[http://wiki.scipy.org/Cookbook/LoktaVolterraTutorial?action=show&redirect=LoktaVolterraTutorial|Lotka-Volterra]]     * [[http://wiki.scipy.org/Cookbook/LoktaVolterraTutorial?action=show&redirect=LoktaVolterraTutorial|Lotka-Volterra]]
-    * [http://wiki.scipy.org/Cookbook/BrownianMotionMouvement brownien]]+    * [[http://wiki.scipy.org/Cookbook/BrownianMotion|Mouvement brownien]]
  
  • teaching/progappchim/scipy_simple.txt
  • Dernière modification : 2019/03/22 12:07
  • de villersd