Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created March 17, 2016 08:11
Show Gist options
  • Select an option

  • Save Liam0205/d161fff0142acd279c19 to your computer and use it in GitHub Desktop.

Select an option

Save Liam0205/d161fff0142acd279c19 to your computer and use it in GitHub Desktop.
破表
\documentclass{article}
\begin{document}
\begin{table}
\centering
\caption{Maximum norm errors for different step sizes.}
\begin{tabular}{cccc}
\hline
%h & \tau & E_{\infty}(h,\tau) &log_2\frac{E_{\infty}(2h,4\tau)}{E_{\infty}(h,\tau)}\\
1/10 & 1/100 & 6.128e-05 & *\\
1/20 & 1/400 & 3.821e-06 & 4.003\\
1/40 & 1/1600 & 2.390e-07 & 3.999\\
1/80 & 1/3200 & 1.493e-08 & 4.001\\
\hline
\end{tabular}
\end{table}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment