A question about the infinity integration
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!