Bairstow method; finding the roots of polynomial.

版本 1.0.2 (1.7 KB) 作者: Minjae Cho
Using Division property: P(x) = (x^2 -ux +v)*Q(x) + R(x); To find correct u and v that makes R(x) = 0 so that (x^2 -ux + v) can be a root.
85.0 次下载
更新时间 2022/6/12

查看许可证

Each iteration finds correction values for du and dv, so that R(x) = 0.

引用格式

Minjae Cho (2024). Bairstow method; finding the roots of polynomial. (https://www.mathworks.com/matlabcentral/fileexchange/113150-bairstow-method-finding-the-roots-of-polynomial), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.2

changed profile picture

1.0.1

Added remarks for easier code comprehension.

1.0.0