Double Integral Question to solve ...

조회 수: 1 (최근 30일)
Masoud Ghanbari
Masoud Ghanbari 2013년 11월 6일
댓글: Walter Roberson 2013년 11월 6일
Any suggestion to solve this?!!!!
the int command cant solve this and if i want to use integral2 i will face the error because of symbolic intervals of y

답변 (1개)

Walter Roberson
Walter Roberson 2013년 11월 6일
int() might not be able to handle it directly, but it might be able to handle the inner integration. If so then do that and then matlabFunction() to convert it to a function handle that you can pass to integral()
  댓글 수: 2
Masoud Ghanbari
Masoud Ghanbari 2013년 11월 6일
Inner integral can not be solved by int commnad either...
what do you think to do next?!
Walter Roberson
Walter Roberson 2013년 11월 6일
The inner integral is
((2/3 * ((1/2) * x^(1/3) - (1/2)* x^(5/3) + sqrt(1 - x^(2/3)) * sqrt(1 + x^(2/3)) * ellipticf(x^(1/3), i))) * sqrt(1-x^4) + (1/3 * (-2 * sqrt(-(-1 + x^2) * (1 + x^2)) * ellipticf(x, i) - x + x^5)) * sqrt(1-x^(4/3))) / (sqrt(1 - x^(4/3)) * sqrt(1-x^4))
I think I might be able to come up with a better representation... let me check.

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

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by