A question about the infinity integration
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I made the mablab code for the integration as
syms x y
fx1=exp(i*y*(x-1))/y; fx2=exp(i*y*(x+1))/y; fx11=int(fx1,y); fx22=int(fx2,y);
fxx=i/(2*pi)*(-fx11+fx22);
But the answer shows that
fx11=Ei(y*(x*i - i));
and fx22-fx11 is like - Ei(y*(x*i - i)) + Ei(y*(x*i + i))
Does anyone know what is the capital E here, is there another proper way to do the integration?
Thanks!
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!