Aller au contenu

Mathc initiation/001S

Un livre de Wikilivres.


Sommaire


Intégrale triple : Propriétés linéaires

[modifier le wikicode]

En analyse numérique, la méthode de Simpson, du nom de Thomas Simpson, est une technique de calcul numérique d'une intégrale. Khanacademy : triple integrals

Copier la bibliothèque dans votre répertoire de travail :

Les fonctions f

Propriétés linéaires :

   Première propriété : 

          (b (d (f                (b (d (f              
   (A) int(  f(x,y,z) dzdydx = int( (A) f(x,y,z) dzdydx
          (a (c (e                (a (c (e      
                 
 Deuxième propriété :

   (b (d (f                         (b (d (f              (b (d (f         
int( g(x,y,z) + h(x,y,z)dzdydx = int( g(x,y,z)dzdydx + int( h(x,y,z)dzdydx  
   (a (c (e                         (a (c (e              (a (c (e