matlab solve x./(x.^2+10)=0.1581 ' is not a valid expression or equation.提示我这个,我这个方程哪里错了?

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 17:01:41

matlab solve x./(x.^2+10)=0.1581 ' is not a valid expression or equation.提示我这个,我这个方程哪里错了?
matlab solve
x./(x.^2+10)=0.1581 ' is not a valid expression or equation.提示我这个,我这个方程哪里错了?

matlab solve x./(x.^2+10)=0.1581 ' is not a valid expression or equation.提示我这个,我这个方程哪里错了?
' x./(x.^2+10)=0.1581 ' 中不能加点,
solve('x/(x^2+10)=0.1581')

ans =

3.1206470113258002641377679834919
3.2044636781112648845023332182791


>> solve('x./(x.^2+10)=0.1581')
? Error using ==> solve at 77
' x./(x.^2+10)=0.1581 ' is not a valid expression or equation.

用MATLAB如何解指数方程matlab中用solve解 下面的方程解不了,solve('x^0.65-0.1875*x^-0.35+1.991-1.991*x=0.8125','x') matlab solve函数 xmaxr=solve(dydx,x)其中dydx是一个x和r的多项式 matlab 中solve循环比如:i=1:10 s=solve('x^3+x^2+x=1=i','x')要正根 matlab中,定义了y='x+1',如果调用solve(‘eq1’,即要求solve('x+1=0','x'). matlab 中 运行:[x]=solve('90-atan(0.1*x)-atan(0.2*x)=51) 为什么不行啊? matlab运行syms x;s=solve(x^3+cos(x)) 为什么结果总是[ empty sym ]啊, 用matlab解指数方程solve('6600*(exp^((-0.1155)*x)-exp^((-0.1386)*x))=200','x')要怎么算. matlab新手求解3:solve函数.我输入solve('x^3+5*x-8'),结果求得三个解:.我只想使用第一个解,如何将其从solve()中提取出来.输入[a b c ]=solve('x^3+5*x-8')时matlab报错,查了资料才知道solve函数的返回值 Matlab中solve函数的特殊应用y=f(x);solve('y=0','x');因为f(x)非常复杂,需要定义几个函数.那么用solve的时候如何实现呢? matlab中t调用maple求不等式这样可以吗?maple('solve({x+4>1,x-2 matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336我用的是x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')但是报错Undefined function 'solve' for input arguments of type 'char'.Error in hw5 (line 2)x=solve('(5./6).^3./x.*(1+0.2.*x matlab solve函数解方程错在哪里输入:syms xf=sym('-x^3+x^2-1=0')v=solve(f)w=double(v)结果:Attempt to execute SCRIPT solve as a function.Error in ==> sym.solve at 49[varargout{1:max(1,nargout)}] = solve(S{:});Error in ==> solve at 3v=so matlab solve解符号函数问题为什么用solve函数可以解出【log(x)=c'】,解不出【b*(a+x)*log(x)=c】的x值?如何解>> solve('5*(60+x)*log(x)=10')ans =1.0333118065736867150074014102319>> solve('b*(a+x)*log(x)=c')Error using ==> solveU matlab中,语句x=solve('x+cos(x)=0.6')可以得出结果,为什么语句H0=0.1;x=solve('x+cos(x)=0.5+H0')得不出结果呢? matlab求解三角函数.cos(x)*cosh(x)=1 我用solve(cos(x)*cosh(x)=1,x) 为什么结果只有0解. '如何用matlab求解 4*x.^4-4*x.^2 =0的解,好像matlab不能计算,至少fzero和solve函数解不出来, 在MATLAB中x1=solve('x^2+2*x+1')这个语句为什么是错的为什么是这样呢,我的matlab是没有solve才解得出来 用matlab 解方程 x=solve('(-3/40)*x*exp(-0.0025*(250.6*x-74.4).-sqrt(1-x^2)','x') 后 没有结果想用matlab 这个方程 x=solve('(-3/40)*x*exp(-0.0025*(250.6*x-74.4).-sqrt(1-x^2)','x') 是我那里输入错了吗?