explicit integral could not be found for the double integral below
이전 댓글 표시
Dear all,
i am trying to solve double integral of the following function but it says
,Warning :explicit integral could not be found
please help
the function is
q = int(int(((6*alpha*xm3*yn*xm*yn)/(a+(alpha*x))),0,1),0,1)
where
xm = sin((pi*x)/a)
xm3 = diff(xm,3)
yn =sin(((pi*y)/b)
alpha =0.1
a= 1
b= 1
please help thank you in advance
prasad joshi
댓글 수: 3
Walter Roberson
2013년 6월 6일
Is there good reason to expect that it will have a closed form ?
What are your variables of integration? x and y?
prasad joshi
2013년 6월 6일
Walter Roberson
2013년 6월 6일
To check: does diff(xm,3) mean diff(diff(diff(xm,x),x),x) ?
If it does then the solution appears to be
-(3/2)*pi^3*(Si(22*pi)-Si(20*pi))
where Si is the "sine integral", int(sin(t)/t, t=0..x)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!