# HG changeset patch # User Puneeth Chaganti # Date 1256652369 -19800 # Node ID 298cd56f4d5aa86dc0bff57415b013aeda4aa05e # Parent 8618546997acfb081b56ccf06a5646bf56714e53# Parent 81351147c9c145b4382846b84e7ef0a498f19fcd Merged with Mainline. diff -r 81351147c9c1 -r 298cd56f4d5a day1/data/L-Tsq-points.png Binary file day1/data/L-Tsq-points.png has changed diff -r 81351147c9c1 -r 298cd56f4d5a day1/session2.tex --- a/day1/session2.tex Tue Oct 27 19:34:54 2009 +0530 +++ b/day1/session2.tex Tue Oct 27 19:36:09 2009 +0530 @@ -282,9 +282,9 @@ 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 @@ 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 @@ \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 diff -r 81351147c9c1 -r 298cd56f4d5a day1/session3.tex --- a/day1/session3.tex Tue Oct 27 19:34:54 2009 +0530 +++ b/day1/session3.tex Tue Oct 27 19:36:09 2009 +0530 @@ -473,6 +473,14 @@ \frametitle{Least Squares Fit} \vspace{-0.15in} \begin{figure} +\includegraphics[width=4in]{data/L-Tsq-points.png} +\end{figure} +\end{frame} + +\begin{frame}[fragile] +\frametitle{Least Squares Fit} +\vspace{-0.15in} +\begin{figure} \includegraphics[width=4in]{data/least-sq-fit.png} \end{figure} \end{frame}