Abstract :
In this paper, a parallel algorithm for computing the roots of a given polynomial of degree n on a ring of processors is proposed. The algorithm implements Durand-Kerner´s method and consists of two phases: initialization, and iteration. In the initialization phase all the necessary preparation steps are realized to start the parallel computation. It includes register initialization and initial approximation of roots requiring 3n-2 communications, 2 exponentiation, one multiplications, 6 divisions, and 4n-3 additions. In the iteration phase, these initial approximated roots are corrected repeatedly and converge to their accurate values. The iteration phase is composed of some iteration steps, each consisting of 3n communications, 4n+3 additions, 3n+1 multiplications, and one division.
Keywords :
approximation theory; iterative methods; multiprocessing systems; parallel algorithms; polynomials; Durand-Kerner method; iteration phase; parallel algorithm; parallel computation; parallel polynomial root extraction; Algorithm design and analysis; Clustering algorithms; Concurrent computing; Convergence; Iterative algorithms; Iterative methods; Multicast algorithms; Parallel algorithms; Polynomials; Telecommunication traffic;