何求解这种带三角函数的积分?
显示 更早的评论
变量是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 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!