用matlab解题出现y = [ empty sym ] 为什么
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/18 09:35:28
用matlab解题出现y = [ empty sym ] 为什么
用matlab解题出现y = [ empty sym ] 为什么
当是因为无解的情况发生.
代码方便给出来吗?
我输入:
MyAlgorithm(1,1,0.2)
得到的结果是:
Warning: Explicit integral could not be found. %积分没有找到解析解
> In sym.int at 64
In MyAlgorithm at 3
Warning: Explicit solution could not be found. %解方程也没有找到解析解
> In solve at 98
In MyAlgorithm at 5
z'就没有求出来就是了.
>> syms a x
>> int('((x/(a*x*x+1-a))^2-1)^(-1/2)')
得不到解析解.
年年顺景则源广 岁岁平安福寿多 吉星高照
当是因为无解的情况发生.
代码方便给出来吗?
我输入:
MyAlgorithm(1,1,0.2)
得到的结果是:
Warning: Explicit integral could not be found. %积分没有找到解析解
> In sym.int at 64
In MyAlgorithm at 3
Warning: Explicit solution could not be found. %解方程也没有找到解析解
> In solve at 98
In MyAlgorithm at 5
z'就没有求出来就是了.
>> syms a x
>> int('((x/(a*x*x+1-a))^2-1)^(-1/2)')
得不到解析解.
年年顺景则源广 岁岁平安福寿多 吉星高照
matlab运行syms x;s=solve(x^3+cos(x)) 为什么结果总是[ empty sym ]啊,
matlab求解方程,显示empty sym
在matlab中这条语句为什么执行错误?A=sym('sin(x)cos(y)+sin(y)cos(x)');
为什么在matlab中输入syms x f=sym('x/(cos(x))^2') y(1)=diff(f)
matlab程序运行总是出现? Error using ==> sym.mpower Matrix must be sq
matlab Error using ==> sym.mpower
Matlab中使用solve命令出现sym问题
MATLAB a_n=sym(maple('rsolve({y(n+1)=(y(n)-2)/(1.25*y(n)-2),
为什么matlab中sym函数出错啊···
matlab 中 f=sym('(y.^(M-1).*exp(-y/2))./(2*M*N)')这个式子有什么问题
matlab 中,syms x 是不是相当于x=sym('x')
matlab中符号常量用sym函数如何定义