DMUG-Archiv 2000

Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

Re: AW: Probleme beim Loesen eines Integrals

> Needs["Miscellaneous`RealOnly`"]
> 

Nicht mal das Zusatzpackage ist nötig.
Mma 4 hat doch die Assumptions:

In[1]:= Integrate[Sin[t*u - x]*Exp[-2.02*10^-7 * u^2],{u,-Infinity,Infinity}]

                       -3943.66 Sin[x]
Out[1]= If[Im[t] == 0, ---------------, 
                                  6  2
                        1.23762 10  t
                       E
 
               Sin[t u - x]
>    Integrate[-------------, {u, -Infinity, Infinity}]]
                       -7  2
                2.02 10   u
               E

In[2]:= Integrate[Sin[t*u - x]*Exp[-2.02*10^-7 * u^2],{u,-Infinity,Infinity},
        Assumptions -> {Element[t, Reals]}]

        -3943.66 Sin[x]
Out[2]= ---------------
                   6  2
         1.23762 10  t
        E

Gruß,

Thomas Hahn


Verweise:
Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

DMUG DMUG-Archiv, http://www.mathematica.ch/archiv.html