Lin-Bairstow algorithm for Polynomial Roots
|
02-22-2022, 11:02 PM
(This post was last modified: 03-02-2022 01:57 AM by Thomas Klemm.)
Post: #4
|
|||
|
|||
RE: Lin-Bairstow algorithm for Polynomial Roots
(11C) Bairstow's Method explains the algorithm and gives an example.
Using Optimization to Extract Roots of Real Coefficient Polynomials is an older post by Namir with Matlab programs. There are links to other algorithms, among them the Durand-Kerner method. In an earlier thread I mentioned Polynomials for the HP-41 where you can find Quadratic factors which also uses Bairstow's method. There I also mentioned an article in PRISMA, the magazine of the former CCD, where I first came across this method. Thanks to Jürgen Keller and Martin Hepperle I finally found it in the collection of the PRISMA Zeitschriften 1982 – 1992:
Recently Robert van Engelen wrote programs for both the Aberth method and the Weierstrass / Durand-Kerner method. Example \(P(x)=2x^5-9x^4+15x^3+65x^2-267x+234=0\) Start the Program Code: XEQ "LINBST" Insert the Coefficients Code: A<0>? Initialize the Guesses Code: R INIT? Results Code: R1=2.00000 Summary Factors \(2x^5-9x^4+15x^3+65x^2-267x+234=\) \((x^2+1.5x-4.5)(x^2-4x+13)(2x-4)=\) \((x-1.5)(x+3)(x^2-4x+13)2(x-2)=\) \((2x-3)(x-2)(x+3)(x^2-4x+13)\) Solutions \(x_1=2\) \(x_2=1.5\) \(x_3=2+3i\) \(x_5=2-3i\) \(x_5=-3\) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Lin-Bairstow algorithm for Polynomial Roots - Namir - 02-16-2022, 12:56 PM
RE: Lin-Bairstow algorithm for Polynomial Roots - floppy - 02-21-2022, 11:53 AM
RE: Lin-Bairstow algorithm for Polynomial Roots - Namir - 02-21-2022, 10:18 PM
RE: Lin-Bairstow algorithm for Polynomial Roots - Thomas Klemm - 02-22-2022 11:02 PM
RE: Lin-Bairstow algorithm for Polynomial Roots - robve - 02-23-2022, 06:31 PM
|
User(s) browsing this thread: 1 Guest(s)