aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/loesungsmethoden.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-09-13 08:32:27 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-09-13 08:32:27 +0200
commit8d1acd454e342f93aca7abad529405dac1e6073d (patch)
tree8f4508a1b5704322e1295083ec47352b23999d80 /buch/papers/multiplikation/loesungsmethoden.tex
parentfarbseiten erfasst (diff)
downloadSeminarMatrizen-8d1acd454e342f93aca7abad529405dac1e6073d.tar.gz
SeminarMatrizen-8d1acd454e342f93aca7abad529405dac1e6073d.zip
typo
Diffstat (limited to 'buch/papers/multiplikation/loesungsmethoden.tex')
-rwxr-xr-xbuch/papers/multiplikation/loesungsmethoden.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/multiplikation/loesungsmethoden.tex b/buch/papers/multiplikation/loesungsmethoden.tex
index 578833b..76ba529 100755
--- a/buch/papers/multiplikation/loesungsmethoden.tex
+++ b/buch/papers/multiplikation/loesungsmethoden.tex
@@ -67,10 +67,10 @@ Das Matrizenprodukt
\end{bmatrix}
\end{equation}
mit \begin{equation}
-\mathbf{C}_{ij} = \sum_{k=1}^{2n} \mathbf{A}_{ik} \mathbf{B}_{kj},
+\mathbf{C}_{i\!j} = \sum_{k=1}^{2n} \mathbf{A}_{ik} \mathbf{B}_{k\!j},
\label{multiplikation:eq:MM_block}
\end{equation}
-ist identisch zu der Gleichung \eqref{multiplikation:eq:MM}, f\"ur die Multiplikation der Untermatrizen $\mathbf{A}_{ik}$ und $\mathbf{B}_{kj}$ wird die Matrizenmultiplikation verwendet.
+ist identisch zu der Gleichung \eqref{multiplikation:eq:MM}, f\"ur die Multiplikation der Untermatrizen $\mathbf{A}_{ik}$ und $\mathbf{B}_{k\!j}$ wird die Matrizenmultiplikation verwendet.
Der Algorithmus \ref{multiplikation:alg:devide_mm} zeigt den \textit{Divide-and-Conquer}-Ansatz.
Die Grundstruktur dieser Methode besteht aus dem rekursiven Aufruf der Funktion mit den erzeugten Blockmatrizen.