Matlab Won't Derive Quad Integral

5 ビュー (過去 30 日間)
Paul
Paul 2012 年 5 月 1 日
What are the limits to Matlab definite integration? I have tried symbolically as well as numerically to derive an integral but Matlab keeps returning " Warning: No Explicit Solution Can be Found".
I know there is a solution to this problem yet I cannot obtain one. Additionally, it will continue running even after outputting that statement.
Here is the code ( partial) :
f=((Z+z)/((Y-y)^2+(Z+z)^2))*((X/(sqrt((Y-y)^2+(Z+z)^2+X^2)))-((X- l)/(sqrt((Y-y)^2+(Z+z)^2+(X-l)^2))));
Intf=int(int(int(int(f,y,-h/2,h/2),z,0,w),Y,-h/2,h/2),Z,b,b+w)
Any help would be greatly appreciated.
Thanks,
Paul

回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by