day2/session1.tex
changeset 44 dd3b9995dc87
parent 34 5218871f98f4
child 46 63704b5650f1
equal deleted inserted replaced
43:ef2afc5ceb3f 44:dd3b9995dc87
   219         \typ{product(x, axis=0)},
   219         \typ{product(x, axis=0)},
   220         \typ{dot(a, bp)}   
   220         \typ{dot(a, bp)}   
   221   \end{itemize}
   221   \end{itemize}
   222 \end{frame}
   222 \end{frame}
   223 
   223 
   224 \end{frame}
       
   225 \begin{frame}[fragile]
   224 \begin{frame}[fragile]
   226   \frametitle{Array math cont.}
   225   \frametitle{Array math cont.}
   227   \begin{itemize}
   226   \begin{itemize}
   228   \item Logical operations: \typ{equal (==)}, \typ{not\_equal (!=)},
   227   \item Logical operations: \typ{equal (==)}, \typ{not\_equal (!=)},
   229     \typ{less (<)}, \typ{greater (>)} etc.
   228     \typ{less (<)}, \typ{greater (>)} etc.