explicit integral could not be found for the double integral below
Show older comments
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 Comments
Walter Roberson
on 6 Jun 2013
Is there good reason to expect that it will have a closed form ?
What are your variables of integration? x and y?
prasad joshi
on 6 Jun 2013
Walter Roberson
on 6 Jun 2013
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)
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!