add interlude: matrix multiplication, add linear indexing

This commit is contained in:
Jan Grewe 2014-10-09 11:55:37 +02:00
parent 934524e6fb
commit 4d6b30547b

View File

@ -624,6 +624,11 @@
\end{frame}
\begin{frame}[plain]
\huge{Interludium: Matrixmultiplikation}
\end{frame}
\begin{frame}[fragile]
\frametitle{Matrizen}
\framesubtitle{\"Ubungen}
@ -673,6 +678,16 @@
\end{enumerate}
\end{frame}
\begin{frame}
\frametitle{Matrizen}
\framesubtitle{Nachtrag Indexierung}
Alternativ zum ``subscript indexing'' koennen die Elemente von Matrizen auch linear addressiert werden.
\begin{figure}
\centering
\includegraphics[width=0.75\columnwidth]{./images/matrixLinearIndexing}
\end{figure}
\end{frame}
\begin{frame}[plain]
\huge{3. Boolesche Operationen}