Help with int(x), getting erf in answer

I am trying to take the definite integral of e^(-x^2)*sin(x) from 0 to inf and keep getting a weird answer. Here is my code and the result:
>> syms x real
>> int(exp(-x^2)*sin(x),x,0,inf)
ans =
-(pi^(1/2)*erf(1i/2)*exp(-1/4)*1i)/2
Any help on what I am doing wrong would be much appreciated. Thanks.

댓글 수: 1

John D'Errico
John D'Errico 2015년 8월 14일
편집: John D'Errico 2015년 8월 14일
And, why do you think there is a problem? erf is well defined.
vpa(erf(sym('1i/2')))
ans =
0.61495209469651098083968118562364i

댓글을 달려면 로그인하십시오.

답변 (1개)

Star Strider
Star Strider 2015년 8월 14일

0 개 추천

You’re not doing anything wrong. See the definition of erf and the reason should be straightforward.

태그

질문:

2015년 8월 13일

편집:

2015년 8월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by