matlab书上这样写的,但是运行不了,怎么解决啊
>> r = solve('1/x = x-1')错误使用 solve>getEqns (line 418)
List of equations must not be empty.
出错 solve (line 226)
= getEqns(varargin{:}); 不是,我试出来了,我的版本比较新的原因,就不删了
>> syms x;
>> solve(,)
ans =
1/2 - 5^(1/2)/2
5^(1/2)/2 + 1/2
页:
[1]