-\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/EA_DK}
+\caption{Ehrlisch-Aberth and Durand-Kerner algorithm on GPU}
+\label{fig:01}
+\end{figure}