Mazdak Farrokhzad edited TestingNumAnalysis.tex  over 10 years ago

Commit id: 9c83b42b19ccf33f996bcb4d0a72bef8584c5aa2

deletions | additions      

       

\usepackage{tabu}  \begin{center}  \begin{tabular}{ l | c || r } \begin{tabular} {l|c|r}  \hline  1 & 2 & 3 \\ \hline  4 & 5 & 6 \\ \hline  7 & 8 & 9 \\  \hline  \end{tabular}  \end{center}\begin{tikzpicture}   \begin{axis}[   xlabel=$x$,   ylabel=$\sin(x)$   ]   \addplot gnuplot[id=sin]{sin(x)};   \end{axis}   \end{tikzpicture}