多项式方程求根

Matlab 函数: r = roots(c)  其中c为系数,从高到低。

 

其他方程求解函数: solve fsolve fminsearch

你可能感兴趣的:(多项式方程求根)