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

7 vues (au cours des 30 derniers jours)
秋天的奶茶
秋天的奶茶 le 18 Sep 2021
变量是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

华纳公司开户 336359.com
复杂积分,不要用符号积分 int函数,改用数值积分 integral函数

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!