aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/einlteung.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-24 17:22:03 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-08-24 17:22:03 +0200
commit594bd2ce6c8072057b5ef022618ab9e9085f9685 (patch)
treed4506d1027640cad1aacb347c287c568dacd01a9 /buch/papers/multiplikation/einlteung.tex
parentsimpliziale Approximation (diff)
parentMerge pull request #93 from Nunigan/master (diff)
downloadSeminarMatrizen-594bd2ce6c8072057b5ef022618ab9e9085f9685.tar.gz
SeminarMatrizen-594bd2ce6c8072057b5ef022618ab9e9085f9685.zip
Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen
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}.