iteration function with logarithm:
%%$$ \exp \bigl( \ln(p(z)_{k})-ln(\ln(p(z)_{k}^{'}))- \ln(1- \exp(\ln(p(z)_{k})-ln(\ln(p(z)_{k}^{'})+\ln\sum_{i\neq j}^{n}\frac{1}{z_{k}-z_{j}})$$
\begin{equation}
+\label{Log_H2}
H_{i}(z)=z_{i}^{k}-\exp \left(\ln \left(
p(z_{k})\right)-\ln\left(p(z_{k}^{'})\right)- \ln
\left(1-Q(z_{k})\right)\right),
where:
\begin{equation}
+\label{Log_H1}
Q(z_{k})=\exp\left( \ln (p(z_{k}))-\ln(p(z_{k}^{'}))+\ln \left(
\sum_{k\neq j}^{n}\frac{1}{z_{k}-z_{j}}\right)\right).
\end{equation}
This solution is applied when the root except the circle unit, represented by the radius $R$ evaluated as:
-$$R = \exp( \log(DBL\_MAX) / (2*n) )$$ where $DBL\_MAX$ stands for the maximum representable double value.
+\begin{equation}
+\label{R}
+R = \exp( \log(DBL\_MAX) / (2*n) )
+\end{equation}
+ where $DBL\_MAX$ stands for the maximum representable double value.
\section{The implementation of simultaneous methods in a parallel computer}
\label{secStateofArt}
\label{fig:01}
\end{figure}
-The figure 3, show a comparison between the execution time of the Ehrlisch-Aberth algorithm applying log-exp solution and the execution time of the Ehrlisch-Aberth algorithm without applying log-exp solution, with full polynomials degrees. We can see that the execution time for the both algorithms are the same while the polynomials degrees are less than 4500.After,we show clearly that the Ehrlisch-Aberth algorithm without applying log.exp stop to converge consequently,can not solving polynomial exceed 4500, in counterpart, applying log.exp solution the Ehrlisch-Aberth algorithm can solving very high and large full polynomial exceed 500,000 degrees.
+The figure 3, show a comparison between the execution time of the Ehrlisch-Aberth algorithm applying log-exp solution and the execution time of the Ehrlisch-Aberth algorithm without applying log-exp solution, with full polynomials degrees. We can see that the execution time for the both algorithms are the same while the polynomials degrees are less than 4500. After,we show clearly that the classical version of Ehrlisch-Aberth algorithm (without applying log.exp) stop to converge and can not solving polynomial exceed 4500, in counterpart, the new version of Ehrlisch-Aberth algorithm (applying log.exp solution) can solve very high and large full polynomial exceed 100,000 degrees.
-in fact, when the modulus of the roots are up than R given in (~\ref{eq:radiusR}),this exceed the the limited number in the mantissa of floating points representations who justify the divergence of the Ehrlisch-Aberth algorithm without log.exp. However, applying log.exp solution given in equation~\ref{alg3-update} took into account the limit of floating using the iterative function given in~\ref{eq:Aberth-H-GS}.
+in fact, when the modulus of the roots are up than \textit{R} given in ~\ref{R},this exceed the limited number in the mantissa of floating points representations and can not compute the iterative function given in ~\ref{eq:Aberth-H-GS} to obtain the root solution, who justify the divergence of the classical Ehrlisch-Aberth algorithm. However, applying log.exp solution given in ~\ref{sec2} took into account the limit of floating using the iterative function in(Eq.~\ref{Log_H1},Eq.~\ref{Log_H2}and allows to solve a very large polynomials degrees .
%we report the performances of the exp.log for the Ehrlisch-Aberth algorithm for solving very high degree of polynomial.
-\subsubsection{A comparative study between Aberth and Durand-kerner algorithm}
-
+\subsubsection{A comparative study between Ehrlisch-Aberth algorithm and Durand-kerner algorithm}
+In this part, we are interesting to compare the simultaneous methods, Ehrlisch-Aberth and Durand-Kerner in parallel computer using GPU. We took into account the execution time, the number of iteration and the polynomial's size. for the both sparse and full polynomials.
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{figures/EA_DK}
-\caption{The execution time of Ehrlisch-Aberth versus Durand-Kerner algorithm}
+\caption{The execution time of Ehrlisch-Aberth versus Durand-Kerner algorithm on GPU}
\label{fig:01}
\end{figure}
+This figure show the execution time of the both algorithm EA and DK with sparse polynomial degrees ranging from 1000 to 1000000. We can see that the Ehrlisch-Aberth algorithm are faster than Durand-Kerner algorithm, with an average of 25 times as fast. Then, when degrees of polynomial exceed 500000 the execution time with EA is of the order 100 whereas DK passes in the order 1000. %with double precision not exceed $10^{-5}$.
+
\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{figures/EA_DK_nbr}