用int函数得到的结果仍然带int,如何处理?。

조회 수: 2 (최근 30일)
ag百家乐官方网站【微8785092】
代码:
syms x L;
g = 3*(x^3) + 8*(x^(3/2))/sqrt(pi);
w = 1/sqrt(L*x - x^2);
f = g * w/pi;
g0 = int(f,x,0,L)
结果:
g0 =
int((3*x^3 + (18014398509481984*x^(3/2))/3991211251234741)/(pi*(L*x - x^2)^(1/2)), x, 0, L)
是因为被积函数不存在原函数的原因?想得到积分的结果,求助! 感谢

채택된 답변

AG百家乐官方最新网址【微8785092】
你的原因推测挺对的
当然也可能是软件计算能力不够强

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!