Matlab Won't Derive Quad Integral
조회 수: 7 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!