bhy521 发表于 2006-11-16 11:13

为什么按照书上写的也出错???

请高手指教 我按照书上写的为什么总是出错。
书上并没有出错啊,在此谢谢了!
>> clear
>> solve('x^2-x-6=0')
??? Undefined function or variable 'fuction'.

Error in ==> maple at 104
fuction = maplemex(statement);

Error in ==> solve at 62
maple('_EnvExplicit := true;');


>> clear
>> syms x n
>> f=x^2;
??? Undefined function or variable 'fuction'.

Error in ==> maple at 104
fuction = maplemex(statement);

Error in ==> sym.maple at 85
= maple(statement);

Error in ==> sym.mpower at 17
   B = maple(A,'^',p);

xjzuo 发表于 2006-11-16 11:46

运行如下:
%%%%%%%%%%
clear
solve('x^2-x-6=0')
%%%%%%%%%%
ans =

[ -2]

%%%%%%%%%%
如果这样运算都有问题,那建议你重装Matlab.

bhy521 发表于 2006-11-16 20:09

谢谢!可能是系统出问题了.

songzy41 发表于 2006-11-17 09:02

估计是toolbox没有链接好。

lsq001 发表于 2006-11-17 09:28

其实有时候书本上给的也有错的地方的
更多时候
还是主要用作参考作用吧
“尽信书不无无书”
书本有时候只是起到一个抛砖引玉
台阶入门的作用吧
页: [1]
查看完整版本: 为什么按照书上写的也出错???