matlab 求积分时 出现如下错误,代码如下:gamma()为伽马函数>> clear>> syms t x;>> int(int(2^(3*t)*x^(3*t-1)*exp(-2*x)/gamma(3*t),x,0,100),t,0,t)Warning:Explicit integral could not be found.ans =int(piecewise([0 < Re(t),(gamma(3*t

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/30 04:41:26

matlab 求积分时 出现如下错误,代码如下:gamma()为伽马函数>> clear>> syms t x;>> int(int(2^(3*t)*x^(3*t-1)*exp(-2*x)/gamma(3*t),x,0,100),t,0,t)Warning:Explicit integral could not be found.ans =int(piecewise([0 < Re(t),(gamma(3*t
matlab 求积分时 出现如下错误,
代码如下:gamma()为伽马函数
>> clear
>> syms t x;
>> int(int(2^(3*t)*x^(3*t-1)*exp(-2*x)/gamma(3*t),x,0,100),t,0,t)
Warning:Explicit integral could not be found.
ans =
int(piecewise([0 < Re(t),(gamma(3*t) - igamma(3*t,200))/gamma(3*t)]),t = 0..t)
请问,1.为什么出现Warning:Explicit integral could not be found.之后还能给出结果
2.这个结果好像不太对,t = 0..

matlab 求积分时 出现如下错误,代码如下:gamma()为伽马函数>> clear>> syms t x;>> int(int(2^(3*t)*x^(3*t-1)*exp(-2*x)/gamma(3*t),x,0,100),t,0,t)Warning:Explicit integral could not be found.ans =int(piecewise([0 < Re(t),(gamma(3*t
程序本身没有错,只是给出了警告:求不出显示积分,即此二重积分无法用初等函数来表示,没有解析解.只能求得数值解(方法很多),但有误差.
t = 0..t表示积分区间[0,t].

matlab 求积分时 出现如下错误,代码如下:gamma()为伽马函数>> clear>> syms t x;>> int(int(2^(3*t)*x^(3*t-1)*exp(-2*x)/gamma(3*t),x,0,100),t,0,t)Warning:Explicit integral could not be found.ans =int(piecewise([0 < Re(t),(gamma(3*t matlab画图时的坐标出现错误? matlab 省略号 出现错误 matlab 求积分如和用matlab求如下积分(p>0)不好意思,我图片粘错了 matlab程序出现Error in ==> fesin at 错误,求高手指导.在使用quad函数求积分时[s,n]=quad('fesin',-100000000000,10000000000)出现一下错误,(我的fesin是这样定义的.function funz=fesin(x)funz=691200.*x./((1+9./0.7.*x^2)^4./3 matlab程序出现Error in ==> fesin at 错误,求高手指导.在使用quad函数求积分时[s,n]=quad('fesin',-100000000000,10000000000)出现一下错误,(我的fesin是这样定义的.function funz=fesin(x)funz=691200.*x./((1+9./0.7.*x^2)^4./3 在用matlab解一个方程时出现如下错误,求指教 方程是这样的S=A0+A1*x^2+A2*x^4+A3*x^6+A4*x^8+A5*x^10 ;solve(S)但出现的结果如下Error using ==> solveUnable to find closed form solution.Error in ==> sym.solve at 49[varargout{1 编写一个求定积分的函数,功能如下:已知一个函数表达式、积分上限、积分下限,返回定积分.用MATLAB! matlab求定积分f=x^3*sin(x)^2)/(x^6+2*x^4+1)求f在(-1,1)上的定积分代码如下:>> fun=inline('(x^3*sin(x)^2)/(x^6+2*x^4+1)','x');>> Isim=quad(fun,-1,1)提示有错误,顺便问一下还有那些数值方法求定积分 MATLAB提示错误This statement is incomplete,如下:刚才的问题已经解决了,但是又出现新的问题了,如下: MATLAB中用size函数求图像的行数和列数时,为什么出现如下结果? matlab做常系数微分方程时 syms x y;y=dsolve(['d3y+3*d1y-4*y=','x'])出现如下错误Error using ==> mapleat offset 2,`}` unexpected matlab进行数值积分时出现 Reached the maximum number of function evaluations是什么意思, 用matlab求椭圆周长,数值积分法.椭圆形式如下:x^2/4+y^2/9=1 Matlab 里 运行时出现了Ambiguous property name.的错误 matlab符号积分时,结果中出现复数是什么原因?比如y=1/(t+2*(r-sqrt(x*(2*r-x))))对x积分,结果中出现虚数 求matlab求定积分的问题~%积分函数function f=jifen(x)a=6378245;b=6356863;e=sqrt((a^2+b^2)/(a^2));f=a^2*(1-e^2)*(cos(x))/((1-((e^2)*(sin(x))^2))^2);%积分函数完在命令窗口输入[S,n]=quad('jifen',0,54*pi/180)后回车出现错误信 matlab求下列表达式的积分