aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/einlteung.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-06 17:57:32 +0200
committerGitHub <noreply@github.com>2021-08-06 17:57:32 +0200
commit4ba09c5b219213e7a4f4a3c1d99790398f34b053 (patch)
treef7bc19eb5039e8a152914fca9b0522205b335d74 /buch/papers/multiplikation/einlteung.tex
parentMerge pull request #74 from NaoPross/master (diff)
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarMatrizen-4ba09c5b219213e7a4f4a3c1d99790398f34b053.tar.gz
SeminarMatrizen-4ba09c5b219213e7a4f4a3c1d99790398f34b053.zip
Merge pull request #75 from Nunigan/master
Multiplikation #3
Diffstat (limited to 'buch/papers/multiplikation/einlteung.tex')
-rwxr-xr-xbuch/papers/multiplikation/einlteung.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/buch/papers/multiplikation/einlteung.tex b/buch/papers/multiplikation/einlteung.tex
index 2d0583d..9f1cb04 100755
--- a/buch/papers/multiplikation/einlteung.tex
+++ b/buch/papers/multiplikation/einlteung.tex
@@ -17,7 +17,7 @@ Koeffizienten
c_{ij} = \sum_{k=1}^n a_{ik} b_{kj}.
\label{multiplikation:eq:MM}
\end{equation}
-Grafisch kann die Matrizenmultiplikation $\mathbf{AB}=\mathbf{C}$ wie in \ref{multiplikation:fig:mm_viz} visualisiert werden.
+Grafisch kann die Matrizenmultiplikation $\mathbf{AB}=\mathbf{C}$ wie in Abbildung \ref{multiplikation:fig:mm_viz} visualisiert werden.
Im Fall einer Matrizengr\"osse von $2\times 2$ kann die Matrixgleichung
\begin{equation}
\begin{bmatrix}
@@ -34,7 +34,7 @@ C_{11} & C_{12}\\
C_{21} & C_{22}
\end{bmatrix}
\end{equation}
-explizt als Gleichung
+explizt als Gleichung
\begin{equation} \label{multiplikation:eq:MM_exp}
\begin{split}
C_{11} &= A_{11} \cdot B_{11} + A_{12} \cdot B_{21}\\
@@ -49,4 +49,4 @@ der einzelnen Terme geschrieben werden.
\includegraphics[]{papers/multiplikation/images/mm_visualisation}
\caption{Matrizen Multiplikation}
\label{multiplikation:fig:mm_viz}
-\end{figure} \ No newline at end of file
+\end{figure}