day1/session5.tex
changeset 252 359f77927931
parent 244 f4f3b36a9fba
child 256 a06196a05043
equal deleted inserted replaced
251:457b67834245 252:359f77927931
   127 \section{Interpolation}
   127 \section{Interpolation}
   128 
   128 
   129 \begin{frame}[fragile]
   129 \begin{frame}[fragile]
   130 \frametitle{Interpolation}
   130 \frametitle{Interpolation}
   131 \begin{itemize}
   131 \begin{itemize}
   132 \item Let us begin with interpolation
       
   133 \item Let's use the L and T arrays and interpolate this data to obtain data at new points
   132 \item Let's use the L and T arrays and interpolate this data to obtain data at new points
   134 \end{itemize}
   133 \end{itemize}
   135 \begin{lstlisting}
   134 \begin{lstlisting}
   136 In []: L = []
   135 In []: L = []
   137 In []: T = []
   136 In []: T = []