文件名称:Bairstow方法:此函数文件使用Bairstow方法计算多项式的根-matlab开发
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-17 18:47:52
matlab
函数 [Root]=Bairstow(Coeff,initialGuess,MaxApproxError) 如果多项式为ax ^ 3 + bx ^ 2 + cx + d = 0,则将向量中的系数按顺序输入为Coeff = [abcd] 输入初始猜测,即:initialGuess = -1 然后输入最大近似误差容限,即:MaxApproxError = 1e-9 该函数将返回多项式所有根的向量。
【文件预览】:
Bairstow.m.zip