Solving cubics by polynomial fitting

作者:

Highlights:

摘要

A top-performance algorithm for solving cubic equations is introduced. This algorithm uses polynomial fitting for a decomposition of the given cubic into a product of a quadratic and a linear factor. This factorization can be computed extremely accurately and efficiently using a fixed-point iteration of the linearized fitting error. The polynomial fitting concept performs orders of magnitude better in terms of numerical accuracy and precision than any of the currently known and available algorithms for solving cubic equations. A special exception handler is presented for a reliable operation in the event of double, triple and tightly clustered roots.

论文关键词:Cubic function,Cubic solver,Root finding,Polynomial factorization,Polynomial fitting

论文评审过程:Received 15 August 2010, Revised 6 December 2010, Available online 1 January 2011.

论文官网地址:https://doi.org/10.1016/j.cam.2010.12.025