Bairstow method; finding the roots of polynomial.

Versión 1.0.2 (1,71 KB) por 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.
77 descargas
Actualizado 12 jun 2022

Ver licencia

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

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

changed profile picture

1.0.1

Added remarks for easier code comprehension.

1.0.0