diff options
Diffstat (limited to 'day1/session5.tex')
-rw-r--r-- | day1/session5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session5.tex b/day1/session5.tex index 791b393..4f51519 100644 --- a/day1/session5.tex +++ b/day1/session5.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {28 January, 2010\\Day 1, Session 5} +\date[] {12 February, 2010\\Day 1, Session 5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -189,7 +189,7 @@ In []: plot(x, exp(x/10)*sin(x)) \begin{frame}[fragile] \frametitle{Problem 3 cont...} -Create a sequence of images in which the damped oscillator($e^{x/10}sin(x)$) slowly evolves over time. +Create a sequence of images in which the damped oscillator($e^{-x/10}sin(x)$) slowly evolves over time. \begin{columns} \column{0.35\textwidth} \includegraphics[width=1.5in,height=1.5in, interpolate=true]{data/plot2} |