Advertisement
Guest User

Untitled

a guest
Mar 17th, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[english]{babel}
  3. \usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
  4. \usepackage{amsmath}
  5. \usepackage{graphicx}
  6. \usepackage[colorlinks=true, allcolors=blue]{hyperref}
  7. \usepackage{gensymb}
  8. \usepackage{multirow,tabularx,ragged2e,booktabs,longtable}
  9. \newcolumntype{C}{>{\Centering}X} % centered version of X col. type
  10. \usepackage[skip=0.333\baselineskip]{caption}
  11.  
  12. \begin{document}
  13.  
  14. \begin{table}[htbp]
  15. \caption{Fast Hankel Transform} \label{FHT}
  16. \begin{tabularx}{\linewidth}{|*{6}{C|}}
  17. \hline
  18. Order & Abscissa of $J_0$ & Weight of $J_0$ & Order & Abscissa of $J_1$ & Weight of $J_1$ \\\hline
  19. 1 & $-19.32$ & $9.63\times10^{-7}$ & 1 & $-18.21$ & $-6.77\times10^{-14}$ \\\hline
  20. 2 & $-19.11$ & $-5.02\times10^{-6}$ & 2 & $-18.01$ & $3.40\times10^{-13}$ \\\hline
  21. 3 & $-18.90$ & $1.25\times10^{-5}$ & 3 & $-17.81$ & $-7.43\times10^{-13}$ \\\hline
  22. $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ \\\hline
  23. 118 & $5.04$ & $6.23\times10^{-6}$ & 118 & $5.49$ & $7.33\times10^{-6}$ \\\hline
  24. 119 & $5.25$ & $-1.12\times10^{-6}$ & 119 & $5.69$ & $-3.76\times10^{-6}$ \\\hline
  25. 120 & $5.46$ & $1.04\times10^{-7}$ & 120 & $5.89$ & $1.86\times10^{-6}$ \\\hline
  26. \multicolumn{3}{|c|} {\multirow{4}{*}{}} & $\vdots$ & $\vdots$ & $\vdots$ \\
  27. \cline{4-6} \multicolumn{3}{|c|}{} & 138 & $9.54$ & $-1.36\times10^{-9}$ \\
  28. \cline{4-6} \multicolumn{3}{|c|}{} & 139 & $9.74$ & $3.53\times10^{-10}$ \\
  29. \cline{4-6} \multicolumn{3}{|c|}{} & 140 & $9.94$ & $-4.54\times10^{-11}$ \\ \hline
  30. \end{tabularx}
  31. \end{table}
  32. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement