aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/einlteung.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-24 15:36:04 +0200
committerGitHub <noreply@github.com>2021-08-24 15:36:04 +0200
commitdbbfe129c24f0e901742731237dd0b9766e4b6a1 (patch)
treebf116f14b6d8c91c66d9c3a102b39fcefeaf2dce /buch/papers/multiplikation/einlteung.tex
parentsymmetry fix (diff)
parenttypos (diff)
downloadSeminarMatrizen-dbbfe129c24f0e901742731237dd0b9766e4b6a1.tar.gz
SeminarMatrizen-dbbfe129c24f0e901742731237dd0b9766e4b6a1.zip
Merge pull request #93 from Nunigan/master
typos
Diffstat (limited to '')
-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}.