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

变量是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]);

 Réponse acceptée

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!