equal
deleted
inserted
replaced
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 = [] |