matlab求含有多个参数的复杂函数的定积分
matlab求含有多个参数的复杂函数的定积分求函数函数y=1/t(x)对x的定积分,积分区间为(0,m);其中:t(x)=t+2(r-sqrt(r^2-(m/2-x)^2));我用的语句是:syms t r m x;y=1/(t+2(r-sqrt(r^2-(m/2-x)^2)));int_y=int(y,x,0,m)为什么求不出结果?而matlab提示:Warning:Explicit integral could not be found.那有什么方法可以求呢?
最佳回答
Warning:Warning,unable to determine if r+1/2*m is between 0 and m; try to use assumptions orset _EnvAllSolutions to trueWarning:Warning,unable to determine if -r+1/2*m is between 0 and m; try to use assumptions orset _EnvAllSolutions to trueWarning:Warning,unable to determine if 1/2*m-1/2*(-t*(t+4*r))^(1/2) is between 0 and m; try touse assumptions or set _EnvAllSolutions to trueWarning:Warning,unable to determine if 1/2*m+1/2*(-t*(t+4*r))^(1/2) is between 0 and m; try touse assumptions or set _EnvAllSolutions to trueWarning:Explicit integral could not be found。> In sym。int at 58In Untitled at 6 int_y =int(1/(t+2*r-(4*r^2-m^2+4*m*x-4*x^2)^(1/2)),x = 0 。。m)你的这个 表达式 太复杂了。MATLAB用现有 的方法 求不出来
最新回答共有2条回答
-
2026-04-09 07:37:15迷路的月饼
回复Warning:Warning,unable to determine if r+1/2*m is between 0 and m; try to use assumptions orset _EnvAllSolutions to trueWarning:Warning,unable to determine if -r+1/2*m is between 0 and m; try to use assumptions orset _EnvAllSolutions to trueWarning:Warning,unable to determine if 1/2*m-1/2*(-t*(t+4*r))^(1/2) is between 0 and m; try touse assumptions or set _EnvAllSolutions to trueWarning:Warning,unable to determine if 1/2*m+1/2*(-t*(t+4*r))^(1/2) is between 0 and m; try touse assumptions or set _EnvAllSolutions to trueWarning:Explicit integral could not be found。> In sym。int at 58In Untitled at 6 int_y =int(1/(t+2*r-(4*r^2-m^2+4*m*x-4*x^2)^(1/2)),x = 0 。。m)你的这个 表达式 太复杂了。MATLAB用现有 的方法 求不出来
热门文章
- 康达学院专转本五年制
- 高考一个考场分ab卷吗
- not only but also用法
- 某物体做自由落体运动,从释放开始计时,则物体在前2s内的平均速度为______m/s,物体下落2m时的速度大小为______m/s.
- 三角函数公式大全表格
- 地理中考必背知识点2022
- 2013-2014学年小学六年级科学上学期期末考试试卷及答案
- 人教版2014-2015学年小学五年级英语第二学期期中教学质量检测试卷及答案
- 【Linux驱动开发】设备树详解(二)设备树语法详解
- 别跟客户扯细节
- 在别的城市买房子能落户吗
- 卖房前要把装修贷还完吗
- 高中政治教学提高教学效果的方法探究
- “互联网+”背景下的初中英语课堂教学改革与创新策略研究
- 2022年终止合同范本
- 租房合同范本范文
- 如何挑选土豆
- 如何挑选土鸡
