何求解这种带三角函数的积分?

变量是x a,r可当做常数计算。
syms x
F=(1-x*cot(x))/sqrt(1-(((r-R0)/(R-R0))^2)*sin(x));
int(F,x,[asin((a-R0)/(r-R0)) pi/2]);

 采纳的回答

0 个投票

复杂积分,不要用符号积分 int函数,改用数值积分 integral函数

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!