diff options
author | Santosh G. Vattam | 2009-10-23 11:48:55 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2009-10-23 11:48:55 +0530 |
commit | 32183aa209b50bb79a3f01c15854eee3f1e1b49e (patch) | |
tree | 2e7b3d84ee1252427332daf845b303889a369358 /day1/session3.tex | |
parent | d79b224214eb193299ae21e5c55273a0f993b36d (diff) | |
parent | 99116fc300db484c24df43b26227baf215fbb880 (diff) | |
download | workshops-32183aa209b50bb79a3f01c15854eee3f1e1b49e.tar.gz workshops-32183aa209b50bb79a3f01c15854eee3f1e1b49e.tar.bz2 workshops-32183aa209b50bb79a3f01c15854eee3f1e1b49e.zip |
Merged branches.
Diffstat (limited to 'day1/session3.tex')
-rw-r--r-- | day1/session3.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/day1/session3.tex b/day1/session3.tex index 7168f72..5f03d41 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -1,8 +1,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Tutorial slides on Python. +%Tutorial slides on Python. % -% Author: Prabhu Ramachandran <prabhu at aero.iitb.ac.in> -% Copyright (c) 2005-2009, Prabhu Ramachandran +% Author: FOSSEE +% Copyright (c) 2009, FOSSEE, IIT Bombay %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[14pt,compress]{beamer} @@ -174,7 +174,7 @@ We now have two lists L and T \item Instead, we use arrays \end{itemize} \begin{lstlisting} -In []: array(L) +In []: L = array(L) In []: T = array(T) In []: Tsq = T*T In []: plot(L, Tsq, 'o') |