-\paragraph{The impact of the thread's number into the convergence of Aberth algorithm}
-
-\begin{table}[!h]
- \centering
- \begin{tabular} {|R{2.5cm}|L{2.5cm}|L{2.5cm}|}
- \hline Thread's numbers & Execution time &Number of iteration\\
- \hline 1024 & 523 & 27\\
- \hline 512 & 449.426 & 24\\
- \hline 256 & 440.805 & 24\\
- \hline 128 & 456.175 & 22\\
- \hline 64 & 472.862 & 23\\
- \hline 32 & 830.152 & 24\\
- \hline 8 & 2632.78 & 23 \\
- \hline
- \end{tabular}
- \caption{The impact of the thread's number into the convergence of Aberth algorithm}
- \label{tab:Theimpactofthethread'snumberintotheconvergenceofAberthalgorithm}
-
-\end{table}
-
-\paragraph{A comparative study between Aberth and Durand-kerner algorithm}
-\begin{table}[htbp]
- \centering
- \begin{tabular} {|R{2cm}|L{2.5cm}|L{2.5cm}|L{1.5cm}|L{1.5cm}|}
- \hline Polynomial's degrees & Aberth $T_{exe}$ & D-Kerner $T_{exe}$ & Aberth iteration & D-Kerner iteration\\
- \hline 5000 & 0.40 & 3.42 & 17 & 138 \\
- \hline 50000 & 3.92 & 385.266 & 17 & 823\\
- \hline 500000 & 497.109 & 4677.36 & 24 & 214\\
- \hline
- \end{tabular}
- \caption{Aberth algorithm compare to Durand-Kerner algorithm}
- \label{tab:AberthAlgorithCompareToDurandKernerAlgorithm}
-\end{table}
+\begin{figure}[H]
+\centering
+ \includegraphics[width=0.8\textwidth]{figures/Compar_EA_algorithm_CPU_GPU}
+\caption{Aberth algorithm on CPU and GPU}
+\label{fig:01}
+\end{figure}
+
+
+\subsubsection{The impact of the thread's number into the convergence of Aberth algorithm}
+
+%\begin{table}[!h]
+% \centering
+% \begin{tabular} {|R{2.5cm}|L{2.5cm}|L{2.5cm}|}
+% \hline Thread's numbers & Execution time &Number of iteration\\
+% \hline 1024 & 523 & 27\\
+% \hline 512 & 449.426 & 24\\
+% \hline 256 & 440.805 & 24\\
+% \hline 128 & 456.175 & 22\\
+% \hline 64 & 472.862 & 23\\
+% \hline 32 & 830.152 & 24\\
+% \hline 8 & 2632.78 & 23 \\
+% \hline
+% \end{tabular}
+% \caption{The impact of the thread's number into the convergence of Aberth algorithm}
+% \label{tab:Theimpactofthethread'snumberintotheconvergenceofAberthalgorithm}
+%
+%\end{table}
+
+
+\begin{figure}[H]
+\centering
+ \includegraphics[width=0.8\textwidth]{figures/influence_nb_threads}
+\caption{Influence of the number of threads on the execution times of different polynomials (sparse and full)}
+\label{fig:01}
+\end{figure}
+
+\subsubsection{The impact of exp-log solution to compute very high degrees of polynomial}
+\begin{figure}[H]
+\centering
+ \includegraphics[width=0.8\textwidth]{figures/log_exp}
+\caption{The impact of exp-log solution to compute very high degrees of polynomial.}
+\label{fig:01}
+\end{figure}
+
+\subsubsection{A comparative study between Aberth and Durand-kerner algorithm}
+
+
+\begin{figure}[H]
+\centering
+ \includegraphics[width=0.8\textwidth]{figures/EA_DK}
+\caption{Ehrlisch-Aberth and Durand-Kerner algorithm on GPU}
+\label{fig:01}
+\end{figure}