Click here to Skip to main content
15,895,667 members
Articles / General Programming / Algorithms

Fast and Stable Polynomial Root Finders - Part Six

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Jan 2024CPOL11 min read 2.7K   2  
Ostrowski multi-point method for Polynomial roots
We elaborated in the part Six paper on Ostrowski's multi-point method for finding Polynomial roots and devised a modified version dealing efficiently with Polynomials with real coefficients. This paper is part of a multi-series of papers on how to use the same framework to implement different root finder methods.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Denmark Denmark
With a Master's degree in Electronic Engineering, I've further specialized in the intersection of Computer Science, Numerical Analysis, and Applied Mathematics. In my earlier career, I gained extensive experience in developing compilers, linkers, and interpreters. This foundational work has equipped me to later focus on designing high-performance algorithms for arbitrary precision arithmetic. My expertise lies in leveraging optimization techniques to solve complex problems within these domains.

Comments and Discussions