aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/einlteung.tex
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/multiplikation/einlteung.tex')
-rwxr-xr-xbuch/papers/multiplikation/einlteung.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/multiplikation/einlteung.tex b/buch/papers/multiplikation/einlteung.tex
index d31e0f7..9b03a4e 100755
--- a/buch/papers/multiplikation/einlteung.tex
+++ b/buch/papers/multiplikation/einlteung.tex
@@ -9,8 +9,8 @@
Die Multiplikation zweier Matrizen ist eine wichtige Operation, die in verschiedensten Teilen der Mathematik Anwendung findet.
Die Beschreibung der Multiplikation aus der Definition 2.10:
Eine $m\times n$-Matrix $\mathbf{A}\in M_{m\times n}(\Bbbk)$ und eine
-$n\times p$-Matrix $\mathbf{B}\in M_{n\times l}(\Bbbk)$ haben als Produkt
-eine $n\times l$-Matrix $\mathbf{C}=\mathbf{AB}\in M_{n\times l}(\Bbbk)$ mit den
+$n\times p$-Matrix $\mathbf{B}\in M_{n\times p}(\Bbbk)$ haben als Produkt
+eine $m\times p$-Matrix $\mathbf{C}=\mathbf{AB}\in M_{m\times p}(\Bbbk)$ mit den
Koeffizienten
\begin{equation}
C_{ij} = \sum_{k=1}^n A_{ik} B_{kj}.