day1/session5.tex
changeset 226 0995e8f32913
parent 224 668f88f20218
child 239 8953675dc056
equal deleted inserted replaced
225:a83f7be6f16c 226:0995e8f32913
   195 \frametitle{\typ{splrep}}
   195 \frametitle{\typ{splrep}}
   196 To find the B-spline representation
   196 To find the B-spline representation
   197 \begin{lstlisting}
   197 \begin{lstlisting}
   198 In []: tck = splrep(L, T)
   198 In []: tck = splrep(L, T)
   199 \end{lstlisting}
   199 \end{lstlisting}
   200 Returns a tuple containing 
   200 Returns 
   201 \begin{enumerate}
   201 \begin{enumerate}
   202 \item the vector of knots, 
   202 \item the vector of knots, 
   203 \item the B-spline coefficients 
   203 \item the B-spline coefficients 
   204 \item the degree of the spline (default=3)
   204 \item the degree of the spline (default=3)
   205 \end{enumerate}
   205 \end{enumerate}