Commande InverseLaplace
InverseLaplace( <Fonction>, <Variable> ) Retourne la transformée réciproque de Laplace de la fonction donnée de la variable indiquée. |
Exemples :
InverseLaplace( exp(- a*b),a)
retourne \mathbf\{Dirac(a-b)} ;
InverseLaplace( exp(- a*b),b)
retourne \mathbf\{Dirac(b-a)}.
Voir aussi la commande Laplace .
InverseLaplace(1/(1+t^2))
retourne \mathbf\{ sin(t)}.