求maple高手 帮小弟解决一些问题
maple吧
全部回复
仅看楼主
level 4
pdspaodan 楼主
选修课 我文科的 不会哒
求各位指教
1、    Maple有两个函数可以方便地对方程进行求解,分别是solve和fsolve,二者的区别在哪里
2、   在下面函数的调用过程中,括弧中各参数的含义是什么?(15分)
<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /> <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />下面几个式子看不懂也复制不成的,哪位哥哥有心情留下邮箱,帮忙一下啊
谢谢啊
2011年06月14日 08点06分 1
level 4
solve和fsolve都是用来求解方程(组)或者是不等式(组)的,区别在于——输出的结果上,后者使用的是浮点算法,解为浮点数解。
fsolve - solve one or more equations using floating-point arithmetic
The solve command solves one or more equations or inequalities for their solutions.

2011年07月09日 09点07分 2
1