This function file calculates roots of polynomial using Bairstow method
软件应用简介

This function file calculates roots of polynomial using Bairstow method
function [Root]=Bairstow(Coeff,initialGuess,MaxApproxError)
If a polynomial is ax^3+bx^2+cx+d=0 ,then input the coefficients in order in an vector as Coeff= [a b c d]
Input an initial guess i.e: initialGuess=-1
then input the maximum approximation error tolerance i.e: MaxApproxError=1e-9
The function will return the vector of all the roots of the polynomial.
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!