diff options
author | Puneeth Chaganti | 2009-10-27 19:25:14 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-27 19:25:14 +0530 |
commit | 4ffdb86494a69ec3929a828f7ae40c3044eb085c (patch) | |
tree | abface7ea354ab8b9b2b8f1bfcb377458f8b015f /day1 | |
parent | fe3198d2d3a0a6deced3358cc0bf9bbf95637ce2 (diff) | |
download | workshops-4ffdb86494a69ec3929a828f7ae40c3044eb085c.tar.gz workshops-4ffdb86494a69ec3929a828f7ae40c3044eb085c.tar.bz2 workshops-4ffdb86494a69ec3929a828f7ae40c3044eb085c.zip |
Minor edits to session2.
Diffstat (limited to 'day1')
-rw-r--r-- | day1/session2.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index f7b974f..03a4bd3 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -282,9 +282,9 @@ Out[]: [1, 2, 3, 4, 5, 6] Let us look at a more realistic example of the Simple Pendulum experiment. \begin{center} \begin{small} -\begin{tabular}{| l | c | r |} +\begin{tabular}{| c | c | c |} \hline -L & T & T^2 \\ \hline +L & T & $T^2$ \\ \hline 0.1 & 0.6900 & \\ \hline 0.2 & 0.8989 & \\ \hline 0.3 & 1.1867 & \\ \hline @@ -296,7 +296,7 @@ L & T & T^2 \\ \hline 0.9 & 1.9440 & \\ \hline \end{tabular} \end{small}\\ -\alert{$L$ \alpha $T^2$} +\alert{$L \alpha T^2$} \end{center} \end{frame} @@ -365,7 +365,10 @@ In []: for num in lst: \alert{Data is usually present in a file!} \\ Lets look at the pendulum.txt file. \begin{lstlisting} -$cat data/pendulum.txt +$cat data/pendulum.txt +\end{lstlisting} +%%$ +\begin{lstlisting} 1.0000e-01 6.9004e-01 1.1000e-01 6.9497e-01 1.2000e-01 7.4252e-01 |