一.利用syms和solve() 利用syms和sym定义一个标志变量 syms x sym(‘x’) 2.求方程根: 求x-2y=5与x+y=6的联立方程组的根: 3.对函数求微分 4.对函数求积分 5. fsolve() 相关文章: