Warning: Explicit integral could not be found.
古いコメントを表示
Hi
I'm trying to solve this integral but it gives me this error: Warning: Explicit integral could not be found.
syms a b
Q = (1/(2*pi*lams)) * exp( - (a^2 + b^2)/(2*lams));
q = int(int(Q,b,0,sqrt((lams^2) - (a^2))),a,0,lams);
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 6 月 26 日
0 投票
It does not have any obvious closed form integral. Do you have reason to expect that there is a closed form for it?
3 件のコメント
Roger Stafford
2013 年 6 月 26 日
But it does, Walter, as I have just pointed out, but 'int' is not able to find it.
Walter Roberson
2013 年 6 月 26 日
My answer was being prepared before yours was posted ;-)
Roger Stafford
2013 年 6 月 26 日
I'm sorry. I should have made allowance for that before complaining.
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!