diff options
author | Madhusudan.C.S | 2009-10-28 13:06:58 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-28 13:06:58 +0530 |
commit | 406c115009c0fd3080d87a35f5bd6d00287787e9 (patch) | |
tree | 88b3fb3cbcefaeb98376d55f13eade3f4514fe17 /day1/session2.tex | |
parent | 2c4dec12721880cecedf7ac07a2b622f3ccc5f16 (diff) | |
parent | 6224d4762a8fb92c429e0d4aa0866759a4ae2a78 (diff) | |
download | workshops-406c115009c0fd3080d87a35f5bd6d00287787e9.tar.gz workshops-406c115009c0fd3080d87a35f5bd6d00287787e9.tar.bz2 workshops-406c115009c0fd3080d87a35f5bd6d00287787e9.zip |
Merged Madhu and Mainline branches.
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 03a4bd3..d87daf6 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -261,7 +261,7 @@ Out[]: [2, 3] \end{frame} \begin{frame}[fragile] - \frametitle{List operations} +\frametitle{List operations} \begin{lstlisting} In []: anthrlst = [6,7,8,9] In []: lnglst = lst + anthrlst @@ -279,12 +279,12 @@ Out[]: [1, 2, 3, 4, 5, 6] \section{Simple Pendulum} \begin{frame}[fragile] \frametitle{Simple Pendulum - L and T} -Let us look at a more realistic example of the Simple Pendulum experiment. +Let us look at the example of the Simple Pendulum experiment. \begin{center} \begin{small} \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 @@ -366,9 +366,6 @@ In []: for num in lst: Lets look at the pendulum.txt file. \begin{lstlisting} $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 |